/* projects/dep-angular/src/lib/style/style.scss */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cdk-overlay-popover {
  background: none;
  border: none;
  padding: 0;
  outline: 0;
  overflow: visible;
  position: fixed;
  pointer-events: none;
  white-space: normal;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  inset: auto;
  top: 0;
  left: 0;
}
.cdk-overlay-popover::backdrop {
  display: none;
}
.cdk-overlay-popover .cdk-overlay-backdrop {
  position: fixed;
  z-index: auto;
}
:root {
  --readable-width: 80ch;
  --header-transform: uppercase;
  --input-transition-speed: 100ms ease-in-out;
  --spinner-transition-speed: 200ms ease-in-out;
  --toggle-transition-speed: 200ms ease-in-out;
  --modal-transition-speed: 300ms ease-in-out;
  --branding-height: 20px;
  --branding-top: 0px;
  --branding-left: 0px;
  --branding-right: 0px;
  --def-navbar-height: 42px;
  --def-navbar-shadow: none;
  --dep-dash-card-header-bg: transparent;
  --dep-dash-card-header-color: var(--text-default);
  --dep-dash-card-header-font-size: 14px;
  --dep-dash-card-header-font-weight: bold;
  --dep-dash-footnote-background: var(--color-info-30);
  --dep-dash-footnote-color: var(--text-default);
  --dep-dash-footnote-line-height: 1.1;
  --dep-dash-label-widget-subtext-text-transform: none;
  --dep-tour-bg: transparent;
  --def-navbar-font-family: "dep-main-font", sans-serif;
}
html,
body {
  min-width: 360px;
}
.link {
  color: var(--color-interactive-30);
}
.link:hover {
  color: var(--color-interactive-40);
}
.link:active {
  color: var(--color-interactive-50);
}
.link:visited {
  color: var(--color-interactive-30);
}
dep-sc-button {
  --button-normal-width: initial;
}

/* projects/portal/src/style/style.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
dep-ag-grid .ag-row {
  background-color: var(--surface-level-1) !important;
}
dep-ag-grid .ag-row.clickable {
  cursor: pointer;
}
dep-ag-grid .ag-row-footer {
  font-family: var(--typography-thick-font-family), sans-serif;
  font-size: var(--typography-thick-font-size);
  font-weight: var(--typography-thick-font-weight);
  letter-spacing: var(--typography-thick-letter-spacing);
  line-height: var(--typography-thick-line-height);
  font-style: var(--typography-thick-font-style);
  font-variation-settings: var(--typography-thick-font-variation-settings, var(--typography-thick-font-grade));
}
dep-ag-grid .ag-sticky-bottom {
  display: flex !important;
}
dep-ag-grid .ag-row-group-leaf-indent {
  margin-left: 0 !important;
}
dep-ag-grid .ag-cell-wrapper.ag-row-group {
  align-items: center !important;
}
dep-ag-grid .ag-header-cell.no-padding {
  padding: 0 !important;
}
dep-ag-grid .ag-header-cell.align-center .ag-header-cell-label {
  justify-content: center;
}
dep-ag-grid .ag-header-cell.align-end .ag-header-cell-label {
  justify-content: flex-end;
}
dep-ag-grid .ag-header-cell.hide-header-label:not(:hover) .ag-header-cell-label {
  visibility: hidden;
}
dep-ag-grid .ag-cell-wrapper > :not(.ag-cell-value):not(.ag-group-value) {
  height: var(--ag-row-height) !important;
}
dep-ag-grid .ag-cell {
  border: none !important;
}
dep-ag-grid .ag-cell.no-padding {
  padding: 0 !important;
}
dep-ag-grid .ag-cell.align-center dep-sc-text-cell {
  justify-content: center;
}
dep-ag-grid .ag-cell.align-end dep-sc-text-cell {
  justify-content: flex-end;
}
ag-charts .ag-charts-tooltip,
ag-gauge .ag-charts-tooltip {
  font-family: var(--typography-body-font-family), sans-serif;
  font-size: var(--typography-body-font-size);
  font-weight: var(--typography-body-font-weight);
  letter-spacing: var(--typography-body-letter-spacing);
  line-height: var(--typography-body-line-height);
  font-style: var(--typography-body-font-style);
  font-variation-settings: var(--typography-body-font-variation-settings, var(--typography-body-font-grade));
  --ag-charts-tooltip-background-color: var(--tooltip-background);
  --ag-charts-tooltip-text-color: var(--tooltip-color);
  --ag-charts-tooltip-border: none;
  --ag-charts-tooltip-border-radius: var(--tooltip-border-radius);
  --ag-charts-popup-shadow: var(--tooltip-box-shadow);
}
ag-charts .dep-chart-tooltip-content,
ag-gauge .dep-chart-tooltip-content {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  padding: var(--tooltip-padding);
}
ag-charts .dep-chart-tooltip-content .tooltip-row,
ag-gauge .dep-chart-tooltip-content .tooltip-row {
  display: flex;
  min-width: 0;
  min-height: 0;
  align-items: center;
  gap: var(--gap-l);
}
ag-charts .dep-chart-tooltip-content .series-color,
ag-gauge .dep-chart-tooltip-content .series-color {
  width: 1rem;
  height: 1rem;
  border-radius: var(--radius-default);
}
ag-charts .dep-chart-tooltip-content .label,
ag-gauge .dep-chart-tooltip-content .label {
  font-family: var(--typography-body-font-family), sans-serif;
  font-size: var(--typography-body-font-size);
  font-weight: var(--typography-body-font-weight);
  letter-spacing: var(--typography-body-letter-spacing);
  line-height: var(--typography-body-line-height);
  font-style: var(--typography-body-font-style);
  font-variation-settings: var(--typography-body-font-variation-settings, var(--typography-body-font-grade));
}
ag-charts .dep-chart-tooltip-content .value,
ag-gauge .dep-chart-tooltip-content .value {
  font-family: var(--typography-thick-font-family), sans-serif;
  font-size: var(--typography-thick-font-size);
  font-weight: var(--typography-thick-font-weight);
  letter-spacing: var(--typography-thick-letter-spacing);
  line-height: var(--typography-thick-line-height);
  font-style: var(--typography-thick-font-style);
  font-variation-settings: var(--typography-thick-font-variation-settings, var(--typography-thick-font-grade));
}
.scroller {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--color-interactive-30) transparent;
}
.scroller.no-vertical {
  overflow-y: hidden;
  overflow-x: auto;
}
:root {
  --dep-guide-color-1: #ff91fb;
  --dep-guide-color-2: #f927d7;
  --dep-guide-color-3: #ab0386;
  --dep-navbar-username-border-left: none;
  --dep-navbar-spacer-right: auto;
  --dep-navbar-spacer-left: 0;
  --dep-navbar-item-bg-default: transparent;
  --dep-navbar-item-bg-hover: rgba(255, 255, 255, 0.1);
  --dep-navbar-item-bg-active: transparent;
  --dep-navbar-item-color-default: var(--text-inverted);
  --dep-navbar-item-color-hover: var(--text-inverted);
  --dep-navbar-item-color-active: var(--color-interactive-20);
  --dep-navbar-item-border-color-default: transparent;
  --dep-navbar-item-border-color-hover: transparent;
  --dep-navbar-item-border-color-active: transparent;
  --dep-navbar-item-padding: var(--padding-m) var(--padding-l);
  --dep-navbar-item-transform: none;
  --dep-navbar-item-weight: 500;
  --dep-nav-mobile-item-sub-overlay: var(--surface-tint-inverted);
  --dep-stat-bar-label-color: var(--text-muted);
  --dep-stat-bar-label-font-size: var(--typography-body-font-size);
  --dep-stat-bar-label-transform: uppercase;
  --dep-stat-bar-label-weight: normal;
  --dep-stat-bar-value-color: var(--text-default);
  --dep-stat-bar-value-font-size: var(--typography-section-title-font-size);
  --guide-arrow-size: 10px;
  --guide-bg: var(--surface-background);
  --guide-border-raidus: var(--radius-10);
  --guide-width: 366px;
  --navbar-height: 3rem;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
html,
body {
  height: 100%;
  overflow: hidden;
}
body {
  --tooltip-max-width: 40ch;
}
#dep {
  display: contents;
}
.guide-content {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  gap: var(--gap-xl);
  min-height: var(--guide-arrow-size);
  min-width: var(--guide-arrow-size);
  max-width: var(--guide-width);
}
.guide-content .guide-header {
  display: flex;
  min-width: 0;
  min-height: 0;
  align-items: center;
  gap: var(--gap-m);
}
.guide-content .guide-header .guide-header-text {
  display: flex;
  min-width: 0;
  min-height: 0;
  align-items: baseline;
  gap: var(--gap-l);
}
.guide-content .guide-header .seq-number {
  font-family: var(--typography-body-font-family), sans-serif;
  font-size: var(--typography-body-font-size);
  font-weight: var(--typography-body-font-weight);
  letter-spacing: var(--typography-body-letter-spacing);
  line-height: var(--typography-body-line-height);
  font-style: var(--typography-body-font-style);
  font-variation-settings: var(--typography-body-font-variation-settings, var(--typography-body-font-grade));
  color: var(--text-muted);
}
.guide-content .guide-buttons {
  display: flex;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: flex-end;
  gap: var(--gap-m);
}

/* ../../node_modules/@sc-framework/components/dist/esm/styles/index.css */
:root {
  --scrollbar-thumb-default: var(--color-neutral-30);
  --scrollbar-thumb-hover: var(--color-neutral-50);
  --scrollbar-track-default: transparent;
  --scrollbar-track-hover: var(--surface-tint-inverted);
}
* {
  --scrollbar-track-background: var(--scrollbar-track-default);
  --scrollbar-thumb-background: var(--scrollbar-thumb-default);
}
*::-webkit-scrollbar {
  width: var(--scrollbar-size, 12px);
  height: var(--scrollbar-size, 12px);
  background: var(--scrollbar-track-background, transparent);
}
*::-webkit-scrollbar:hover {
  --scrollbar-track-background: var(--scrollbar-track-hover);
}
*::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-background);
  border-radius: var(--scrollbar-radius, 8px);
  border: var(--scrollbar-border, 2px) solid rgba(0, 0, 0, 0);
  background-clip: content-box;
}
*::-webkit-scrollbar-thumb:hover {
  --scrollbar-thumb-background: var(--scrollbar-thumb-hover);
}
:is(.always-show-scrollbar, .ag-body-vertical-scroll, .ag-body-horizontal-scroll) ::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-default) !important;
}
*::-webkit-scrollbar-corner {
  background: var(--scrollbar-corner-background, transparent);
}
@layer reset {
  :root {
    font-size: 100%;
  }
  *,
  *:before,
  *:after,
  :host {
    box-sizing: border-box;
  }
  html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    line-height: 1;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  figure,
  blockquote,
  pre,
  dl,
  dd,
  input {
    margin: 0;
  }
  ul[role=list],
  ol[role=list] {
    margin: 0;
    padding: 0;
    padding-inline-start: 0 !important;
    list-style: none;
  }
  body {
    min-height: 100vh;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-wrap: balance;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    overflow-wrap: break-word;
  }
  img,
  picture,
  video,
  canvas,
  svg {
    display: block;
    max-width: 100%;
  }
  input,
  button,
  textarea,
  select {
    font: inherit;
  }
  :target {
    scroll-margin-block: 5ex;
  }
}
.backward-compatibility {
  --inherited-divider-color: var(--divider-color);
  --inherited-divider-line-style: var(--divider-line-style);
  --inherited-divider-padding-block: var(--padding-s);
  --inherited-divider-size: var(--divider-size);
  --menu-separator-color: var(--divider-color);
  --icon-bodyTextIconSize: var(--icon-size-3);
  --surface-app: var(--surface-background);
  --surface-10: var(--surface-level-1);
}
.simcorponelight .backward-compatibility,
.simcorponelight.backward-compatibility {
  color-scheme: light;
  --border-10: #e3e3e3;
  --border-20: #d9d9d9;
  --border-30: #cccccc;
  --brand-10: #e6f4f5;
  --brand-100: #142b2c;
  --brand-20: #beeaeb;
  --brand-30: #95dbdd;
  --brand-40: #6ac9cd;
  --brand-50: #48b8bc;
  --brand-60: #329da2;
  --brand-70: #338084;
  --brand-80: #2a6466;
  --brand-90: #1e4647;
  --focus-10: #148a96;
  --interactive-brand10: #e6f4f5;
  --interactive-brand20: #beeaeb;
  --interactive-brand30: #2a6466;
  --interactive-brand40: #1e4647;
  --interactive-brand50: #142b2c;
  --interactive-chart-category-10: #39a4ac;
  --interactive-chart-category-100: #7c49d5;
  --interactive-chart-category-110: #bc8d45;
  --interactive-chart-category-120: #868686;
  --interactive-chart-category-130: #f9a0a5;
  --interactive-chart-category-140: #41c6eb;
  --interactive-chart-category-150: #eacf06;
  --interactive-chart-category-20: #f1b21d;
  --interactive-chart-category-30: #f45e1d;
  --interactive-chart-category-40: #b456e3;
  --interactive-chart-category-50: #62a13a;
  --interactive-chart-category-60: #4579e8;
  --interactive-chart-category-70: #fd2772;
  --interactive-chart-category-80: #aec834;
  --interactive-chart-category-90: #43cd6c;
  --interactive-chart-diverging-10: #41a05b;
  --interactive-chart-diverging-20: #68b87b;
  --interactive-chart-diverging-30: #a1dbab;
  --interactive-chart-diverging-40: #c8f3cb;
  --interactive-chart-diverging-50: #f1f1f1;
  --interactive-chart-diverging-60: #fdc7c9;
  --interactive-chart-diverging-70: #f9a0a5;
  --interactive-chart-diverging-80: #f3656e;
  --interactive-chart-diverging-90: #ef3e4a;
  --interactive-chart-sequential-10: #04335a;
  --interactive-chart-sequential-20: #064d86;
  --interactive-chart-sequential-30: #0866b3;
  --interactive-chart-sequential-40: #0a80e0;
  --interactive-chart-sequential-50: #3b99e6;
  --interactive-chart-sequential-60: #54a6e9;
  --interactive-chart-sequential-70: #85c0f0;
  --interactive-chart-sequential-80: #b6d9f6;
  --interactive-chart-sequential-90: #e7f2fc;
  --interactive-disabled10: #f1f1f1;
  --interactive-disabled20: #e3e3e3;
  --interactive-focus10: #148a96;
  --interactive-grid-header: #f0f2f4;
  --interactive-grid-rowodd: #f0f2f4;
  --interactive-grid-rowselected: #95dbdd;
  --interactive-info10: #ecf1ff;
  --interactive-info20: #d5e0fc;
  --interactive-info30: #3358cc;
  --interactive-info40: #254cac;
  --interactive-info50: #12387a;
  --interactive-input10: #fafafa;
  --interactive-input20: #6a6a6a;
  --interactive-input30: #beeaeb;
  --interactive-input40: #95dbdd;
  --interactive-input50: #338084;
  --interactive-input60: #2a6466;
  --interactive-link10: #2a6466;
  --interactive-link20: #1e4647;
  --interactive-link30: #142b2c;
  --interactive-negative10: #feecec;
  --interactive-negative20: #fed8d8;
  --interactive-negative30: #d60000;
  --interactive-negative40: #a90000;
  --interactive-negative50: #7d0000;
  --interactive-neutral10: #fafafa;
  --interactive-neutral20: #e3e3e3;
  --interactive-neutral30: #6a6a6a;
  --interactive-neutral40: #525252;
  --interactive-neutral50: #3b3b3b;
  --interactive-positive10: #e5f4ea;
  --interactive-positive20: #c8e4d0;
  --interactive-positive30: #007b22;
  --interactive-positive40: #00601a;
  --interactive-positive50: #004514;
  --interactive-warning10: #fdfadd;
  --interactive-warning20: #faf29d;
  --interactive-warning30: #dabb07;
  --interactive-warning40: #c9a508;
  --interactive-warning50: #b68a07;
  --surface-level1: rgba(255, 255, 255, 1);
  --surface-level2: #fafafa;
  --surface-level3: rgba(255, 255, 255, 1);
  --surface-tintinfo: rgba(51, 88, 204, .2);
  --surface-tintinverted10: rgba(0, 0, 0, .1);
  --surface-tintnegative: rgba(214, 0, 0, .2);
  --surface-tintneutral10: rgba(255, 255, 255, .1);
  --surface-tintneutral20: rgba(255, 255, 255, .9);
  --surface-tintpositive: rgba(0, 123, 34, .2);
  --surface-tinttransparent: rgba(255, 255, 255, 0);
  --surface-tintwarning: rgba(218, 187, 7, .2);
  --text-iconwithdarkertextwarning: #dabb07;
  --text-onwarning: #111111;
}
.simcorponedark .backward-compatibility,
.simcorponedark.backward-compatibility {
  color-scheme: dark;
  --border-10: #3b3b3b;
  --border-20: #4a4a4a;
  --border-30: #595959;
  --brand-10: #e6f4f5;
  --brand-100: #142b2c;
  --brand-20: #beeaeb;
  --brand-30: #95dbdd;
  --brand-40: #6ac9cd;
  --brand-50: #48b8bc;
  --brand-60: #329da2;
  --brand-70: #338084;
  --brand-80: #2a6466;
  --brand-90: #1e4647;
  --focus-10: #148a96;
  --interactive-brand10: #1e4647;
  --interactive-brand20: #2a6466;
  --interactive-brand30: #48b8bc;
  --interactive-brand40: #6ac9cd;
  --interactive-brand50: #95dbdd;
  --interactive-chart-category-10: #a6cee3;
  --interactive-chart-category-100: #6a3d9a;
  --interactive-chart-category-110: #ffff99;
  --interactive-chart-category-120: #b15928;
  --interactive-chart-category-130: #e5e5e5;
  --interactive-chart-category-140: #858585;
  --interactive-chart-category-150: #96e2de;
  --interactive-chart-category-20: #1f78b4;
  --interactive-chart-category-30: #b2df8a;
  --interactive-chart-category-40: #33a02c;
  --interactive-chart-category-50: #fb9a99;
  --interactive-chart-category-60: #e31a1c;
  --interactive-chart-category-70: #fdbf6f;
  --interactive-chart-category-80: #ff7f00;
  --interactive-chart-category-90: #cab2d6;
  --interactive-chart-diverging-10: #41a05b;
  --interactive-chart-diverging-20: #68b87b;
  --interactive-chart-diverging-30: #a1dbab;
  --interactive-chart-diverging-40: #c8f3cb;
  --interactive-chart-diverging-50: #f1f1f1;
  --interactive-chart-diverging-60: #fdc7c9;
  --interactive-chart-diverging-70: #f9a0a5;
  --interactive-chart-diverging-80: #f3656e;
  --interactive-chart-diverging-90: #ef3e4a;
  --interactive-chart-sequential-10: #e7f2fc;
  --interactive-chart-sequential-20: #b6d9f6;
  --interactive-chart-sequential-30: #85c0f0;
  --interactive-chart-sequential-40: #54a6e9;
  --interactive-chart-sequential-50: #3b99e6;
  --interactive-chart-sequential-60: #0a80e0;
  --interactive-chart-sequential-70: #0866b3;
  --interactive-chart-sequential-80: #064d86;
  --interactive-chart-sequential-90: #04335a;
  --interactive-disabled10: #3b3b3b;
  --interactive-disabled20: #4a4a4a;
  --interactive-focus10: #148a96;
  --interactive-grid-header: #161a1d;
  --interactive-grid-rowodd: #293138;
  --interactive-grid-rowselected: #1e4647;
  --interactive-info10: #03264d;
  --interactive-info20: #12387a;
  --interactive-info30: #7a95eb;
  --interactive-info40: #8ba6f6;
  --interactive-info50: #aebfff;
  --interactive-input10: #262626;
  --interactive-input20: #919191;
  --interactive-input30: #2a6466;
  --interactive-input40: #338084;
  --interactive-input50: #48b8bc;
  --interactive-input60: #6ac9cd;
  --interactive-link10: #48b8bc;
  --interactive-link20: #6ac9cd;
  --interactive-link30: #95dbdd;
  --interactive-negative10: #550000;
  --interactive-negative20: #7d0000;
  --interactive-negative30: #fb6a6a;
  --interactive-negative40: #fe8888;
  --interactive-negative50: #feb3b3;
  --interactive-neutral10: #262626;
  --interactive-neutral20: #3b3b3b;
  --interactive-neutral30: #919191;
  --interactive-neutral40: #ababab;
  --interactive-neutral50: #d9d9d9;
  --interactive-positive10: #002d0d;
  --interactive-positive20: #004514;
  --interactive-positive30: #45aa61;
  --interactive-positive40: #6db681;
  --interactive-positive50: #95caa3;
  --interactive-warning10: #856405;
  --interactive-warning20: #b68a07;
  --interactive-warning30: #eccb09;
  --interactive-warning40: #f7db32;
  --interactive-warning50: #f6e960;
  --surface-level1: #20262b;
  --surface-level2: #293138;
  --surface-level3: #20262b;
  --surface-tintinfo: rgba(51, 88, 204, .3);
  --surface-tintinverted10: rgba(255, 255, 255, .1);
  --surface-tintnegative: rgba(214, 0, 0, .3);
  --surface-tintneutral10: rgba(0, 0, 0, .1);
  --surface-tintneutral20: rgba(0, 0, 0, .8);
  --surface-tintpositive: rgba(0, 123, 34, .3);
  --surface-tinttransparent: rgba(0, 0, 0, 0);
  --surface-tintwarning: rgba(218, 187, 7, .3);
  --text-iconwithdarkertextwarning: #dabb07;
  --text-onwarning: #111111;
}
:root {
  --tree-list-cursor: pointer;
  --tree-list-cursor-disabled: not-allowed;
  --tree-list-item-background-selected: var(--color-interactive-10);
  --tree-list-item-background-selected-not-disabled: var(--color-interactive-20);
  --tree-list-item-padding-right: var(--padding-s);
  --tree-list-line-ident-color: var(--border-color-20);
  --tree-list-line-ident-highlight-color: var(--border-color-30);
  --tree-list-text-color-default: var(--text-default);
  --tree-list-text-color-default-link: var(--color-link-10);
  --tree-list-text-color-hover: var(--text-default);
  --tree-list-text-color-hover-link: var(--color-link-20);
  --tree-list-text-decoration-line: none;
  --tree-list-text-decoration-line-link: underline;
}
@property --tree-list-item-background-selected { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --tree-list-item-background-selected-not-disabled { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --tree-list-line-ident-color { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --tree-list-line-ident-highlight-color { syntax:"<color>";inherits:true;initial-value:#595959 }
@property --tree-list-text-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tree-list-text-color-default-link { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --tree-list-text-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tree-list-text-color-hover-link { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
:root {
  --typography-dataGrid-font-family: "Roboto Flex";
  --typography-dataGrid-font-weight: 400;
  --typography-dataGrid-font-size: .75rem;
  --typography-dataGrid-line-height: normal;
  --typography-dataGrid-letter-spacing: normal;
}
.backward-compatibility .surface-app-background {
  background: var(--surface-background);
}
.backward-compatibility .surface-10-background {
  background: var(--surface-level-1);
}
.backward-compatibility h4.link,
.backward-compatibility .typography-heading-10.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility h4.link:hover,
.backward-compatibility .typography-heading-10.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility h4.link:active,
.backward-compatibility .typography-heading-10.link:active {
  color: var(--color-link-30);
}
.backward-compatibility h3.link,
.backward-compatibility .typography-heading-20.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility h3.link:hover,
.backward-compatibility .typography-heading-20.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility h3.link:active,
.backward-compatibility .typography-heading-20.link:active {
  color: var(--color-link-30);
}
.backward-compatibility h2.link,
.backward-compatibility .typography-heading-30.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility h2.link:hover,
.backward-compatibility .typography-heading-30.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility h2.link:active,
.backward-compatibility .typography-heading-30.link:active {
  color: var(--color-link-30);
}
.backward-compatibility h1.link,
.backward-compatibility .typography-heading-40.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility h1.link:hover,
.backward-compatibility .typography-heading-40.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility h1.link:active,
.backward-compatibility .typography-heading-40.link:active {
  color: var(--color-link-30);
}
.backward-compatibility .typography-subheading-10.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility .typography-subheading-10.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility .typography-subheading-10.link:active {
  color: var(--color-link-30);
}
.backward-compatibility .typography-subheading-20.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility .typography-subheading-20.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility .typography-subheading-20.link:active {
  color: var(--color-link-30);
}
.backward-compatibility .typography-subheading-30.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility .typography-subheading-30.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility .typography-subheading-30.link:active {
  color: var(--color-link-30);
}
.backward-compatibility .typography-subheading-40.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility .typography-subheading-40.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility .typography-subheading-40.link:active {
  color: var(--color-link-30);
}
.backward-compatibility .typography-body.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility .typography-body.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility .typography-body.link:active {
  color: var(--color-link-30);
}
.backward-compatibility .typography-italic.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility .typography-italic.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility .typography-italic.link:active {
  color: var(--color-link-30);
}
.backward-compatibility .typography-narrow.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility .typography-narrow.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility .typography-narrow.link:active {
  color: var(--color-link-30);
}
.backward-compatibility .typography-thick.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility .typography-thick.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility .typography-thick.link:active {
  color: var(--color-link-30);
}
.backward-compatibility .typography-smallcaps.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility .typography-smallcaps.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility .typography-smallcaps.link:active {
  color: var(--color-link-30);
}
.backward-compatibility .typography-paragraph.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility .typography-paragraph.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility .typography-paragraph.link:active {
  color: var(--color-link-30);
}
.backward-compatibility .typography-dataGrid {
  font-family: var(--typography-datagrid-font-family);
  font-weight: var(--typography-datagrid-font-weight);
  font-size: var(--typography-datagrid-font-size);
  line-height: var(--typography-datagrid-line-height);
  letter-spacing: var(--typography-datagrid-letter-spacing);
}
.backward-compatibility .typography-dataGrid.link {
  text-decoration-line: underline;
  cursor: pointer;
  color: var(--color-link-10);
}
.backward-compatibility .typography-dataGrid.link:hover {
  color: var(--color-link-20);
}
.backward-compatibility .typography-dataGrid.link:active {
  color: var(--color-link-30);
}
.backward-compatibility .compact {
  --typography-dataGrid-font-family: "Roboto Flex";
  --typography-dataGrid-font-weight: 400;
  --typography-dataGrid-font-size: .625rem;
  --typography-dataGrid-line-height: normal;
  --typography-dataGrid-letter-spacing: normal;
}
.backward-compatibility html,
.backward-compatibility .standard {
  --typography-dataGrid-font-family: "Roboto Flex";
  --typography-dataGrid-font-weight: 400;
  --typography-dataGrid-font-size: .75rem;
  --typography-dataGrid-line-height: normal;
  --typography-dataGrid-letter-spacing: normal;
}
.backward-compatibility .comfort {
  --typography-dataGrid-font-family: "Roboto Flex";
  --typography-dataGrid-font-weight: 400;
  --typography-dataGrid-font-size: .875rem;
  --typography-dataGrid-line-height: normal;
  --typography-dataGrid-letter-spacing: normal;
}
.backward-compatibility .sc-divider {
  --divider-size: 1px;
  --divider-line-style: solid;
  --divider-color: var(--border-color-20);
  padding-block: var(--divider-normal-padding-block, var(--padding-s));
  position: relative;
  height: calc(var(--divider-normal-padding-block, var(--padding-s)) + var(--divider-size));
  display: flex;
  align-items: center;
  justify-content: center;
}
.backward-compatibility .sc-divider.inverted {
  --divider-color: var(--border-color-10);
}
.backward-compatibility .sc-divider:before {
  content: "";
  border-top: var(--divider-normal-size, var(--divider-size)) var(--divider-normal-style, var(--divider-line-style)) var(--divider-normal-color, var(--divider-color));
  width: 100%;
}
.backward-compatibility .currency-flag-grid-icon {
  --flag-width: var(--icon-size-2);
  --flag-height: var(--icon-size-2);
  width: var(--flag-width);
  height: var(--flag-height);
}
.backward-compatibility [data-ref=eContainer] form:last-child [data-width]:after {
  content: "";
  width: var(--dummy-width);
}
.backward-compatibility body {
  --body-font-family: Roboto Flex;
  font-family: var(--body-font-family), sans-serif;
  color: var(--text-default);
  background: var(--surface-background);
}
.backward-compatibility * {
  --scrollbar-thumb-background: transparent;
}
.backward-compatibility *:hover {
  --scrollbar-thumb-background: var(--color-neutral-30);
}
.backward-compatibility *::-webkit-scrollbar {
  width: var(--scrollbar-size);
  height: var(--scrollbar-size);
  background: var(--scrollbar-track-background);
}
.backward-compatibility *::-webkit-scrollbar-track {
  background: var(--scrollbar-track-background);
}
.backward-compatibility *::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-background);
  border-radius: var(--scrollbar-radius);
  border: var(--scrollbar-border) solid rgba(0, 0, 0, 0);
  background-clip: content-box;
}
.backward-compatibility :is(.always-show-scrollbar, .ag-body-vertical-scroll, .ag-body-horizontal-scroll) ::-webkit-scrollbar-thumb {
  background-color: var(--color-neutral-30) !important;
}
.backward-compatibility *::-webkit-scrollbar-thumb:hover {
  --scrollbar-thumb-background: var(--color-neutral-30);
}
.backward-compatibility *::-webkit-scrollbar-track:hover {
  --scrollbar-track-background: var(--surface-tint-inverted);
}
.backward-compatibility *::-webkit-scrollbar-corner {
  background: var(--scrollbar-corner-background);
}
.backward-compatibility .skeleton-label,
.backward-compatibility .skeleton-input,
.backward-compatibility .skeleton-textarea {
  background-color: var(--color-input-background-default);
}
.backward-compatibility .skeleton-label {
  min-height: 16px;
  width: 40px;
}
.backward-compatibility .skeleton-input {
  min-height: var(--components-min-height);
  width: 200px;
}
.backward-compatibility .skeleton-textarea {
  min-height: var(--textarea-min-height);
  width: 200px;
}
.backward-compatibility .common-variables {
  --radius-999: 999px;
  --radius-default: 4px;
  --borderwidth-10: 1px;
  --dimension-2: 2px;
  --dimension-8: 8px;
  --dimension-12: 12px;
  --dimension-24: 24px;
  --dimension-40: 40px;
}
.backward-compatibility .backward-compatibility {
  --icon-bodyTextIconSize: var(--icon-size-3);
  --surface-app: var(--surface-background);
  --surface-10: var(--surface-level-1);
}
.backward-compatibility .backward-compatibility .surface-app-background {
  background: var(--surface-background);
}
.backward-compatibility .backward-compatibility .surface-10-background {
  background: var(--surface-level-1);
}
.backward-compatibility .text-iconWithDarkerTextWarning {
  color: var(--text-icon-with-darker-text-warning);
}
.backward-compatibility .text-onWarning,
.backward-compatibility .text-onwarning {
  color: var(--text-on-warning);
}
.backward-compatibility .interactive-brand10-color {
  color: var(--color-interactive-10);
}
.backward-compatibility .interactive-brand10-background {
  background: var(--color-interactive-10);
}
.backward-compatibility .interactive-brand20-color {
  color: var(--color-interactive-20);
}
.backward-compatibility .interactive-brand20-background {
  background: var(--color-interactive-20);
}
.backward-compatibility .interactive-brand30-color {
  color: var(--color-interactive-30);
}
.backward-compatibility .interactive-brand30-background {
  background: var(--color-interactive-30);
}
.backward-compatibility .interactive-brand40-color {
  color: var(--color-interactive-40);
}
.backward-compatibility .interactive-brand40-background {
  background: var(--color-interactive-40);
}
.backward-compatibility .interactive-brand50-color {
  color: var(--color-interactive-50);
}
.backward-compatibility .interactive-brand50-background {
  background: var(--color-interactive-50);
}
.backward-compatibility .interactive-positive10-color {
  color: var(--color-positive-10);
}
.backward-compatibility .interactive-positive10-background {
  background: var(--color-positive-10);
}
.backward-compatibility .interactive-positive20-color {
  color: var(--color-positive-20);
}
.backward-compatibility .interactive-positive20-background {
  background: var(--color-positive-20);
}
.backward-compatibility .interactive-positive30-color {
  color: var(--color-positive-30);
}
.backward-compatibility .interactive-positive30-background {
  background: var(--color-positive-30);
}
.backward-compatibility .interactive-positive40-color {
  color: var(--color-positive-40);
}
.backward-compatibility .interactive-positive40-background {
  background: var(--color-positive-40);
}
.backward-compatibility .interactive-positive50-color {
  color: var(--color-positive-50);
}
.backward-compatibility .interactive-positive50-background {
  background: var(--color-positive-50);
}
.backward-compatibility .interactive-negative10-color {
  color: var(--color-negative-10);
}
.backward-compatibility .interactive-negative10-background {
  background: var(--color-negative-10);
}
.backward-compatibility .interactive-negative20-color {
  color: var(--color-negative-20);
}
.backward-compatibility .interactive-negative20-background {
  background: var(--color-negative-20);
}
.backward-compatibility .interactive-negative30-color {
  color: var(--color-negative-30);
}
.backward-compatibility .interactive-negative30-background {
  background: var(--color-negative-30);
}
.backward-compatibility .interactive-negative40-color {
  color: var(--color-negative-40);
}
.backward-compatibility .interactive-negative40-background {
  background: var(--color-negative-40);
}
.backward-compatibility .interactive-negative50-color {
  color: var(--color-negative-50);
}
.backward-compatibility .interactive-negative50-background {
  background: var(--color-negative-50);
}
.backward-compatibility .interactive-info10-color {
  color: var(--color-info-10);
}
.backward-compatibility .interactive-info10-background {
  background: var(--color-info-10);
}
.backward-compatibility .interactive-info20-color {
  color: var(--color-info-20);
}
.backward-compatibility .interactive-info20-background {
  background: var(--color-info-20);
}
.backward-compatibility .interactive-info30-color {
  color: var(--color-info-30);
}
.backward-compatibility .interactive-info30-background {
  background: var(--color-info-30);
}
.backward-compatibility .interactive-info40-color {
  color: var(--color-info-40);
}
.backward-compatibility .interactive-info40-background {
  background: var(--color-info-40);
}
.backward-compatibility .interactive-info50-color {
  color: var(--color-info-50);
}
.backward-compatibility .interactive-info50-background {
  background: var(--color-info-50);
}
.backward-compatibility .interactive-warning10-color {
  color: var(--color-warning-10);
}
.backward-compatibility .interactive-warning10-background {
  background: var(--color-warning-10);
}
.backward-compatibility .interactive-warning20-color {
  color: var(--color-warning-20);
}
.backward-compatibility .interactive-warning20-background {
  background: var(--color-warning-20);
}
.backward-compatibility .interactive-warning30-color {
  color: var(--color-warning-30);
}
.backward-compatibility .interactive-warning30-background {
  background: var(--color-warning-30);
}
.backward-compatibility .interactive-warning40-color {
  color: var(--color-warning-40);
}
.backward-compatibility .interactive-warning40-background {
  background: var(--color-warning-40);
}
.backward-compatibility .interactive-warning50-color {
  color: var(--color-warning-50);
}
.backward-compatibility .interactive-warning50-background {
  background: var(--color-warning-50);
}
.backward-compatibility .interactive-link10-color {
  color: var(--color-link-10);
}
.backward-compatibility .interactive-link10-background {
  background: var(--color-link-10);
}
.backward-compatibility .interactive-link20-color {
  color: var(--color-link-20);
}
.backward-compatibility .interactive-link20-background {
  background: var(--color-link-20);
}
.backward-compatibility .interactive-link30-color {
  color: var(--color-link-30);
}
.backward-compatibility .interactive-link30-background {
  background: var(--color-link-30);
}
.backward-compatibility .interactive-focus10-color {
  color: var(--color-focus-10);
}
.backward-compatibility .interactive-focus10-background {
  background: var(--color-focus-10);
}
.backward-compatibility .interactive-input10-color {
  color: var(--color-input-background-default);
}
.backward-compatibility .interactive-input10-background {
  background: var(--color-input-background-default);
}
.backward-compatibility .interactive-input20-color {
  color: var(--color-input-border-default);
}
.backward-compatibility .interactive-input20-background {
  background: var(--color-input-border-default);
}
.backward-compatibility .interactive-input30-color {
  color: var(--color-input-ripple-hover);
}
.backward-compatibility .interactive-input30-background {
  background: var(--color-input-ripple-hover);
}
.backward-compatibility .interactive-input40-color {
  color: var(--color-input-ripple-active);
}
.backward-compatibility .interactive-input40-background {
  background: var(--color-input-ripple-active);
}
.backward-compatibility .interactive-input50-color {
  color: var(--color-input-border-hover);
}
.backward-compatibility .interactive-input50-background {
  background: var(--color-input-border-hover);
}
.backward-compatibility .interactive-input60-color {
  color: var(--color-input-border-active);
}
.backward-compatibility .interactive-input60-background {
  background: var(--color-input-border-active);
}
.backward-compatibility .interactive-disabled10-color {
  color: var(--color-disabled-10);
}
.backward-compatibility .interactive-disabled10-background {
  background: var(--color-disabled-10);
}
.backward-compatibility .interactive-neutral10-color {
  color: var(--color-neutral-10);
}
.backward-compatibility .interactive-neutral10-background {
  background: var(--color-neutral-10);
}
.backward-compatibility .interactive-neutral20-color {
  color: var(--color-neutral-20);
}
.backward-compatibility .interactive-neutral20-background {
  background: var(--color-neutral-20);
}
.backward-compatibility .interactive-neutral30-color {
  color: var(--color-neutral-30);
}
.backward-compatibility .interactive-neutral30-background {
  background: var(--color-neutral-30);
}
.backward-compatibility .interactive-neutral40-color {
  color: var(--color-neutral-40);
}
.backward-compatibility .interactive-neutral40-background {
  background: var(--color-neutral-40);
}
.backward-compatibility .interactive-neutral50-color {
  color: var(--color-neutral-50);
}
.backward-compatibility .interactive-neutral50-background {
  background: var(--color-neutral-50);
}
.backward-compatibility .interactive-chart-category-10-color {
  color: var(--color-chart-category-10);
}
.backward-compatibility .interactive-chart-category-10-background {
  background: var(--color-chart-category-10);
}
.backward-compatibility .interactive-chart-category-20-color {
  color: var(--color-chart-category-20);
}
.backward-compatibility .interactive-chart-category-20-background {
  background: var(--color-chart-category-20);
}
.backward-compatibility .interactive-chart-category-30-color {
  color: var(--color-chart-category-30);
}
.backward-compatibility .interactive-chart-category-30-background {
  background: var(--color-chart-category-30);
}
.backward-compatibility .interactive-chart-category-40-color {
  color: var(--color-chart-category-40);
}
.backward-compatibility .interactive-chart-category-40-background {
  background: var(--color-chart-category-40);
}
.backward-compatibility .interactive-chart-category-50-color {
  color: var(--color-chart-category-50);
}
.backward-compatibility .interactive-chart-category-50-background {
  background: var(--color-chart-category-50);
}
.backward-compatibility .interactive-chart-category-60-color {
  color: var(--color-chart-category-60);
}
.backward-compatibility .interactive-chart-category-60-background {
  background: var(--color-chart-category-60);
}
.backward-compatibility .interactive-chart-category-70-color {
  color: var(--color-chart-category-70);
}
.backward-compatibility .interactive-chart-category-70-background {
  background: var(--color-chart-category-70);
}
.backward-compatibility .interactive-chart-category-80-color {
  color: var(--color-chart-category-80);
}
.backward-compatibility .interactive-chart-category-80-background {
  background: var(--color-chart-category-80);
}
.backward-compatibility .interactive-chart-category-90-color {
  color: var(--color-chart-category-90);
}
.backward-compatibility .interactive-chart-category-90-background {
  background: var(--color-chart-category-90);
}
.backward-compatibility .interactive-chart-category-100-color {
  color: var(--color-chart-category-100);
}
.backward-compatibility .interactive-chart-category-100-background {
  background: var(--color-chart-category-100);
}
.backward-compatibility .interactive-chart-category-110-color {
  color: var(--color-chart-category-110);
}
.backward-compatibility .interactive-chart-category-110-background {
  background: var(--color-chart-category-110);
}
.backward-compatibility .interactive-chart-category-120-color {
  color: var(--color-chart-category-120);
}
.backward-compatibility .interactive-chart-category-120-background {
  background: var(--color-chart-category-120);
}
.backward-compatibility .interactive-chart-category-130-color {
  color: var(--color-chart-category-130);
}
.backward-compatibility .interactive-chart-category-130-background {
  background: var(--color-chart-category-130);
}
.backward-compatibility .interactive-chart-category-140-color {
  color: var(--color-chart-category-140);
}
.backward-compatibility .interactive-chart-category-140-background {
  background: var(--color-chart-category-140);
}
.backward-compatibility .interactive-chart-category-150-color {
  color: var(--color-chart-category-150);
}
.backward-compatibility .interactive-chart-category-150-background {
  background: var(--color-chart-category-150);
}
.backward-compatibility .interactive-chart-sequential-10-color {
  color: var(--color-chart-sequential-10);
}
.backward-compatibility .interactive-chart-sequential-10-background {
  background: var(--color-chart-sequential-10);
}
.backward-compatibility .interactive-chart-sequential-20-color {
  color: var(--color-chart-sequential-20);
}
.backward-compatibility .interactive-chart-sequential-20-background {
  background: var(--color-chart-sequential-20);
}
.backward-compatibility .interactive-chart-sequential-30-color {
  color: var(--color-chart-sequential-30);
}
.backward-compatibility .interactive-chart-sequential-30-background {
  background: var(--color-chart-sequential-30);
}
.backward-compatibility .interactive-chart-sequential-40-color {
  color: var(--color-chart-sequential-40);
}
.backward-compatibility .interactive-chart-sequential-40-background {
  background: var(--color-chart-sequential-40);
}
.backward-compatibility .interactive-chart-sequential-50-color {
  color: var(--color-chart-sequential-50);
}
.backward-compatibility .interactive-chart-sequential-50-background {
  background: var(--color-chart-sequential-50);
}
.backward-compatibility .interactive-chart-sequential-60-color {
  color: var(--color-chart-sequential-60);
}
.backward-compatibility .interactive-chart-sequential-60-background {
  background: var(--color-chart-sequential-60);
}
.backward-compatibility .interactive-chart-sequential-70-color {
  color: var(--color-chart-sequential-70);
}
.backward-compatibility .interactive-chart-sequential-70-background {
  background: var(--color-chart-sequential-70);
}
.backward-compatibility .interactive-chart-sequential-80-color {
  color: var(--color-chart-sequential-80);
}
.backward-compatibility .interactive-chart-sequential-80-background {
  background: var(--color-chart-sequential-80);
}
.backward-compatibility .interactive-chart-sequential-90-color {
  color: var(--color-chart-sequential-90);
}
.backward-compatibility .interactive-chart-sequential-90-background {
  background: var(--color-chart-sequential-90);
}
.backward-compatibility .interactive-chart-diverging-10-color {
  color: var(--color-chart-diverging-10);
}
.backward-compatibility .interactive-chart-diverging-10-background {
  background: var(--color-chart-diverging-10);
}
.backward-compatibility .interactive-chart-diverging-20-color {
  color: var(--color-chart-diverging-20);
}
.backward-compatibility .interactive-chart-diverging-20-background {
  background: var(--color-chart-diverging-20);
}
.backward-compatibility .interactive-chart-diverging-30-color {
  color: var(--color-chart-diverging-30);
}
.backward-compatibility .interactive-chart-diverging-30-background {
  background: var(--color-chart-diverging-30);
}
.backward-compatibility .interactive-chart-diverging-40-color {
  color: var(--color-chart-diverging-40);
}
.backward-compatibility .interactive-chart-diverging-40-background {
  background: var(--color-chart-diverging-40);
}
.backward-compatibility .interactive-chart-diverging-50-color {
  color: var(--color-chart-diverging-50);
}
.backward-compatibility .interactive-chart-diverging-50-background {
  background: var(--color-chart-diverging-50);
}
.backward-compatibility .interactive-chart-diverging-60-color {
  color: var(--color-chart-diverging-60);
}
.backward-compatibility .interactive-chart-diverging-60-background {
  background: var(--color-chart-diverging-60);
}
.backward-compatibility .interactive-chart-diverging-70-color {
  color: var(--color-chart-diverging-70);
}
.backward-compatibility .interactive-chart-diverging-70-background {
  background: var(--color-chart-diverging-70);
}
.backward-compatibility .interactive-chart-diverging-80-color {
  color: var(--color-chart-diverging-80);
}
.backward-compatibility .interactive-chart-diverging-80-background {
  background: var(--color-chart-diverging-80);
}
.backward-compatibility .interactive-chart-diverging-90-color {
  color: var(--color-chart-diverging-90);
}
.backward-compatibility .interactive-chart-diverging-90-background {
  background: var(--color-chart-diverging-90);
}
.backward-compatibility .interactive-grid-header-color {
  color: var(--color-grid-header);
}
.backward-compatibility .interactive-grid-header-background {
  background: var(--color-grid-header);
}
.backward-compatibility .interactive-grid-rowOdd-color {
  color: var(--color-grid-row-odd);
}
.backward-compatibility .interactive-grid-rowOdd-background {
  background: var(--color-grid-row-odd);
}
.backward-compatibility .interactive-grid-rowSelected-color {
  color: var(--color-grid-row-selected);
}
.backward-compatibility .interactive-grid-rowSelected-background {
  background: var(--color-grid-row-selected);
}
.backward-compatibility .surface-background-color {
  color: var(--surface-background);
}
.backward-compatibility .surface-background-background {
  background: var(--surface-background);
}
.backward-compatibility .surface-level1-color {
  color: var(--surface-level-1);
}
.backward-compatibility .surface-level1-background {
  background: var(--surface-level-1);
}
.backward-compatibility .surface-level2-color {
  color: var(--surface-level-2);
}
.backward-compatibility .surface-level2-background {
  background: var(--surface-level-2);
}
.backward-compatibility .surface-level3-color {
  color: var(--surface-level-3);
}
.backward-compatibility .surface-level3-background {
  background: var(--surface-level-3);
}
.backward-compatibility .surface-raised-color {
  color: var(--surface-raised);
}
.backward-compatibility .surface-raised-background {
  background: var(--surface-raised);
}
.backward-compatibility .surface-tintPositive-color {
  color: var(--surface-tint-positive);
}
.backward-compatibility .surface-tintPositive-background {
  background: var(--surface-tint-positive);
}
.backward-compatibility .surface-tintNegative-color {
  color: var(--surface-tint-negative);
}
.backward-compatibility .surface-tintNegative-background {
  background: var(--surface-tint-negative);
}
.backward-compatibility .surface-tintInfo-color {
  color: var(--surface-tint-info);
}
.backward-compatibility .surface-tintInfo-background {
  background: var(--surface-tint-info);
}
.backward-compatibility .surface-tintWarning-color {
  color: var(--surface-tint-warning);
}
.backward-compatibility .surface-tintWarning-background {
  background: var(--surface-tint-warning);
}
.backward-compatibility .surface-tintNeutral10-color {
  color: var(--surface-tint-neutral-10);
}
.backward-compatibility .surface-tintNeutral10-background {
  background: var(--surface-tint-neutral-10);
}
.backward-compatibility .surface-tintNeutral20-color {
  color: var(--surface-tint-neutral-20);
}
.backward-compatibility .surface-tintNeutral20-background {
  background: var(--surface-tint-neutral-20);
}
.backward-compatibility .surface-tintInverted10-color {
  color: var(--surface-tint-inverted);
}
.backward-compatibility .surface-tintInverted10-background {
  background: var(--surface-tint-inverted);
}
.backward-compatibility .surface-tintTransparent-color {
  color: var(--surface-tint-transparent);
}
.backward-compatibility .surface-tintTransparent-background {
  background: var(--surface-tint-transparent);
}
.backward-compatibility .surface-mask-color {
  color: var(--surface-mask);
}
.backward-compatibility .surface-mask-background {
  background: var(--surface-mask);
}
.backward-compatibility .border-10-color {
  color: var(--border-color-10);
}
.backward-compatibility .border-10-background {
  background: var(--border-color-10);
}
.backward-compatibility .border-20-color {
  color: var(--border-color-20);
}
.backward-compatibility .border-20-background {
  background: var(--border-color-20);
}
.backward-compatibility .border-30-color {
  color: var(--border-color-30);
}
.backward-compatibility .border-30-background {
  background: var(--border-color-30);
}
.backward-compatibility .brand-10-color {
  color: var(--color-brand-10);
}
.backward-compatibility .brand-10-background {
  background: var(--color-brand-10);
}
.backward-compatibility .brand-20-color {
  color: var(--color-brand-20);
}
.backward-compatibility .brand-20-background {
  background: var(--color-brand-20);
}
.backward-compatibility .brand-30-color {
  color: var(--color-brand-30);
}
.backward-compatibility .brand-30-background {
  background: var(--color-brand-30);
}
.backward-compatibility .brand-40-color {
  color: var(--color-brand-40);
}
.backward-compatibility .brand-40-background {
  background: var(--color-brand-40);
}
.backward-compatibility .brand-50-color {
  color: var(--color-brand-50);
}
.backward-compatibility .brand-50-background {
  background: var(--color-brand-50);
}
.backward-compatibility .brand-60-color {
  color: var(--color-brand-60);
}
.backward-compatibility .brand-60-background {
  background: var(--color-brand-60);
}
.backward-compatibility .brand-70-color {
  color: var(--color-brand-70);
}
.backward-compatibility .brand-70-background {
  background: var(--color-brand-70);
}
.backward-compatibility .brand-80-color {
  color: var(--color-brand-80);
}
.backward-compatibility .brand-80-background {
  background: var(--color-brand-80);
}
.backward-compatibility .brand-90-color {
  color: var(--color-brand-90);
}
.backward-compatibility .brand-90-background {
  background: var(--color-brand-90);
}
.backward-compatibility .brand-100-color {
  color: var(--color-brand-100);
}
.backward-compatibility .brand-100-background {
  background: var(--color-brand-100);
}
:root {
  --date-picker-background: var(--surface-level-2);
  --date-picker-border-color: var(--border-color-10);
  --date-picker-border-radius: var(--radius-default);
  --date-picker-border-style: solid;
  --date-picker-border-width: var(--border-width-10);
  --date-picker-box-shadow: var(--elevation-medium);
  --date-picker-calendar-label-day-background-active: var(--color-interactive-20);
  --date-picker-calendar-label-day-background-default: transparent;
  --date-picker-calendar-label-day-background-disabled: var(--text-disabled);
  --date-picker-calendar-label-day-background-hover: var(--color-interactive-10);
  --date-picker-calendar-label-day-color-active: var(--text-default);
  --date-picker-calendar-label-day-color-default: var(--text-default);
  --date-picker-calendar-label-day-color-disabled: var(--text-disabled);
  --date-picker-calendar-label-day-color-hover: var(--text-default);
  --date-picker-calendar-label-day-height: var(--components-min-height);
  --date-picker-calendar-label-day-width: var(--components-min-width);
  --date-picker-calendar-table-day-color: var(--text-muted);
  --date-picker-calendar-table-day-height: var(--components-min-height);
  --date-picker-calendar-table-day-width: 100%;
  --date-picker-calendar-table-gap: var(--gap-l);
  --date-picker-calendar-week-gap: var(--gap-m);
  --date-picker-gap: var(--gap-l);
  --date-picker-padding: var(--padding-l);
  --date-picker-today-label-color-active: var(--text-brand);
  --date-picker-today-label-color-default: var(--text-brand);
  --date-picker-today-label-color-disabled: var(--text-disabled);
  --date-picker-today-label-color-hover: var(--text-brand);
  --select-tree-container-gap: var(--gap-s);
  --select-tree-gap: var(--gap-m);
  --select-tree-item-color: var(--text-default);
  --select-tree-label-gap: var(--gap-s);
  --select-tree-label-icon-color: var(--text-info);
  --select-tree-min-height: var(--components-min-height);
  --select-tree-min-width: var(--components-min-height);
  --select-tree-pills-gap: var(--gap-m);
  --select-tree-placeholder-color: var(--text-muted);
  --select-tree-width: 100%;
  --select-tree-dropdown-clear-icon-padding: var(--gap-m);
  --select-tree-dropdown-gap: var(--gap-s);
  --select-tree-dropdown-max-height: 500px;
  --select-tree-dropdown-no-result-color: var(--text-muted);
  --select-tree-dropdown-no-result-padding-padding-block: var(--padding-xs);
  --select-tree-dropdown-no-result-padding-padding-inline: var(--padding-m);
  --select-tree-dropdown-padding: var(--gap-s);
  --skeleton-button-height: var(--components-min-height);
  --skeleton-button-min-width: var(--components-min-height);
  --skeleton-heading-height: var(--typography-page-title-font-size);
  --skeleton-heading-margin: var(--padding-s) 0;
  --skeleton-height: auto;
  --skeleton-image-min-height: var(--components-min-height);
  --skeleton-image-min-width: var(--components-min-height);
  --skeleton-input-label-height: var(--typography-body-font-size);
  --skeleton-input-label-max-width: 120px;
  --skeleton-line-height: var(--typography-body-font-size);
  --skeleton-line-margin: var(--padding-s) 0;
  --skeleton-max-height: auto;
  --skeleton-max-width: auto;
  --skeleton-min-height: var(--typography-body-font-size);
  --skeleton-min-width: 50px;
  --textfield-pill-background: var(--color-neutral-30);
  --textfield-pill-gap: var(--gap-s);
  --textfield-pill-padding-block: var(--padding-xs);
  --textfield-pill-padding-inline: var(--padding-l) var(--padding-s);
  --textfield-pill-radius: var(--radius-999);
}
@property --date-picker-background { syntax:"<color>";inherits:true;initial-value:#293138 }
@property --date-picker-border-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --date-picker-calendar-label-day-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --date-picker-calendar-label-day-background-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --date-picker-calendar-label-day-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --date-picker-calendar-label-day-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --date-picker-calendar-label-day-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --date-picker-calendar-label-day-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --date-picker-calendar-label-day-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --date-picker-calendar-table-day-color { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --date-picker-today-label-color-active { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --date-picker-today-label-color-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --date-picker-today-label-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --date-picker-today-label-color-hover { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --select-tree-item-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --select-tree-label-icon-color { syntax:"<color>";inherits:true;initial-value:#7a95eb }
@property --select-tree-placeholder-color { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --select-tree-dropdown-no-result-color { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --textfield-pill-background { syntax:"<color>";inherits:true;initial-value:#919191 }
:root {
  --opacity-transparent: transparent;
}
:root {
  --border-width-0: 0;
  --border-width-10: 1px;
  --border-width-20: 2px;
  --border-width-30: 4px;
  --border-width-40: 8px;
  --dimension-0: 0px;
  --dimension-1: 1px;
  --dimension-2: 2px;
  --dimension-4: 4px;
  --dimension-6: 6px;
  --dimension-8: 8px;
  --dimension-12: 12px;
  --dimension-14: 14px;
  --dimension-16: 16px;
  --dimension-20: 20px;
  --dimension-24: 24px;
  --dimension-26: 26px;
  --dimension-30: 30px;
  --dimension-32: 32px;
  --dimension-40: 40px;
  --dimension-48: 48px;
  --dimension-56: 56px;
  --dimension-64: 64px;
  --dimension-96: 96px;
  --dimension-p100: 100%;
  --opacity-0: 0;
  --opacity-10: .1;
  --opacity-20: .2;
  --opacity-30: .3;
  --opacity-40: .4;
  --opacity-50: .5;
  --opacity-60: .6;
  --opacity-70: .7;
  --opacity-80: .8;
  --opacity-90: .9;
  --opacity-100: 1;
  --outline-color: #148a96;
  --outline-offset: 2px;
  --outline-style: solid;
  --outline-transition: .05s;
  --outline-width: 2px;
  --radius-10: 2px;
  --radius-20: 8px;
  --radius-30: 16px;
  --radius-40: 24px;
  --radius-50: 32px;
  --radius-999: 999px;
  --radius-circle: 50%;
  --radius-default: 4px;
  --radius-sharp: 0px;
}
:root {
  --accordion-alternative-background-active: var(--color-interactive-10);
  --accordion-alternative-background-default: transparent;
  --accordion-alternative-background-disabled: transparent;
  --accordion-alternative-background-hover: transparent;
  --accordion-alternative-color-active: var(--text-on-interactive-10);
  --accordion-alternative-color-default: var(--text-default);
  --accordion-alternative-color-disabled: var(--text-disabled);
  --accordion-alternative-color-hover: var(--text-default);
  --accordion-alternative-content-padding: var(--padding-s) var(--padding-s) var(--padding-s) calc(var(--padding-m) + var(--icon-size-3) + var(--gap-m));
  --accordion-alternative-text-decoration-active: none;
  --accordion-alternative-text-decoration-default: none;
  --accordion-alternative-text-decoration-disabled: none;
  --accordion-alternative-text-decoration-hover: underline;
  --accordion-cursor: pointer;
  --accordion-padding: 0 var(--padding-m);
  --accordion-standard-background-active: var(--color-interactive-20);
  --accordion-standard-background-default: var(--surface-raised);
  --accordion-standard-background-disabled: var(--color-disabled-10);
  --accordion-standard-background-hover: var(--color-interactive-10);
  --accordion-standard-color-active: var(--text-on-interactive-20);
  --accordion-standard-color-default: var(--text-default);
  --accordion-standard-color-disabled: var(--text-disabled);
  --accordion-standard-color-hover: var(--text-on-interactive-10);
  --accordion-standard-content-padding: var(--padding-s) var(--padding-s) var(--padding-s) 0;
  --accordion-standard-text-decoration-active: none;
  --accordion-standard-text-decoration-default: none;
  --accordion-standard-text-decoration-disabled: none;
  --accordion-standard-text-decoration-hover: none;
  --badge-count-padding-inline: var(--padding-xs);
  --badge-count-size: var(--dimension-14);
  --badge-important-background: var(--color-negative-30);
  --badge-important-border-color: var(--color-negative-30);
  --badge-important-border-radius: var(--radius-999);
  --badge-important-border-style: solid;
  --badge-important-border-width: var(--border-width-10);
  --badge-important-color: var(--text-on-negative-30);
  --badge-indicator-padding-inline: 0;
  --badge-indicator-size: var(--components-badge-spacing);
  --badge-off-background: transparent;
  --badge-off-border-color: var(--color-negative-30);
  --badge-off-border-radius: var(--radius-999);
  --badge-off-border-style: solid;
  --badge-off-border-width: var(--border-width-10);
  --badge-off-color: transparent;
  --badge-on-background: var(--color-positive-30);
  --badge-on-border-color: var(--color-positive-30);
  --badge-on-border-radius: var(--radius-999);
  --badge-on-border-style: solid;
  --badge-on-border-width: var(--border-width-10);
  --badge-on-color: transparent;
  --badge-primary-background: var(--color-interactive-30);
  --badge-primary-border-color: var(--color-interactive-30);
  --badge-primary-border-radius: var(--radius-999);
  --badge-primary-border-style: solid;
  --badge-primary-border-width: var(--border-width-10);
  --badge-primary-color: var(--text-on-interactive-30);
  --badge-unknown-background: transparent;
  --badge-unknown-border-color: var(--color-neutral-30);
  --badge-unknown-border-radius: var(--radius-999);
  --badge-unknown-border-style: dashed;
  --badge-unknown-border-width: var(--border-width-10);
  --badge-unknown-color: transparent;
  --bottom-drawer-background: var(--surface-level-3);
  --bottom-drawer-border-color: var(--border-color-10);
  --bottom-drawer-border-radius: 0;
  --bottom-drawer-border-style: solid;
  --bottom-drawer-border-width: var(--border-width-10);
  --bottom-drawer-box-shadow: var(--elevation-medium);
  --bottom-drawer-display: none;
  --bottom-drawer-drag-left-background:
    linear-gradient(
      
      90deg,
      var(--color-interactive-10) 0%,
      var(--surface-tint-neutral-10) 100% );
  --bottom-drawer-drag-left-cursor: ew-resize;
  --bottom-drawer-drag-left-height: 100%;
  --bottom-drawer-drag-left-width: var(--padding-m);
  --bottom-drawer-footer-border-color: var(--border-color-10);
  --bottom-drawer-footer-border-radius: 0;
  --bottom-drawer-footer-border-style: solid;
  --bottom-drawer-footer-border-width: var(--border-width-10);
  --bottom-drawer-footer-gap: var(--gap-m);
  --bottom-drawer-gap: var(--gap-l);
  --bottom-drawer-height: 50%;
  --bottom-drawer-max-width: 100%;
  --bottom-drawer-min-width: 320px;
  --bottom-drawer-padding: var(--padding-l);
  --bottom-drawer-width: 100%;
  --bottom-drawer-z-index: unset;
  --button-cursor: pointer;
  --button-normal-height: var(--components-min-height);
  --button-normal-min-width: var(--components-min-width);
  --button-normal-width: fit-content;
  --button-padding-inline: var(--padding-l);
  --button-primary-background-active: var(--color-interactive-50);
  --button-primary-background-default: var(--color-interactive-30);
  --button-primary-background-disabled: var(--color-disabled-10);
  --button-primary-background-hover: var(--color-interactive-40);
  --button-primary-border-color-active: transparent;
  --button-primary-border-color-default: transparent;
  --button-primary-border-color-disabled: var(--color-disabled-20);
  --button-primary-border-color-hover: transparent;
  --button-primary-border-radius-active: var(--radius-default);
  --button-primary-border-radius-default: var(--radius-default);
  --button-primary-border-radius-disabled: var(--radius-default);
  --button-primary-border-radius-hover: var(--radius-default);
  --button-primary-border-style-active: solid;
  --button-primary-border-style-default: solid;
  --button-primary-border-style-disabled: solid;
  --button-primary-border-style-hover: solid;
  --button-primary-border-width-active: var(--border-width-10);
  --button-primary-border-width-default: var(--border-width-10);
  --button-primary-border-width-disabled: var(--border-width-10);
  --button-primary-border-width-hover: var(--border-width-10);
  --button-primary-color-active: var(--text-on-interactive-50);
  --button-primary-color-default: var(--text-on-interactive-30);
  --button-primary-color-disabled: var(--text-disabled);
  --button-primary-color-hover: var(--text-on-interactive-40);
  --button-primary-text-transform: none;
  --button-primary-negative-background-active: var(--color-negative-50);
  --button-primary-negative-background-default: var(--color-negative-30);
  --button-primary-negative-background-disabled: var(--button-primary-background-disabled);
  --button-primary-negative-background-hover: var(--color-negative-40);
  --button-primary-negative-border-color-active: var(--button-primary-border-color-active);
  --button-primary-negative-border-color-default: var(--button-primary-border-color-default);
  --button-primary-negative-border-color-disabled: var(--button-primary-border-color-disabled);
  --button-primary-negative-border-color-hover: var(--button-primary-border-color-hover);
  --button-primary-negative-border-radius-active: var(--button-primary-border-radius-default);
  --button-primary-negative-border-radius-default: var(--button-primary-border-radius-default);
  --button-primary-negative-border-radius-disabled: var(--button-primary-border-radius-default);
  --button-primary-negative-border-radius-hover: var(--button-primary-border-radius-default);
  --button-primary-negative-border-style-active: var(--button-primary-border-style-active);
  --button-primary-negative-border-style-default: var(--button-primary-border-style-default);
  --button-primary-negative-border-style-disabled: var(--button-primary-border-style-disabled);
  --button-primary-negative-border-style-hover: var(--button-primary-border-style-hover);
  --button-primary-negative-border-width-active: var(--button-primary-border-width-active);
  --button-primary-negative-border-width-default: var(--button-primary-border-width-default);
  --button-primary-negative-border-width-disabled: var(--button-primary-border-width-disabled);
  --button-primary-negative-border-width-hover: var(--button-primary-border-width-hover);
  --button-primary-negative-color-active: var(--text-on-negative-50);
  --button-primary-negative-color-default: var(--text-on-negative-30);
  --button-primary-negative-color-disabled: var(--button-primary-color-disabled);
  --button-primary-negative-color-hover: var(--text-on-negative-40);
  --button-primary-negative-text-transform: none;
  --button-secondary-background-active: var(--color-interactive-20);
  --button-secondary-background-default: transparent;
  --button-secondary-background-disabled: transparent;
  --button-secondary-background-hover: var(--color-interactive-10);
  --button-secondary-border-color-active: var(--color-interactive-50);
  --button-secondary-border-color-default: var(--color-interactive-30);
  --button-secondary-border-color-disabled: var(--color-disabled-20);
  --button-secondary-border-color-hover: var(--color-interactive-40);
  --button-secondary-border-radius-active: var(--radius-default);
  --button-secondary-border-radius-default: var(--radius-default);
  --button-secondary-border-radius-disabled: var(--radius-default);
  --button-secondary-border-radius-hover: var(--radius-default);
  --button-secondary-border-style-active: solid;
  --button-secondary-border-style-default: solid;
  --button-secondary-border-style-disabled: solid;
  --button-secondary-border-style-hover: solid;
  --button-secondary-border-width-active: var(--border-width-10);
  --button-secondary-border-width-default: var(--border-width-10);
  --button-secondary-border-width-disabled: var(--border-width-10);
  --button-secondary-border-width-hover: var(--border-width-10);
  --button-secondary-color-active: var(--text-default);
  --button-secondary-color-default: var(--text-brand);
  --button-secondary-color-disabled: var(--text-disabled);
  --button-secondary-color-hover: var(--text-brand);
  --button-secondary-text-transform: none;
  --button-secondary-negative-background-active: var(--color-negative-20);
  --button-secondary-negative-background-default: var(--button-secondary-background-default);
  --button-secondary-negative-background-disabled: var(--button-secondary-background-disabled);
  --button-secondary-negative-background-hover: var(--color-negative-10);
  --button-secondary-negative-border-color-active: var(--color-negative-50);
  --button-secondary-negative-border-color-default: var(--color-negative-30);
  --button-secondary-negative-border-color-disabled: var(--button-secondary-border-color-disabled);
  --button-secondary-negative-border-color-hover: var(--color-negative-40);
  --button-secondary-negative-border-radius-active: var(--button-secondary-border-radius-default);
  --button-secondary-negative-border-radius-default: var(--button-secondary-border-radius-default);
  --button-secondary-negative-border-radius-disabled: var(--button-secondary-border-radius-default);
  --button-secondary-negative-border-radius-hover: var(--button-secondary-border-radius-default);
  --button-secondary-negative-border-style-active: var(--button-secondary-border-style-active);
  --button-secondary-negative-border-style-default: var(--button-secondary-border-style-default);
  --button-secondary-negative-border-style-disabled: var(--button-secondary-border-style-disabled);
  --button-secondary-negative-border-style-hover: var(--button-secondary-border-style-hover);
  --button-secondary-negative-border-width-active: var(--button-secondary-border-width-active);
  --button-secondary-negative-border-width-default: var(--button-secondary-border-width-default);
  --button-secondary-negative-border-width-disabled: var(--button-secondary-border-width-disabled);
  --button-secondary-negative-border-width-hover: var(--button-secondary-border-width-hover);
  --button-secondary-negative-color-active: var(--text-default);
  --button-secondary-negative-color-default: var(--text-negative);
  --button-secondary-negative-color-disabled: var(--button-secondary-color-disabled);
  --button-secondary-negative-color-hover: var(--text-negative);
  --button-secondary-negative-text-transform: none;
  --button-square-height: var(--button-normal-height);
  --button-square-min-width: var(--button-normal-min-width);
  --button-square-width: var(--components-min-width);
  --button-tertiary-background-active: var(--color-interactive-20);
  --button-tertiary-background-default: transparent;
  --button-tertiary-background-disabled: transparent;
  --button-tertiary-background-hover: var(--color-interactive-10);
  --button-tertiary-border-color-active: transparent;
  --button-tertiary-border-color-default: transparent;
  --button-tertiary-border-color-disabled: transparent;
  --button-tertiary-border-color-hover: transparent;
  --button-tertiary-border-radius-active: var(--radius-default);
  --button-tertiary-border-radius-default: var(--radius-default);
  --button-tertiary-border-radius-disabled: var(--radius-default);
  --button-tertiary-border-radius-hover: var(--radius-default);
  --button-tertiary-border-style-active: solid;
  --button-tertiary-border-style-default: solid;
  --button-tertiary-border-style-disabled: solid;
  --button-tertiary-border-style-hover: solid;
  --button-tertiary-border-width-active: var(--border-width-10);
  --button-tertiary-border-width-default: var(--border-width-10);
  --button-tertiary-border-width-disabled: var(--border-width-10);
  --button-tertiary-border-width-hover: var(--border-width-10);
  --button-tertiary-color-active: var(--text-default);
  --button-tertiary-color-default: var(--text-brand);
  --button-tertiary-color-disabled: var(--text-disabled);
  --button-tertiary-color-hover: var(--text-brand);
  --button-tertiary-text-transform: none;
  --button-tertiary-negative-background-active: var(--color-negative-20);
  --button-tertiary-negative-background-default: var(--button-tertiary-background-default);
  --button-tertiary-negative-background-disabled: var(--button-tertiary-background-disabled);
  --button-tertiary-negative-background-hover: var(--color-negative-10);
  --button-tertiary-negative-border-color-active: var(--button-tertiary-border-color-active);
  --button-tertiary-negative-border-color-default: var(--button-tertiary-border-color-default);
  --button-tertiary-negative-border-color-disabled: var(--button-tertiary-border-color-disabled);
  --button-tertiary-negative-border-color-hover: var(--button-tertiary-border-color-hover);
  --button-tertiary-negative-border-radius-active: var(--button-tertiary-border-radius-default);
  --button-tertiary-negative-border-radius-default: var(--button-tertiary-border-radius-default);
  --button-tertiary-negative-border-radius-disabled: var(--button-tertiary-border-radius-default);
  --button-tertiary-negative-border-radius-hover: var(--button-tertiary-border-radius-default);
  --button-tertiary-negative-border-style-active: var(--button-tertiary-border-style-active);
  --button-tertiary-negative-border-style-default: var(--button-tertiary-border-style-default);
  --button-tertiary-negative-border-style-disabled: var(--button-tertiary-border-style-disabled);
  --button-tertiary-negative-border-style-hover: var(--button-tertiary-border-style-hover);
  --button-tertiary-negative-border-width-active: var(--button-tertiary-border-width-active);
  --button-tertiary-negative-border-width-default: var(--button-tertiary-border-width-default);
  --button-tertiary-negative-border-width-disabled: var(--button-tertiary-border-width-disabled);
  --button-tertiary-negative-border-width-hover: var(--button-tertiary-border-width-hover);
  --button-tertiary-negative-color-active: var(--text-default);
  --button-tertiary-negative-color-default: var(--text-negative);
  --button-tertiary-negative-color-disabled: var(--button-tertiary-color-disabled);
  --button-tertiary-negative-color-hover: var(--text-negative);
  --button-tertiary-negative-text-transform: none;
  --button-text-transform: none;
  --calendar-grid-normal-background-active: var(--color-interactive-20);
  --calendar-grid-normal-background-default: transparent;
  --calendar-grid-normal-background-disabled: transparent;
  --calendar-grid-normal-background-hover: var(--color-interactive-10);
  --calendar-grid-normal-color-active: var(--text-on-interactive-20);
  --calendar-grid-normal-color-default: var(--text-default);
  --calendar-grid-normal-color-disabled: var(--text-disabled);
  --calendar-grid-normal-color-hover: var(--text-on-interactive-10);
  --calendar-grid-radius: var(--radius-20);
  --calendar-grid-range-background-active: var(--color-interactive-20);
  --calendar-grid-range-background-default: var(--color-interactive-10);
  --calendar-grid-range-background-disabled: var(--color-interactive-10);
  --calendar-grid-range-background-hover: var(--color-interactive-20);
  --calendar-grid-range-color-active: var(--text-on-interactive-20);
  --calendar-grid-range-color-default: var(--text-on-interactive-10);
  --calendar-grid-range-color-disabled: var(--text-disabled);
  --calendar-grid-range-color-hover: var(--text-on-interactive-20);
  --calendar-grid-selected-background-active: var(--color-interactive-20);
  --calendar-grid-selected-background-default: var(--color-interactive-20);
  --calendar-grid-selected-background-disabled: var(--color-interactive-20);
  --calendar-grid-selected-background-hover: var(--color-interactive-20);
  --calendar-grid-selected-color-active: var(--text-on-interactive-20);
  --calendar-grid-selected-color-default: var(--text-on-interactive-20);
  --calendar-grid-selected-color-disabled: var(--text-disabled);
  --calendar-grid-selected-color-hover: var(--text-on-interactive-20);
  --calendar-grid-spacing: 2px;
  --chat-animation-background: var(--color-interactive-30);
  --chat-animation-height: 5px;
  --chat-animation-margin: var(--dimension-1);
  --chat-animation-width: 5px;
  --chat-feedback-gap: var(--gap-m);
  --chat-message-copilot-background: transparent;
  --chat-message-copilot-border-radius: 0;
  --chat-message-copilot-color: var(--text-brand);
  --chat-message-gap: var(--gap-l);
  --chat-message-user-background: var(--surface-raised);
  --chat-message-user-padding: var(--padding-m);
  --chat-message-user-radius: var(--radius-default);
  --chat-progress-background: var(--color-interactive-30);
  --chat-progress-height: var(--dimension-4);
  --chat-progress-margin: var(--dimension-1);
  --chat-progress-width: var(--dimension-4);
  --chat-reader-color: var(--text-info);
  --chat-reader-details-border-color: var(--color-neutral-20);
  --chat-reader-details-border-radius: var(--radius-default);
  --chat-reader-details-border-style: solid;
  --chat-reader-details-border-width: var(--border-width-10);
  --chat-reader-details-height: unset;
  --chat-reader-details-max-height: 200px;
  --chat-reader-title-background: var(--elevation-medium);
  --chat-reader-title-border-color: var(--color-neutral-20);
  --chat-reader-title-border-radius: var(--radius-default);
  --chat-reader-title-border-style: solid;
  --chat-reader-title-border-width: var(--border-width-10);
  --checkbox-checked-background-active: var(--color-interactive-50);
  --checkbox-checked-background-default: var(--color-interactive-30);
  --checkbox-checked-background-disabled: var(--color-disabled-20);
  --checkbox-checked-background-hover: var(--color-interactive-40);
  --checkbox-checked-border-color-active: var(--color-interactive-50);
  --checkbox-checked-border-color-default: var(--color-interactive-30);
  --checkbox-checked-border-color-disabled: var(--text-disabled);
  --checkbox-checked-border-color-hover: var(--color-interactive-40);
  --checkbox-checked-border-radius-active: var(--radius-10);
  --checkbox-checked-border-radius-default: var(--radius-10);
  --checkbox-checked-border-radius-disabled: var(--radius-10);
  --checkbox-checked-border-radius-hover: var(--radius-10);
  --checkbox-checked-border-style-active: solid;
  --checkbox-checked-border-style-default: solid;
  --checkbox-checked-border-style-disabled: solid;
  --checkbox-checked-border-style-hover: solid;
  --checkbox-checked-border-width-active: var(--border-width-20);
  --checkbox-checked-border-width-default: var(--border-width-20);
  --checkbox-checked-border-width-disabled: var(--border-width-20);
  --checkbox-checked-border-width-hover: var(--border-width-20);
  --checkbox-checked-label-color-active: var(--text-default);
  --checkbox-checked-label-color-default: var(--text-default);
  --checkbox-checked-label-color-disabled: var(--text-disabled);
  --checkbox-checked-label-color-hover: var(--text-default);
  --checkbox-checked-ripple-color-active: var(--color-input-ripple-active);
  --checkbox-checked-ripple-color-default: var(--color-input-ripple-default);
  --checkbox-checked-ripple-color-disabled: var(--color-input-ripple-disabled);
  --checkbox-checked-ripple-color-hover: var(--color-input-ripple-hover);
  --checkbox-checked-tick-color-active: var(--text-on-interactive-50);
  --checkbox-checked-tick-color-default: var(--text-on-interactive-30);
  --checkbox-checked-tick-color-disabled: var(--text-disabled);
  --checkbox-checked-tick-color-hover: var(--text-on-interactive-40);
  --checkbox-invalid-checked-background-active: var(--color-negative-50);
  --checkbox-invalid-checked-background-default: var(--color-negative-30);
  --checkbox-invalid-checked-background-disabled: var(--checkbox-checked-background-disabled);
  --checkbox-invalid-checked-background-hover: var(--color-negative-40);
  --checkbox-invalid-checked-border-color-active: var(--color-negative-50);
  --checkbox-invalid-checked-border-color-default: var(--color-negative-30);
  --checkbox-invalid-checked-border-color-disabled: var(--checkbox-checked-border-color-disabled);
  --checkbox-invalid-checked-border-color-hover: var(--color-negative-40);
  --checkbox-invalid-checked-border-radius-active: var(--checkbox-checked-border-radius-active);
  --checkbox-invalid-checked-border-radius-default: var(--checkbox-checked-border-radius-default);
  --checkbox-invalid-checked-border-radius-disabled: var(--checkbox-checked-border-radius-disabled);
  --checkbox-invalid-checked-border-radius-hover: var(--checkbox-checked-border-radius-hover);
  --checkbox-invalid-checked-border-style-active: var(--checkbox-checked-border-style-active);
  --checkbox-invalid-checked-border-style-default: var(--checkbox-checked-border-style-default);
  --checkbox-invalid-checked-border-style-disabled: var(--checkbox-checked-border-style-disabled);
  --checkbox-invalid-checked-border-style-hover: var(--checkbox-checked-border-style-hover);
  --checkbox-invalid-checked-border-width-active: var(--checkbox-checked-border-width-active);
  --checkbox-invalid-checked-border-width-default: var(--checkbox-checked-border-width-default);
  --checkbox-invalid-checked-border-width-disabled: var(--checkbox-checked-border-width-disabled);
  --checkbox-invalid-checked-border-width-hover: var(--checkbox-checked-border-width-hover);
  --checkbox-invalid-checked-label-color-active: var(--checkbox-checked-label-color-active);
  --checkbox-invalid-checked-label-color-default: var(--checkbox-checked-label-color-default);
  --checkbox-invalid-checked-label-color-disabled: var(--checkbox-checked-label-color-disabled);
  --checkbox-invalid-checked-label-color-hover: var(--checkbox-checked-label-color-hover);
  --checkbox-invalid-checked-ripple-color-active: var(--color-negative-20);
  --checkbox-invalid-checked-ripple-color-default: var(--checkbox-checked-ripple-color-default);
  --checkbox-invalid-checked-ripple-color-disabled: var(--checkbox-checked-ripple-color-disabled);
  --checkbox-invalid-checked-ripple-color-hover: var(--color-negative-10);
  --checkbox-invalid-checked-tick-color-active: var(--text-on-negative-50);
  --checkbox-invalid-checked-tick-color-default: var(--text-on-negative-30);
  --checkbox-invalid-checked-tick-color-disabled: var(--checkbox-checked-tick-color-disabled);
  --checkbox-invalid-checked-tick-color-hover: var(--text-on-negative-40);
  --checkbox-invalid-unchecked-background-active: var(--checkbox-unchecked-background-active);
  --checkbox-invalid-unchecked-background-default: var(--checkbox-unchecked-background-default);
  --checkbox-invalid-unchecked-background-disabled: var(--checkbox-unchecked-background-disabled);
  --checkbox-invalid-unchecked-background-hover: var(--checkbox-unchecked-background-hover);
  --checkbox-invalid-unchecked-border-color-active: var(--color-negative-50);
  --checkbox-invalid-unchecked-border-color-default: var(--color-negative-30);
  --checkbox-invalid-unchecked-border-color-disabled: var(--checkbox-unchecked-border-color-disabled);
  --checkbox-invalid-unchecked-border-color-hover: var(--color-negative-40);
  --checkbox-invalid-unchecked-border-radius-active: var(--checkbox-unchecked-border-radius-active);
  --checkbox-invalid-unchecked-border-radius-default: var(--checkbox-unchecked-border-radius-default);
  --checkbox-invalid-unchecked-border-radius-disabled: var(--checkbox-unchecked-border-radius-disabled);
  --checkbox-invalid-unchecked-border-radius-hover: var(--checkbox-unchecked-border-radius-hover);
  --checkbox-invalid-unchecked-border-style-active: var(--checkbox-unchecked-border-style-active);
  --checkbox-invalid-unchecked-border-style-default: var(--checkbox-unchecked-border-style-default);
  --checkbox-invalid-unchecked-border-style-disabled: var(--checkbox-unchecked-border-style-disabled);
  --checkbox-invalid-unchecked-border-style-hover: var(--checkbox-unchecked-border-style-hover);
  --checkbox-invalid-unchecked-border-width-active: var(--checkbox-unchecked-border-width-active);
  --checkbox-invalid-unchecked-border-width-default: var(--checkbox-unchecked-border-width-default);
  --checkbox-invalid-unchecked-border-width-disabled: var(--checkbox-unchecked-border-width-disabled);
  --checkbox-invalid-unchecked-border-width-hover: var(--checkbox-unchecked-border-width-hover);
  --checkbox-invalid-unchecked-label-color-active: var(--checkbox-unchecked-label-color-active);
  --checkbox-invalid-unchecked-label-color-default: var(--checkbox-unchecked-label-color-default);
  --checkbox-invalid-unchecked-label-color-disabled: var(--checkbox-unchecked-label-color-disabled);
  --checkbox-invalid-unchecked-label-color-hover: var(--checkbox-unchecked-label-color-hover);
  --checkbox-invalid-unchecked-ripple-color-active: var(--color-negative-20);
  --checkbox-invalid-unchecked-ripple-color-default: var(--checkbox-unchecked-ripple-color-default);
  --checkbox-invalid-unchecked-ripple-color-disabled: var(--checkbox-unchecked-ripple-color-disabled);
  --checkbox-invalid-unchecked-ripple-color-hover: var(--color-negative-10);
  --checkbox-invalid-unchecked-tick-color-active: var(--checkbox-unchecked-tick-color-active);
  --checkbox-invalid-unchecked-tick-color-default: var(--checkbox-unchecked-tick-color-default);
  --checkbox-invalid-unchecked-tick-color-disabled: var(--checkbox-unchecked-tick-color-disabled);
  --checkbox-invalid-unchecked-tick-color-hover: var(--checkbox-unchecked-tick-color-hover);
  --checkbox-size: var(--dimension-16);
  --checkbox-unchecked-background-active: var(--color-input-background-active);
  --checkbox-unchecked-background-default: var(--color-input-background-default);
  --checkbox-unchecked-background-disabled: var(--color-input-background-disabled);
  --checkbox-unchecked-background-hover: var(--color-input-background-hover);
  --checkbox-unchecked-border-color-active: var(--color-input-border-active);
  --checkbox-unchecked-border-color-default: var(--color-input-border-default);
  --checkbox-unchecked-border-color-disabled: var(--color-input-border-disabled);
  --checkbox-unchecked-border-color-hover: var(--color-input-border-hover);
  --checkbox-unchecked-border-radius-active: var(--radius-10);
  --checkbox-unchecked-border-radius-default: var(--radius-10);
  --checkbox-unchecked-border-radius-disabled: var(--radius-10);
  --checkbox-unchecked-border-radius-hover: var(--radius-10);
  --checkbox-unchecked-border-style-active: solid;
  --checkbox-unchecked-border-style-default: solid;
  --checkbox-unchecked-border-style-disabled: solid;
  --checkbox-unchecked-border-style-hover: solid;
  --checkbox-unchecked-border-width-active: var(--border-width-20);
  --checkbox-unchecked-border-width-default: var(--border-width-20);
  --checkbox-unchecked-border-width-disabled: var(--border-width-20);
  --checkbox-unchecked-border-width-hover: var(--border-width-20);
  --checkbox-unchecked-label-color-active: var(--text-default);
  --checkbox-unchecked-label-color-default: var(--text-default);
  --checkbox-unchecked-label-color-disabled: var(--text-disabled);
  --checkbox-unchecked-label-color-hover: var(--text-default);
  --checkbox-unchecked-ripple-color-active: var(--color-input-ripple-active);
  --checkbox-unchecked-ripple-color-default: var(--color-input-ripple-default);
  --checkbox-unchecked-ripple-color-disabled: var(--color-input-ripple-disabled);
  --checkbox-unchecked-ripple-color-hover: var(--color-input-ripple-hover);
  --checkbox-unchecked-tick-color-active: var(--text-on-input-background-active);
  --checkbox-unchecked-tick-color-default: var(--text-on-input-background-default);
  --checkbox-unchecked-tick-color-disabled: var(--text-disabled);
  --checkbox-unchecked-tick-color-hover: var(--text-on-input-background-hover);
  --checkbox-valid-checked-background-active: var(--color-positive-50);
  --checkbox-valid-checked-background-default: var(--color-positive-30);
  --checkbox-valid-checked-background-disabled: var(--checkbox-checked-background-disabled);
  --checkbox-valid-checked-background-hover: var(--color-positive-40);
  --checkbox-valid-checked-border-color-active: var(--color-positive-50);
  --checkbox-valid-checked-border-color-default: var(--color-positive-30);
  --checkbox-valid-checked-border-color-disabled: var(--checkbox-checked-border-color-disabled);
  --checkbox-valid-checked-border-color-hover: var(--color-positive-40);
  --checkbox-valid-checked-border-radius-active: var(--checkbox-checked-border-radius-active);
  --checkbox-valid-checked-border-radius-default: var(--checkbox-checked-border-radius-default);
  --checkbox-valid-checked-border-radius-disabled: var(--checkbox-checked-border-radius-disabled);
  --checkbox-valid-checked-border-radius-hover: var(--checkbox-checked-border-radius-hover);
  --checkbox-valid-checked-border-style-active: var(--checkbox-checked-border-style-active);
  --checkbox-valid-checked-border-style-default: var(--checkbox-checked-border-style-default);
  --checkbox-valid-checked-border-style-disabled: var(--checkbox-checked-border-style-disabled);
  --checkbox-valid-checked-border-style-hover: var(--checkbox-checked-border-style-hover);
  --checkbox-valid-checked-border-width-active: var(--checkbox-checked-border-width-active);
  --checkbox-valid-checked-border-width-default: var(--checkbox-checked-border-width-default);
  --checkbox-valid-checked-border-width-disabled: var(--checkbox-checked-border-width-disabled);
  --checkbox-valid-checked-border-width-hover: var(--checkbox-checked-border-width-hover);
  --checkbox-valid-checked-label-color-active: var(--checkbox-checked-label-color-active);
  --checkbox-valid-checked-label-color-default: var(--checkbox-checked-label-color-default);
  --checkbox-valid-checked-label-color-disabled: var(--checkbox-checked-label-color-disabled);
  --checkbox-valid-checked-label-color-hover: var(--checkbox-checked-label-color-hover);
  --checkbox-valid-checked-ripple-color-active: var(--color-positive-20);
  --checkbox-valid-checked-ripple-color-default: var(--checkbox-checked-ripple-color-default);
  --checkbox-valid-checked-ripple-color-disabled: var(--checkbox-checked-ripple-color-disabled);
  --checkbox-valid-checked-ripple-color-hover: var(--color-positive-10);
  --checkbox-valid-checked-tick-color-active: var(--text-on-positive-50);
  --checkbox-valid-checked-tick-color-default: var(--text-on-positive-30);
  --checkbox-valid-checked-tick-color-disabled: var(--checkbox-checked-tick-color-disabled);
  --checkbox-valid-checked-tick-color-hover: var(--text-on-positive-40);
  --checkbox-valid-unchecked-background-active: var(--checkbox-unchecked-background-active);
  --checkbox-valid-unchecked-background-default: var(--checkbox-unchecked-background-default);
  --checkbox-valid-unchecked-background-disabled: var(--checkbox-unchecked-background-disabled);
  --checkbox-valid-unchecked-background-hover: var(--checkbox-unchecked-background-hover);
  --checkbox-valid-unchecked-border-color-active: var(--color-positive-50);
  --checkbox-valid-unchecked-border-color-default: var(--color-positive-30);
  --checkbox-valid-unchecked-border-color-disabled: var(--checkbox-unchecked-border-color-disabled);
  --checkbox-valid-unchecked-border-color-hover: var(--color-positive-40);
  --checkbox-valid-unchecked-border-radius-active: var(--checkbox-unchecked-border-radius-active);
  --checkbox-valid-unchecked-border-radius-default: var(--checkbox-unchecked-border-radius-default);
  --checkbox-valid-unchecked-border-radius-disabled: var(--checkbox-unchecked-border-radius-disabled);
  --checkbox-valid-unchecked-border-radius-hover: var(--checkbox-unchecked-border-radius-hover);
  --checkbox-valid-unchecked-border-style-active: var(--checkbox-unchecked-border-style-active);
  --checkbox-valid-unchecked-border-style-default: var(--checkbox-unchecked-border-style-default);
  --checkbox-valid-unchecked-border-style-disabled: var(--checkbox-unchecked-border-style-disabled);
  --checkbox-valid-unchecked-border-style-hover: var(--checkbox-unchecked-border-style-hover);
  --checkbox-valid-unchecked-border-width-active: var(--checkbox-unchecked-border-width-active);
  --checkbox-valid-unchecked-border-width-default: var(--checkbox-unchecked-border-width-default);
  --checkbox-valid-unchecked-border-width-disabled: var(--checkbox-unchecked-border-width-disabled);
  --checkbox-valid-unchecked-border-width-hover: var(--checkbox-unchecked-border-width-hover);
  --checkbox-valid-unchecked-label-color-active: var(--checkbox-unchecked-label-color-active);
  --checkbox-valid-unchecked-label-color-default: var(--checkbox-unchecked-label-color-default);
  --checkbox-valid-unchecked-label-color-disabled: var(--checkbox-unchecked-label-color-disabled);
  --checkbox-valid-unchecked-label-color-hover: var(--checkbox-unchecked-label-color-hover);
  --checkbox-valid-unchecked-ripple-color-active: var(--color-positive-20);
  --checkbox-valid-unchecked-ripple-color-default: var(--checkbox-unchecked-ripple-color-default);
  --checkbox-valid-unchecked-ripple-color-disabled: var(--checkbox-unchecked-ripple-color-disabled);
  --checkbox-valid-unchecked-ripple-color-hover: var(--color-positive-10);
  --checkbox-valid-unchecked-tick-color-active: var(--checkbox-unchecked-tick-color-active);
  --checkbox-valid-unchecked-tick-color-default: var(--checkbox-unchecked-tick-color-default);
  --checkbox-valid-unchecked-tick-color-disabled: var(--checkbox-unchecked-tick-color-disabled);
  --checkbox-valid-unchecked-tick-color-hover: var(--checkbox-unchecked-tick-color-hover);
  --choicecard-background: var(--surface-level-1);
  --choicecard-checked-border-color-active: var(--color-interactive-50);
  --choicecard-checked-border-color-default: var(--color-interactive-50);
  --choicecard-checked-border-color-disabled: var(--color-disabled-20);
  --choicecard-checked-border-color-hover: var(--color-interactive-50);
  --choicecard-checked-border-radius-active: var(--radius-default);
  --choicecard-checked-border-radius-default: var(--radius-default);
  --choicecard-checked-border-radius-disabled: var(--radius-default);
  --choicecard-checked-border-radius-hover: var(--radius-default);
  --choicecard-checked-border-style-active: solid;
  --choicecard-checked-border-style-default: solid;
  --choicecard-checked-border-style-disabled: solid;
  --choicecard-checked-border-style-hover: solid;
  --choicecard-checked-border-width-active: var(--border-width-10);
  --choicecard-checked-border-width-default: var(--border-width-10);
  --choicecard-checked-border-width-disabled: var(--border-width-10);
  --choicecard-checked-border-width-hover: var(--border-width-10);
  --choicecard-cursor: pointer;
  --choicecard-gap: var(--gap-m);
  --choicecard-padding: var(--padding-m);
  --choicecard-unchecked-border-color-active: var(--border-color-10);
  --choicecard-unchecked-border-color-default: var(--border-color-10);
  --choicecard-unchecked-border-color-disabled: var(--color-disabled-20);
  --choicecard-unchecked-border-color-hover: var(--border-color-10);
  --choicecard-unchecked-border-radius-active: var(--radius-default);
  --choicecard-unchecked-border-radius-default: var(--radius-default);
  --choicecard-unchecked-border-radius-disabled: var(--radius-default);
  --choicecard-unchecked-border-radius-hover: var(--radius-default);
  --choicecard-unchecked-border-style-active: solid;
  --choicecard-unchecked-border-style-default: solid;
  --choicecard-unchecked-border-style-disabled: solid;
  --choicecard-unchecked-border-style-hover: solid;
  --choicecard-unchecked-border-width-active: var(--border-width-10);
  --choicecard-unchecked-border-width-default: var(--border-width-10);
  --choicecard-unchecked-border-width-disabled: var(--border-width-10);
  --choicecard-unchecked-border-width-hover: var(--border-width-10);
  --codeblock-background: var(--surface-background);
  --codeblock-border-color: var(--border-color-10);
  --codeblock-border-radius: var(--radius-default);
  --codeblock-border-style: solid;
  --codeblock-border-width: var(--border-width-10);
  --codeblock-color-built-in: var(--color-codeblock-90);
  --codeblock-color-comment: var(--color-codeblock-20);
  --codeblock-color-default: var(--color-codeblock-10);
  --codeblock-color-doctag: var(--color-codeblock-30);
  --codeblock-color-literal: var(--color-codeblock-50);
  --codeblock-color-section: var(--color-codeblock-40);
  --codeblock-color-string: var(--color-codeblock-60);
  --codeblock-color-symbol: var(--color-codeblock-80);
  --codeblock-color-variable: var(--color-codeblock-70);
  --divider-inverted-color: var(--border-color-10);
  --divider-inverted-padding-block: var(--padding-s);
  --divider-inverted-size: var(--dimension-1);
  --divider-inverted-style: solid;
  --divider-normal-color: var(--border-color-20);
  --divider-normal-padding-block: var(--padding-s);
  --divider-normal-size: var(--dimension-1);
  --divider-normal-style: solid;
  --drawer-background: var(--surface-level-3);
  --drawer-border-color: var(--border-color-10);
  --drawer-border-radius: 0;
  --drawer-border-style: solid;
  --drawer-border-width: var(--border-width-10);
  --drawer-box-shadow: var(--elevation-medium);
  --drawer-display: none;
  --drawer-drag-left-background:
    linear-gradient(
      
      90deg,
      var(--color-interactive-10) 0%,
      var(--surface-tint-neutral-10) 100% );
  --drawer-drag-left-cursor: ew-resize;
  --drawer-drag-left-height: 100%;
  --drawer-drag-left-width: var(--padding-m);
  --drawer-footer-border-color: var(--border-color-10);
  --drawer-footer-border-radius: 0;
  --drawer-footer-border-style: solid;
  --drawer-footer-border-width: var(--border-width-10);
  --drawer-footer-gap: var(--gap-m);
  --drawer-gap: var(--gap-l);
  --drawer-height: 100%;
  --drawer-max-width: 520px;
  --drawer-min-width: 320px;
  --drawer-padding: var(--padding-l);
  --drawer-width: 30%;
  --drawer-z-index: unset;
  --dropdown-background: var(--popover-background);
  --dropdown-border-color: var(--popover-border-color);
  --dropdown-border-radius: var(--popover-border-radius);
  --dropdown-border-style: var(--popover-border-style);
  --dropdown-border-width: 0;
  --dropdown-color: var(--popover-color);
  --dropdown-padding: var(--padding-m);
  --dropzone-border-radius: var(--radius-default);
  --dropzone-border-style: dashed;
  --dropzone-border-width: var(--border-width-10);
  --dropzone-default-background-accepting: var(--color-input-background-default);
  --dropzone-default-background-accepting-hover: var(--color-input-ripple-hover);
  --dropzone-default-background-resting: var(--color-input-background-default);
  --dropzone-default-border-color-accepting: var(--color-input-border-hover);
  --dropzone-default-border-color-accepting-hover: var(--color-input-border-active);
  --dropzone-default-border-color-resting: var(--color-input-border-default);
  --dropzone-disabled-background: var(--color-disabled-10);
  --dropzone-disabled-border-color: var(--color-disabled-20);
  --dropzone-disabled-text-color: var(--text-disabled);
  --dropzone-gap: var(--gap-s);
  --dropzone-invalid-background-accepting: var(--color-negative-10);
  --dropzone-invalid-background-accepting-hover: var(--color-negative-10);
  --dropzone-invalid-background-resting: var(--color-negative-10);
  --dropzone-invalid-border-color-accepting: var(--color-negative-40);
  --dropzone-invalid-border-color-accepting-hover: var(--color-negative-50);
  --dropzone-invalid-border-color-resting: var(--color-negative-30);
  --dropzone-invalid-text-color-accepting: var(--text-negative);
  --dropzone-invalid-text-color-accepting-hover: var(--text-negative);
  --dropzone-invalid-text-color-resting: var(--text-negative);
  --dropzone-padding-block: var(--padding-m);
  --dropzone-padding-inline: var(--padding-m);
  --dropzone-valid-background-accepting: var(--color-positive-10);
  --dropzone-valid-background-accepting-hover: var(--color-positive-10);
  --dropzone-valid-background-resting: var(--color-positive-10);
  --dropzone-valid-border-color-accepting: var(--color-positive-40);
  --dropzone-valid-border-color-accepting-hover: var(--color-positive-50);
  --dropzone-valid-border-color-resting: var(--color-positive-30);
  --dropzone-valid-text-color-accepting: var(--text-positive);
  --dropzone-valid-text-color-accepting-hover: var(--text-positive);
  --dropzone-valid-text-color-resting: var(--text-positive);
  --dropzone-warning-background-accepting: var(--color-warning-10);
  --dropzone-warning-background-accepting-hover: var(--color-warning-10);
  --dropzone-warning-background-resting: var(--color-warning-10);
  --dropzone-warning-border-color-accepting: var(--color-warning-40);
  --dropzone-warning-border-color-accepting-hover: var(--color-warning-50);
  --dropzone-warning-border-color-resting: var(--color-warning-30);
  --dropzone-warning-text-color-accepting: var(--text-default);
  --dropzone-warning-text-color-accepting-hover: var(--text-default);
  --dropzone-warning-text-color-resting: var(--text-default);
  --file-importer-default-border-color: var(--color-interactive-30);
  --file-importer-default-border-radius: var(--radius-default);
  --file-importer-default-border-style: dashed;
  --file-importer-default-border-width: var(--border-width-10);
  --file-importer-default-heading-color: var(--text-default);
  --file-importer-default-icon-color: var(--color-interactive-30);
  --file-importer-default-subheading-color: var(--text-muted);
  --file-importer-drop-background: var(--color-interactive-20);
  --file-importer-footer-gap: var(--gap-m);
  --file-importer-gap: var(--gap-xl);
  --file-importer-heading-gap: var(--gap-s);
  --file-importer-invalid-border-color: var(--color-negative-30);
  --file-importer-invalid-border-radius: var(--radius-default);
  --file-importer-invalid-border-style: dashed;
  --file-importer-invalid-border-width: var(--border-width-10);
  --file-importer-invalid-heading-color: var(--text-negative);
  --file-importer-invalid-icon-color: var(--color-negative-30);
  --file-importer-invalid-subheading-color: var(--text-muted);
  --file-importer-min-height: 100px;
  --file-importer-min-width: 250px;
  --file-importer-padding-block: var(--padding-m);
  --file-importer-padding-inline: var(--padding-l);
  --file-importer-valid-border-color: var(--color-interactive-30);
  --file-importer-valid-border-radius: var(--radius-default);
  --file-importer-valid-border-style: solid;
  --file-importer-valid-border-width: var(--border-width-10);
  --file-importer-valid-heading-color: var(--color-interactive-30);
  --file-importer-valid-icon-color: var(--color-interactive-30);
  --file-importer-valid-subheading-color: var(--text-muted);
  --floating-notification-background: var(--surface-tint-neutral-20);
  --floating-notification-border-color: var(--color-neutral-20);
  --floating-notification-border-radius: var(--radius-default);
  --floating-notification-border-style: solid;
  --floating-notification-border-width: var(--border-width-10);
  --floating-notification-box-shadow: var(--elevation-medium);
  --floating-notification-close-icon-border-color: transparent;
  --floating-notification-close-icon-border-radius: var(--radius-999);
  --floating-notification-close-icon-border-style: solid;
  --floating-notification-close-icon-border-width: var(--dimension-2);
  --floating-notification-close-icon-margin-inline: var(--dimension-2);
  --floating-notification-close-icon-margin-top: var(--dimension-2);
  --floating-notification-error-color: var(--color-negative-30);
  --floating-notification-error-icon-color: var(--text-negative);
  --floating-notification-error-style: solid;
  --floating-notification-error-width: var(--dimension-2);
  --floating-notification-gap: var(--gap-m);
  --floating-notification-info-color: var(--color-info-30);
  --floating-notification-info-icon-color: var(--text-info);
  --floating-notification-info-style: solid;
  --floating-notification-info-width: var(--dimension-2);
  --floating-notification-max-width: 352px;
  --floating-notification-padding-block: var(--padding-m);
  --floating-notification-padding-inline: var(--padding-m);
  --floating-notification-success-color: var(--color-positive-30);
  --floating-notification-success-icon-color: var(--text-positive);
  --floating-notification-success-style: solid;
  --floating-notification-success-width: var(--dimension-2);
  --floating-notification-warning-color: var(--color-warning-30);
  --floating-notification-warning-icon-color: var(--text-default);
  --floating-notification-warning-style: solid;
  --floating-notification-warning-width: var(--dimension-2);
  --hero-spinner-gap: var(--gap-xl);
  --hero-spinner-message-color: var(--text-muted);
  --hero-spinner-text-gap: var(--gap-m);
  --hero-spinner-title-color: var(--text-brand);
  --icon-button-background-active: var(--color-interactive-20);
  --icon-button-background-default: transparent;
  --icon-button-background-disabled: var(--color-disabled-10);
  --icon-button-background-hover: var(--color-interactive-10);
  --icon-button-border-radius: var(--radius-default);
  --icon-button-color-active: var(--text-on-interactive-20);
  --icon-button-color-default: var(--text-default);
  --icon-button-color-disabled: var(--text-disabled);
  --icon-button-color-hover: var(--text-on-interactive-10);
  --inline-notification-action-color: var(--color-link-10);
  --inline-notification-action-padding-inline: var(--padding-m);
  --inline-notification-button-padding-block: var(--dimension-2);
  --inline-notification-button-padding-inline: var(--padding-m);
  --inline-notification-error-background: var(--surface-tint-neutral-20);
  --inline-notification-error-border-color: var(--color-negative-20);
  --inline-notification-error-border-radius: var(--radius-default);
  --inline-notification-error-border-style: solid;
  --inline-notification-error-border-width: var(--border-width-10);
  --inline-notification-error-color: var(--text-default);
  --inline-notification-error-dismiss-icon-color: var(--text-default);
  --inline-notification-error-icon-color: var(--text-negative);
  --inline-notification-gap: var(--gap-m);
  --inline-notification-info-background: var(--surface-tint-neutral-20);
  --inline-notification-info-border-color: var(--color-info-20);
  --inline-notification-info-border-radius: var(--radius-default);
  --inline-notification-info-border-style: solid;
  --inline-notification-info-border-width: var(--border-width-10);
  --inline-notification-info-color: var(--text-default);
  --inline-notification-info-dismiss-icon-color: var(--text-default);
  --inline-notification-info-icon-color: var(--text-info);
  --inline-notification-padding: var(--padding-m);
  --inline-notification-success-background: var(--surface-tint-neutral-20);
  --inline-notification-success-border-color: var(--color-positive-20);
  --inline-notification-success-border-radius: var(--radius-default);
  --inline-notification-success-border-style: solid;
  --inline-notification-success-border-width: var(--border-width-10);
  --inline-notification-success-color: var(--text-default);
  --inline-notification-success-dismiss-icon-color: var(--text-default);
  --inline-notification-success-icon-color: var(--text-positive);
  --inline-notification-warning-background: var(--surface-tint-neutral-20);
  --inline-notification-warning-border-color: var(--color-warning-30);
  --inline-notification-warning-border-radius: var(--radius-default);
  --inline-notification-warning-border-style: solid;
  --inline-notification-warning-border-width: var(--border-width-10);
  --inline-notification-warning-color: var(--text-default);
  --inline-notification-warning-dismiss-icon-color: var(--text-default);
  --inline-notification-warning-icon-color: var(--text-default);
  --inline-notification-width: 100%;
  --kbd-background: var(--surface-background);
  --kbd-border-color: transparent;
  --kbd-border-radius: var(--radius-10);
  --kbd-border-style: solid;
  --kbd-border-width: var(--dimension-0);
  --kbd-padding-block: var(--padding-s);
  --kbd-padding-inline: var(--padding-m);
  --menu-background: var(--surface-level-2);
  --menu-border-color: transparent;
  --menu-border-radius: var(--radius-default);
  --menu-border-style: solid;
  --menu-border-width: 0;
  --menu-box-shadow: var(--elevation-medium);
  --menu-color: var(--text-default);
  --menu-icon-margin-right: var(--gap-m);
  --menu-icon-width: var(--icon-size-3);
  --menu-item-background-active: var(--color-interactive-20);
  --menu-item-background-default: transparent;
  --menu-item-background-disabled: var(--color-disabled-10);
  --menu-item-background-hover: var(--color-interactive-10);
  --menu-item-color-active: var(--text-on-interactive-20);
  --menu-item-color-default: var(--text-default);
  --menu-item-color-disabled: var(--text-disabled);
  --menu-item-color-hover: var(--text-on-interactive-10);
  --menu-item-corner-radius: var(--radius-default);
  --menu-item-min-height: var(--components-min-height);
  --menu-item-padding: 0 var(--padding-l);
  --menu-min-width: 180px;
  --menu-spinner-background:
    linear-gradient(
      90deg,
      transparent 0%,
      var(--surface-level-2) 50%);
  --menu-spinner-padding-block: 0;
  --menu-spinner-padding-inline: var(--padding-m);
  --menu-submenu-gap: var(--gap-m);
  --menu-submenu-margin-left: var(--gap-m);
  --menu-submenu-min-width: var(--icon-size-3);
  --modal-background: var(--surface-level-3);
  --modal-border-color: var(--border-color-10);
  --modal-border-radius: var(--radius-default);
  --modal-border-style: solid;
  --modal-border-width: var(--border-width-10);
  --modal-box-shadow: var(--elevation-large);
  --modal-color: var(--text-default);
  --modal-default-max-width: 500px;
  --modal-default-min-width: 300px;
  --modal-default-width: 30%;
  --modal-large-max-width: 900px;
  --modal-large-min-width: 400px;
  --modal-large-width: 60%;
  --navigation-tab-border-radius: var(--radius-default);
  --navigation-tab-default-background: transparent;
  --navigation-tab-default-color: var(--text-default);
  --navigation-tab-gap: var(--gap-s);
  --navigation-tab-hover-background: var(--color-neutral-20);
  --navigation-tab-hover-color: var(--text-on-neutral-20);
  --navigation-tab-min-height: var(--dimension-24);
  --navigation-tab-min-width: var(--components-min-width);
  --navigation-tab-padding-inline: var(--padding-m);
  --navigation-tab-selected-background: var(--color-interactive-30);
  --navigation-tab-selected-color: var(--text-on-interactive-30);
  --pill-assist-background-active: var(--color-interactive-30);
  --pill-assist-background-default: var(--color-interactive-30);
  --pill-assist-background-disabled: var(--color-disabled-10);
  --pill-assist-background-hover: var(--color-interactive-40);
  --pill-assist-border-active: transparent;
  --pill-assist-border-default: transparent;
  --pill-assist-border-disabled: var(--text-disabled);
  --pill-assist-border-hover: transparent;
  --pill-assist-color-active: var(--text-on-interactive-30);
  --pill-assist-color-default: var(--text-on-interactive-30);
  --pill-assist-color-disabled: var(--text-disabled);
  --pill-assist-color-hover: var(--text-on-interactive-40);
  --pill-border-radius: var(--radius-999);
  --pill-error-background-active: var(--color-negative-50);
  --pill-error-background-default: var(--color-negative-30);
  --pill-error-background-disabled: var(--color-disabled-10);
  --pill-error-background-hover: var(--color-negative-40);
  --pill-error-border-active: var(--color-negative-30);
  --pill-error-border-default: var(--color-negative-30);
  --pill-error-border-disabled: var(--text-disabled);
  --pill-error-border-hover: var(--color-negative-40);
  --pill-error-color-active: var(--text-on-negative-50);
  --pill-error-color-default: var(--text-on-negative-30);
  --pill-error-color-disabled: var(--text-disabled);
  --pill-error-color-hover: var(--text-on-negative-40);
  --pill-filter-background-active: var(--color-neutral-30);
  --pill-filter-background-default: transparent;
  --pill-filter-background-disabled: var(--color-disabled-10);
  --pill-filter-background-hover: var(--color-neutral-10);
  --pill-filter-border-active: var(--color-neutral-30);
  --pill-filter-border-default: var(--color-neutral-30);
  --pill-filter-border-disabled: var(--text-disabled);
  --pill-filter-border-hover: var(--color-neutral-30);
  --pill-filter-color-active: var(--text-on-neutral-30);
  --pill-filter-color-default: var(--text-default);
  --pill-filter-color-disabled: var(--text-disabled);
  --pill-filter-color-hover: var(--text-on-neutral-10);
  --pill-filter-selected-background-active: var(--color-interactive-30);
  --pill-filter-selected-background-default: var(--color-interactive-10);
  --pill-filter-selected-background-disabled: var(--color-disabled-10);
  --pill-filter-selected-background-hover: var(--color-interactive-20);
  --pill-filter-selected-border-active: var(--color-interactive-50);
  --pill-filter-selected-border-default: var(--color-interactive-30);
  --pill-filter-selected-border-disabled: var(--text-disabled);
  --pill-filter-selected-border-hover: var(--color-interactive-40);
  --pill-filter-selected-color-active: var(--text-on-interactive-30);
  --pill-filter-selected-color-default: var(--text-on-interactive-10);
  --pill-filter-selected-color-disabled: var(--text-disabled);
  --pill-filter-selected-color-hover: var(--text-on-interactive-20);
  --pill-gap: var(--gap-s);
  --pill-height: var(--icon-size-3);
  --pill-info-background-active: var(--color-info-50);
  --pill-info-background-default: var(--color-info-30);
  --pill-info-background-disabled: var(--color-disabled-10);
  --pill-info-background-hover: var(--color-info-40);
  --pill-info-border-active: var(--color-info-30);
  --pill-info-border-default: var(--color-info-30);
  --pill-info-border-disabled: var(--text-disabled);
  --pill-info-border-hover: var(--color-info-40);
  --pill-info-color-active: var(--text-on-info-50);
  --pill-info-color-default: var(--text-on-info-30);
  --pill-info-color-disabled: var(--text-disabled);
  --pill-info-color-hover: var(--text-on-info-40);
  --pill-neutral-background-active: var(--color-neutral-50);
  --pill-neutral-background-default: var(--color-neutral-30);
  --pill-neutral-background-disabled: var(--color-disabled-10);
  --pill-neutral-background-hover: var(--color-neutral-40);
  --pill-neutral-border-active: var(--color-neutral-30);
  --pill-neutral-border-default: var(--color-neutral-30);
  --pill-neutral-border-disabled: var(--text-disabled);
  --pill-neutral-border-hover: var(--color-neutral-40);
  --pill-neutral-color-active: var(--text-on-neutral-50);
  --pill-neutral-color-default: var(--text-on-neutral-30);
  --pill-neutral-color-disabled: var(--text-disabled);
  --pill-neutral-color-hover: var(--text-on-neutral-40);
  --pill-padding: 0 var(--padding-m);
  --pill-padding-toggle: var(--padding-m);
  --pill-success-background-active: var(--color-positive-50);
  --pill-success-background-default: var(--color-positive-30);
  --pill-success-background-disabled: var(--color-disabled-10);
  --pill-success-background-hover: var(--color-positive-40);
  --pill-success-border-active: var(--color-positive-30);
  --pill-success-border-default: var(--color-positive-30);
  --pill-success-border-disabled: var(--text-disabled);
  --pill-success-border-hover: var(--color-positive-40);
  --pill-success-color-active: var(--text-on-positive-50);
  --pill-success-color-default: var(--text-on-positive-30);
  --pill-success-color-disabled: var(--text-disabled);
  --pill-success-color-hover: var(--text-on-positive-40);
  --pill-suggest-background-active: var(--color-interactive-20);
  --pill-suggest-background-default: transparent;
  --pill-suggest-background-disabled: var(--color-disabled-10);
  --pill-suggest-background-hover: var(--color-interactive-10);
  --pill-suggest-border-active: var(--color-interactive-30);
  --pill-suggest-border-default: var(--color-interactive-30);
  --pill-suggest-border-disabled: var(--text-disabled);
  --pill-suggest-border-hover: var(--color-interactive-40);
  --pill-suggest-color-active: var(--text-on-interactive-20);
  --pill-suggest-color-default: var(--text-default);
  --pill-suggest-color-disabled: var(--text-disabled);
  --pill-suggest-color-hover: var(--text-on-interactive-10);
  --pill-warning-background-active: var(--color-warning-50);
  --pill-warning-background-default: var(--color-warning-30);
  --pill-warning-background-disabled: var(--color-disabled-10);
  --pill-warning-background-hover: var(--color-warning-40);
  --pill-warning-border-active: var(--color-warning-30);
  --pill-warning-border-default: var(--color-warning-30);
  --pill-warning-border-disabled: var(--text-disabled);
  --pill-warning-border-hover: var(--color-warning-40);
  --pill-warning-color-active: var(--text-on-warning-50);
  --pill-warning-color-default: var(--text-on-warning-30);
  --pill-warning-color-disabled: var(--text-disabled);
  --pill-warning-color-hover: var(--text-on-warning-40);
  --pill-toggle-background-active: var(--color-neutral-20);
  --pill-toggle-background-default: transparent;
  --pill-toggle-background-disabled: var(--color-disabled-10);
  --pill-toggle-background-hover: var(--color-neutral-10);
  --pill-toggle-border-active: var(--color-neutral-50);
  --pill-toggle-border-default: var(--color-neutral-30);
  --pill-toggle-border-disabled: var(--text-disabled);
  --pill-toggle-border-hover: var(--color-neutral-40);
  --pill-toggle-color-active: var(--text-on-neutral-20);
  --pill-toggle-color-default: var(--text-muted);
  --pill-toggle-color-disabled: var(--text-disabled);
  --pill-toggle-color-hover: var(--text-on-neutral-10);
  --pill-toggle-info-background-active: var(--color-info-10);
  --pill-toggle-info-background-default: var(--color-info-10);
  --pill-toggle-info-background-disabled: var(--color-disabled-10);
  --pill-toggle-info-background-hover: var(--color-info-20);
  --pill-toggle-info-border-active: var(--color-info-50);
  --pill-toggle-info-border-default: var(--color-info-30);
  --pill-toggle-info-border-disabled: var(--text-disabled);
  --pill-toggle-info-border-hover: var(--color-info-40);
  --pill-toggle-info-color-active: var(--text-on-info-10);
  --pill-toggle-info-color-default: var(--text-on-info-10);
  --pill-toggle-info-color-disabled: var(--text-disabled);
  --pill-toggle-info-color-hover: var(--text-on-info-20);
  --pill-toggle-negative-background-active: var(--color-negative-10);
  --pill-toggle-negative-background-default: var(--color-negative-10);
  --pill-toggle-negative-background-disabled: var(--color-disabled-10);
  --pill-toggle-negative-background-hover: var(--color-negative-20);
  --pill-toggle-negative-border-active: var(--color-negative-50);
  --pill-toggle-negative-border-default: var(--color-negative-30);
  --pill-toggle-negative-border-disabled: var(--text-disabled);
  --pill-toggle-negative-border-hover: var(--color-negative-40);
  --pill-toggle-negative-color-active: var(--text-on-negative-10);
  --pill-toggle-negative-color-default: var(--text-on-negative-10);
  --pill-toggle-negative-color-disabled: var(--text-disabled);
  --pill-toggle-negative-color-hover: var(--text-on-negative-20);
  --pill-toggle-neutral-background-active: var(--color-interactive-10);
  --pill-toggle-neutral-background-default: var(--color-interactive-10);
  --pill-toggle-neutral-background-disabled: var(--color-disabled-10);
  --pill-toggle-neutral-background-hover: var(--color-interactive-20);
  --pill-toggle-neutral-border-active: var(--color-interactive-50);
  --pill-toggle-neutral-border-default: var(--color-interactive-30);
  --pill-toggle-neutral-border-disabled: var(--text-disabled);
  --pill-toggle-neutral-border-hover: var(--color-interactive-40);
  --pill-toggle-neutral-color-active: var(--text-on-interactive-10);
  --pill-toggle-neutral-color-default: var(--text-on-interactive-10);
  --pill-toggle-neutral-color-disabled: var(--text-disabled);
  --pill-toggle-neutral-color-hover: var(--text-on-interactive-20);
  --pill-toggle-positive-background-active: var(--color-positive-10);
  --pill-toggle-positive-background-default: var(--color-positive-10);
  --pill-toggle-positive-background-disabled: var(--color-disabled-10);
  --pill-toggle-positive-background-hover: var(--color-positive-20);
  --pill-toggle-positive-border-active: var(--color-positive-50);
  --pill-toggle-positive-border-default: var(--color-positive-30);
  --pill-toggle-positive-border-disabled: var(--text-disabled);
  --pill-toggle-positive-border-hover: var(--color-positive-40);
  --pill-toggle-positive-color-active: var(--text-on-positive-10);
  --pill-toggle-positive-color-default: var(--text-on-positive-10);
  --pill-toggle-positive-color-disabled: var(--text-disabled);
  --pill-toggle-positive-color-hover: var(--text-on-positive-20);
  --pill-toggle-warning-background-active: var(--color-warning-10);
  --pill-toggle-warning-background-default: var(--color-warning-10);
  --pill-toggle-warning-background-disabled: var(--color-disabled-10);
  --pill-toggle-warning-background-hover: var(--color-warning-20);
  --pill-toggle-warning-border-active: var(--color-warning-50);
  --pill-toggle-warning-border-default: var(--color-warning-30);
  --pill-toggle-warning-border-disabled: var(--text-disabled);
  --pill-toggle-warning-border-hover: var(--color-warning-40);
  --pill-toggle-warning-color-active: var(--text-on-warning-10);
  --pill-toggle-warning-color-default: var(--text-on-warning-10);
  --pill-toggle-warning-color-disabled: var(--text-disabled);
  --pill-toggle-warning-color-hover: var(--text-on-warning-20);
  --plus-minus-input-invalid-background-active: var(--textfield-invalid-background-active);
  --plus-minus-input-invalid-background-default: var(--textfield-invalid-background-default);
  --plus-minus-input-invalid-background-disabled: var(--plus-minus-input-normal-background-disabled);
  --plus-minus-input-invalid-background-hover: var(--textfield-invalid-background-hover);
  --plus-minus-input-invalid-border-color-active: var(--textfield-invalid-border-color-active);
  --plus-minus-input-invalid-border-color-default: var(--textfield-invalid-border-color-default);
  --plus-minus-input-invalid-border-color-disabled: var(--plus-minus-input-normal-border-color-disabled);
  --plus-minus-input-invalid-border-color-hover: var(--textfield-invalid-border-color-hover);
  --plus-minus-input-invalid-border-radius-active: var(--textfield-invalid-border-radius-active);
  --plus-minus-input-invalid-border-radius-default: var(--textfield-invalid-border-radius-default);
  --plus-minus-input-invalid-border-radius-disabled: var(--textfield-invalid-border-radius-disabled);
  --plus-minus-input-invalid-border-radius-hover: var(--textfield-invalid-border-radius-hover);
  --plus-minus-input-invalid-border-style-active: var(--textfield-invalid-border-style-active);
  --plus-minus-input-invalid-border-style-default: var(--textfield-invalid-border-style-default);
  --plus-minus-input-invalid-border-style-disabled: var(--textfield-invalid-border-style-disabled);
  --plus-minus-input-invalid-border-style-hover: var(--textfield-invalid-border-style-hover);
  --plus-minus-input-invalid-border-width-active: var(--textfield-invalid-border-width-active);
  --plus-minus-input-invalid-border-width-default: var(--textfield-invalid-border-width-default);
  --plus-minus-input-invalid-border-width-disabled: var(--textfield-invalid-border-width-disabled);
  --plus-minus-input-invalid-border-width-hover: var(--textfield-invalid-border-width-hover);
  --plus-minus-input-invalid-color-active: var(--textfield-invalid-color-active);
  --plus-minus-input-invalid-color-default: var(--textfield-invalid-color-default);
  --plus-minus-input-invalid-color-disabled: var(--textfield-invalid-color-disabled);
  --plus-minus-input-invalid-color-hover: var(--textfield-invalid-color-default);
  --plus-minus-input-invalid-padding-inline: var(--padding-m);
  --plus-minus-input-normal-background-active: var(--textfield-normal-background-active);
  --plus-minus-input-normal-background-default: transparent;
  --plus-minus-input-normal-background-disabled: transparent;
  --plus-minus-input-normal-background-hover: transparent;
  --plus-minus-input-normal-border-color-active: transparent;
  --plus-minus-input-normal-border-color-default: transparent;
  --plus-minus-input-normal-border-color-disabled: transparent;
  --plus-minus-input-normal-border-color-hover: transparent;
  --plus-minus-input-normal-border-radius-active: var(--textfield-normal-border-radius-active);
  --plus-minus-input-normal-border-radius-default: var(--textfield-normal-border-radius-default);
  --plus-minus-input-normal-border-radius-disabled: var(--textfield-normal-border-radius-disabled);
  --plus-minus-input-normal-border-radius-hover: var(--textfield-normal-border-radius-hover);
  --plus-minus-input-normal-border-style-active: var(--textfield-normal-border-style-active);
  --plus-minus-input-normal-border-style-default: var(--textfield-normal-border-style-default);
  --plus-minus-input-normal-border-style-disabled: var(--textfield-normal-border-style-disabled);
  --plus-minus-input-normal-border-style-hover: var(--textfield-normal-border-style-hover);
  --plus-minus-input-normal-border-width-active: var(--textfield-normal-border-width-active);
  --plus-minus-input-normal-border-width-default: var(--textfield-normal-border-width-default);
  --plus-minus-input-normal-border-width-disabled: var(--textfield-normal-border-width-disabled);
  --plus-minus-input-normal-border-width-hover: var(--textfield-normal-border-width-hover);
  --plus-minus-input-normal-color-active: var(--textfield-normal-color-active);
  --plus-minus-input-normal-color-default: var(--textfield-normal-color-default);
  --plus-minus-input-normal-color-disabled: var(--textfield-normal-color-disabled);
  --plus-minus-input-normal-color-hover: var(--textfield-normal-color-default);
  --plus-minus-input-normal-padding-inline: var(--padding-m);
  --plus-minus-input-readonly-background-active: var(--textfield-readonly-background-active);
  --plus-minus-input-readonly-background-default: var(--textfield-readonly-background-default);
  --plus-minus-input-readonly-background-disabled: var(--plus-minus-input-normal-background-disabled);
  --plus-minus-input-readonly-background-hover: var(--textfield-readonly-background-hover);
  --plus-minus-input-readonly-border-color-active: var(--textfield-readonly-border-color-active);
  --plus-minus-input-readonly-border-color-default: var(--textfield-readonly-border-color-default);
  --plus-minus-input-readonly-border-color-disabled: var(--plus-minus-input-normal-border-color-disabled);
  --plus-minus-input-readonly-border-color-hover: var(--textfield-readonly-border-color-hover);
  --plus-minus-input-readonly-border-radius-active: var(--textfield-readonly-border-radius-active);
  --plus-minus-input-readonly-border-radius-default: var(--textfield-readonly-border-radius-default);
  --plus-minus-input-readonly-border-radius-disabled: var(--textfield-readonly-border-radius-disabled);
  --plus-minus-input-readonly-border-radius-hover: var(--textfield-readonly-border-radius-hover);
  --plus-minus-input-readonly-border-style-active: var(--textfield-readonly-border-style-active);
  --plus-minus-input-readonly-border-style-default: var(--textfield-readonly-border-style-default);
  --plus-minus-input-readonly-border-style-disabled: var(--textfield-readonly-border-style-disabled);
  --plus-minus-input-readonly-border-style-hover: var(--textfield-readonly-border-style-hover);
  --plus-minus-input-readonly-border-width-active: var(--textfield-readonly-border-width-active);
  --plus-minus-input-readonly-border-width-default: var(--textfield-readonly-border-width-default);
  --plus-minus-input-readonly-border-width-disabled: var(--textfield-readonly-border-width-disabled);
  --plus-minus-input-readonly-border-width-hover: var(--textfield-readonly-border-width-hover);
  --plus-minus-input-readonly-color-active: var(--textfield-readonly-color-active);
  --plus-minus-input-readonly-color-default: var(--textfield-readonly-color-default);
  --plus-minus-input-readonly-color-disabled: var(--textfield-readonly-color-disabled);
  --plus-minus-input-readonly-color-hover: var(--textfield-readonly-color-default);
  --plus-minus-input-readonly-padding-inline: var(--padding-m);
  --plus-minus-input-valid-background-active: var(--textfield-valid-background-active);
  --plus-minus-input-valid-background-default: var(--textfield-valid-background-default);
  --plus-minus-input-valid-background-disabled: var(--plus-minus-input-normal-background-disabled);
  --plus-minus-input-valid-background-hover: var(--textfield-valid-background-hover);
  --plus-minus-input-valid-border-color-active: var(--textfield-valid-border-color-active);
  --plus-minus-input-valid-border-color-default: var(--textfield-valid-border-color-default);
  --plus-minus-input-valid-border-color-disabled: var(--plus-minus-input-normal-border-color-disabled);
  --plus-minus-input-valid-border-color-hover: var(--textfield-valid-border-color-hover);
  --plus-minus-input-valid-border-radius-active: var(--textfield-valid-border-radius-active);
  --plus-minus-input-valid-border-radius-default: var(--textfield-valid-border-radius-default);
  --plus-minus-input-valid-border-radius-disabled: var(--textfield-valid-border-radius-disabled);
  --plus-minus-input-valid-border-radius-hover: var(--textfield-valid-border-radius-hover);
  --plus-minus-input-valid-border-style-active: var(--textfield-valid-border-style-active);
  --plus-minus-input-valid-border-style-default: var(--textfield-valid-border-style-default);
  --plus-minus-input-valid-border-style-disabled: var(--textfield-valid-border-style-disabled);
  --plus-minus-input-valid-border-style-hover: var(--textfield-valid-border-style-hover);
  --plus-minus-input-valid-border-width-active: var(--textfield-valid-border-width-active);
  --plus-minus-input-valid-border-width-default: var(--textfield-valid-border-width-default);
  --plus-minus-input-valid-border-width-disabled: var(--textfield-valid-border-width-disabled);
  --plus-minus-input-valid-border-width-hover: var(--textfield-valid-border-width-hover);
  --plus-minus-input-valid-color-active: var(--textfield-valid-color-active);
  --plus-minus-input-valid-color-default: var(--textfield-valid-color-default);
  --plus-minus-input-valid-color-disabled: var(--textfield-valid-color-disabled);
  --plus-minus-input-valid-color-hover: var(--textfield-valid-color-default);
  --plus-minus-input-valid-padding-inline: var(--padding-m);
  --popover-background: var(--tooltip-background);
  --popover-border-color: var(--tooltip-border-color);
  --popover-border-radius: var(--tooltip-border-radius);
  --popover-border-style: var(--tooltip-border-style);
  --popover-border-width: 0;
  --popover-box-shadow: var(--elevation-medium);
  --popover-color: var(--tooltip-color);
  --popover-padding: var(--padding-m);
  --radio-checked-background-active: var(--color-input-background-active);
  --radio-checked-background-default: var(--color-input-background-default);
  --radio-checked-background-disabled: var(--color-input-background-disabled);
  --radio-checked-background-hover: var(--color-input-background-hover);
  --radio-checked-border-color-active: var(--color-interactive-50);
  --radio-checked-border-color-default: var(--color-interactive-30);
  --radio-checked-border-color-disabled: var(--color-input-border-disabled);
  --radio-checked-border-color-hover: var(--color-interactive-40);
  --radio-checked-border-radius-active: var(--radius-circle);
  --radio-checked-border-radius-default: var(--radius-circle);
  --radio-checked-border-radius-disabled: var(--radius-circle);
  --radio-checked-border-radius-hover: var(--radius-circle);
  --radio-checked-border-style-active: solid;
  --radio-checked-border-style-default: solid;
  --radio-checked-border-style-disabled: solid;
  --radio-checked-border-style-hover: solid;
  --radio-checked-border-width-active: var(--border-width-20);
  --radio-checked-border-width-default: var(--border-width-20);
  --radio-checked-border-width-disabled: var(--border-width-20);
  --radio-checked-border-width-hover: var(--border-width-20);
  --radio-checked-label-color-active: var(--text-default);
  --radio-checked-label-color-default: var(--text-default);
  --radio-checked-label-color-disabled: var(--text-disabled);
  --radio-checked-label-color-hover: var(--text-default);
  --radio-checked-ripple-color-active: var(--color-input-ripple-active);
  --radio-checked-ripple-color-default: var(--color-input-ripple-default);
  --radio-checked-ripple-color-disabled: var(--color-input-ripple-disabled);
  --radio-checked-ripple-color-hover: var(--color-input-ripple-hover);
  --radio-checked-tick-color-active: var(--color-interactive-50);
  --radio-checked-tick-color-default: var(--color-interactive-30);
  --radio-checked-tick-color-disabled: var(--text-disabled);
  --radio-checked-tick-color-hover: var(--color-interactive-40);
  --radio-invalid-checked-background-active: var(--radio-checked-background-active);
  --radio-invalid-checked-background-default: var(--radio-checked-background-default);
  --radio-invalid-checked-background-disabled: var(--radio-checked-background-disabled);
  --radio-invalid-checked-background-hover: var(--radio-checked-background-hover);
  --radio-invalid-checked-border-color-active: var(--color-negative-50);
  --radio-invalid-checked-border-color-default: var(--color-negative-30);
  --radio-invalid-checked-border-color-disabled: var(--radio-checked-border-color-disabled);
  --radio-invalid-checked-border-color-hover: var(--color-negative-40);
  --radio-invalid-checked-border-radius-active: var(--radio-checked-border-radius-active);
  --radio-invalid-checked-border-radius-default: var(--radio-checked-border-radius-default);
  --radio-invalid-checked-border-radius-disabled: var(--radio-checked-border-radius-disabled);
  --radio-invalid-checked-border-radius-hover: var(--radio-checked-border-radius-hover);
  --radio-invalid-checked-border-style-active: var(--radio-checked-border-style-active);
  --radio-invalid-checked-border-style-default: var(--radio-checked-border-style-default);
  --radio-invalid-checked-border-style-disabled: var(--radio-checked-border-style-disabled);
  --radio-invalid-checked-border-style-hover: var(--radio-checked-border-style-hover);
  --radio-invalid-checked-border-width-active: var(--radio-checked-border-width-active);
  --radio-invalid-checked-border-width-default: var(--radio-checked-border-width-default);
  --radio-invalid-checked-border-width-disabled: var(--radio-checked-border-width-disabled);
  --radio-invalid-checked-border-width-hover: var(--radio-checked-border-width-hover);
  --radio-invalid-checked-label-color-active: var(--radio-checked-label-color-active);
  --radio-invalid-checked-label-color-default: var(--radio-checked-label-color-default);
  --radio-invalid-checked-label-color-disabled: var(--radio-checked-label-color-disabled);
  --radio-invalid-checked-label-color-hover: var(--radio-checked-label-color-hover);
  --radio-invalid-checked-ripple-color-active: var(--color-negative-20);
  --radio-invalid-checked-ripple-color-default: var(--radio-checked-ripple-color-default);
  --radio-invalid-checked-ripple-color-disabled: var(--radio-checked-ripple-color-disabled);
  --radio-invalid-checked-ripple-color-hover: var(--color-negative-10);
  --radio-invalid-checked-tick-color-active: var(--color-negative-50);
  --radio-invalid-checked-tick-color-default: var(--color-negative-30);
  --radio-invalid-checked-tick-color-disabled: var(--radio-checked-background-disabled);
  --radio-invalid-checked-tick-color-hover: var(--color-negative-40);
  --radio-invalid-unchecked-background-active: var(--radio-unchecked-background-active);
  --radio-invalid-unchecked-background-default: var(--radio-unchecked-background-default);
  --radio-invalid-unchecked-background-disabled: var(--radio-unchecked-background-disabled);
  --radio-invalid-unchecked-background-hover: var(--radio-unchecked-background-hover);
  --radio-invalid-unchecked-border-color-active: var(--color-negative-50);
  --radio-invalid-unchecked-border-color-default: var(--color-negative-30);
  --radio-invalid-unchecked-border-color-disabled: var(--radio-unchecked-border-color-disabled);
  --radio-invalid-unchecked-border-color-hover: var(--color-negative-40);
  --radio-invalid-unchecked-border-radius-active: var(--radio-unchecked-border-radius-active);
  --radio-invalid-unchecked-border-radius-default: var(--radio-unchecked-border-radius-default);
  --radio-invalid-unchecked-border-radius-disabled: var(--radio-unchecked-border-radius-disabled);
  --radio-invalid-unchecked-border-radius-hover: var(--radio-unchecked-border-radius-hover);
  --radio-invalid-unchecked-border-style-active: var(--radio-unchecked-border-style-active);
  --radio-invalid-unchecked-border-style-default: var(--radio-unchecked-border-style-default);
  --radio-invalid-unchecked-border-style-disabled: var(--radio-unchecked-border-style-disabled);
  --radio-invalid-unchecked-border-style-hover: var(--radio-unchecked-border-style-hover);
  --radio-invalid-unchecked-border-width-active: var(--radio-unchecked-border-width-active);
  --radio-invalid-unchecked-border-width-default: var(--radio-unchecked-border-width-default);
  --radio-invalid-unchecked-border-width-disabled: var(--radio-unchecked-border-width-disabled);
  --radio-invalid-unchecked-border-width-hover: var(--radio-unchecked-border-width-hover);
  --radio-invalid-unchecked-label-color-active: var(--radio-unchecked-label-color-active);
  --radio-invalid-unchecked-label-color-default: var(--radio-unchecked-label-color-default);
  --radio-invalid-unchecked-label-color-disabled: var(--radio-unchecked-label-color-disabled);
  --radio-invalid-unchecked-label-color-hover: var(--radio-unchecked-label-color-hover);
  --radio-invalid-unchecked-ripple-color-active: var(--color-negative-20);
  --radio-invalid-unchecked-ripple-color-default: var(--radio-unchecked-ripple-color-default);
  --radio-invalid-unchecked-ripple-color-disabled: var(--radio-unchecked-ripple-color-disabled);
  --radio-invalid-unchecked-ripple-color-hover: var(--color-negative-10);
  --radio-invalid-unchecked-tick-color-active: var(--radio-unchecked-tick-color-active);
  --radio-invalid-unchecked-tick-color-default: var(--radio-unchecked-tick-color-default);
  --radio-invalid-unchecked-tick-color-disabled: var(--radio-unchecked-tick-color-disabled);
  --radio-invalid-unchecked-tick-color-hover: var(--radio-unchecked-tick-color-hover);
  --radio-size: var(--dimension-16);
  --radio-unchecked-background-active: var(--color-input-background-active);
  --radio-unchecked-background-default: var(--color-input-background-default);
  --radio-unchecked-background-disabled: var(--color-input-background-disabled);
  --radio-unchecked-background-hover: var(--color-input-background-hover);
  --radio-unchecked-border-color-active: var(--color-input-border-active);
  --radio-unchecked-border-color-default: var(--color-input-border-default);
  --radio-unchecked-border-color-disabled: var(--color-input-border-disabled);
  --radio-unchecked-border-color-hover: var(--color-input-border-hover);
  --radio-unchecked-border-radius-active: var(--radius-circle);
  --radio-unchecked-border-radius-default: var(--radius-circle);
  --radio-unchecked-border-radius-disabled: var(--radius-circle);
  --radio-unchecked-border-radius-hover: var(--radius-circle);
  --radio-unchecked-border-style-active: solid;
  --radio-unchecked-border-style-default: solid;
  --radio-unchecked-border-style-disabled: solid;
  --radio-unchecked-border-style-hover: solid;
  --radio-unchecked-border-width-active: var(--border-width-20);
  --radio-unchecked-border-width-default: var(--border-width-20);
  --radio-unchecked-border-width-disabled: var(--border-width-20);
  --radio-unchecked-border-width-hover: var(--border-width-20);
  --radio-unchecked-label-color-active: var(--text-default);
  --radio-unchecked-label-color-default: var(--text-default);
  --radio-unchecked-label-color-disabled: var(--text-disabled);
  --radio-unchecked-label-color-hover: var(--text-default);
  --radio-unchecked-ripple-color-active: var(--color-input-ripple-active);
  --radio-unchecked-ripple-color-default: var(--color-input-ripple-default);
  --radio-unchecked-ripple-color-disabled: var(--color-input-ripple-disabled);
  --radio-unchecked-ripple-color-hover: var(--color-input-ripple-hover);
  --radio-unchecked-tick-color-active: transparent;
  --radio-unchecked-tick-color-default: transparent;
  --radio-unchecked-tick-color-disabled: transparent;
  --radio-unchecked-tick-color-hover: transparent;
  --radio-valid-checked-background-active: var(--radio-checked-background-active);
  --radio-valid-checked-background-default: var(--radio-checked-background-default);
  --radio-valid-checked-background-disabled: var(--radio-checked-background-disabled);
  --radio-valid-checked-background-hover: var(--radio-checked-background-hover);
  --radio-valid-checked-border-color-active: var(--color-positive-50);
  --radio-valid-checked-border-color-default: var(--color-positive-30);
  --radio-valid-checked-border-color-disabled: var(--radio-checked-border-color-disabled);
  --radio-valid-checked-border-color-hover: var(--color-positive-40);
  --radio-valid-checked-border-radius-active: var(--radio-checked-border-radius-active);
  --radio-valid-checked-border-radius-default: var(--radio-checked-border-radius-default);
  --radio-valid-checked-border-radius-disabled: var(--radio-checked-border-radius-disabled);
  --radio-valid-checked-border-radius-hover: var(--radio-checked-border-radius-hover);
  --radio-valid-checked-border-style-active: var(--radio-checked-border-style-active);
  --radio-valid-checked-border-style-default: var(--radio-checked-border-style-default);
  --radio-valid-checked-border-style-disabled: var(--radio-checked-border-style-disabled);
  --radio-valid-checked-border-style-hover: var(--radio-checked-border-style-hover);
  --radio-valid-checked-border-width-active: var(--radio-checked-border-width-active);
  --radio-valid-checked-border-width-default: var(--radio-checked-border-width-default);
  --radio-valid-checked-border-width-disabled: var(--radio-checked-border-width-disabled);
  --radio-valid-checked-border-width-hover: var(--radio-checked-border-width-hover);
  --radio-valid-checked-label-color-active: var(--radio-checked-label-color-active);
  --radio-valid-checked-label-color-default: var(--radio-checked-label-color-default);
  --radio-valid-checked-label-color-disabled: var(--radio-checked-label-color-disabled);
  --radio-valid-checked-label-color-hover: var(--radio-checked-label-color-hover);
  --radio-valid-checked-ripple-color-active: var(--color-positive-20);
  --radio-valid-checked-ripple-color-default: var(--radio-checked-ripple-color-default);
  --radio-valid-checked-ripple-color-disabled: var(--radio-checked-ripple-color-disabled);
  --radio-valid-checked-ripple-color-hover: var(--color-positive-10);
  --radio-valid-checked-tick-color-active: var(--color-positive-50);
  --radio-valid-checked-tick-color-default: var(--color-positive-30);
  --radio-valid-checked-tick-color-disabled: var(--radio-checked-background-disabled);
  --radio-valid-checked-tick-color-hover: var(--color-positive-40);
  --radio-valid-unchecked-background-active: var(--radio-unchecked-background-active);
  --radio-valid-unchecked-background-default: var(--radio-unchecked-background-default);
  --radio-valid-unchecked-background-disabled: var(--radio-unchecked-background-disabled);
  --radio-valid-unchecked-background-hover: var(--radio-unchecked-background-hover);
  --radio-valid-unchecked-border-color-active: var(--color-positive-50);
  --radio-valid-unchecked-border-color-default: var(--color-positive-30);
  --radio-valid-unchecked-border-color-disabled: var(--radio-unchecked-border-color-disabled);
  --radio-valid-unchecked-border-color-hover: var(--color-positive-40);
  --radio-valid-unchecked-border-radius-active: var(--radio-unchecked-border-radius-active);
  --radio-valid-unchecked-border-radius-default: var(--radio-unchecked-border-radius-default);
  --radio-valid-unchecked-border-radius-disabled: var(--radio-unchecked-border-radius-disabled);
  --radio-valid-unchecked-border-radius-hover: var(--radio-unchecked-border-radius-hover);
  --radio-valid-unchecked-border-style-active: var(--radio-unchecked-border-style-active);
  --radio-valid-unchecked-border-style-default: var(--radio-unchecked-border-style-default);
  --radio-valid-unchecked-border-style-disabled: var(--radio-unchecked-border-style-disabled);
  --radio-valid-unchecked-border-style-hover: var(--radio-unchecked-border-style-hover);
  --radio-valid-unchecked-border-width-active: var(--radio-unchecked-border-width-active);
  --radio-valid-unchecked-border-width-default: var(--radio-unchecked-border-width-default);
  --radio-valid-unchecked-border-width-disabled: var(--radio-unchecked-border-width-disabled);
  --radio-valid-unchecked-border-width-hover: var(--radio-unchecked-border-width-hover);
  --radio-valid-unchecked-label-color-active: var(--radio-unchecked-label-color-active);
  --radio-valid-unchecked-label-color-default: var(--radio-unchecked-label-color-default);
  --radio-valid-unchecked-label-color-disabled: var(--radio-unchecked-label-color-disabled);
  --radio-valid-unchecked-label-color-hover: var(--radio-unchecked-label-color-hover);
  --radio-valid-unchecked-ripple-color-active: var(--color-positive-20);
  --radio-valid-unchecked-ripple-color-default: var(--radio-unchecked-ripple-color-default);
  --radio-valid-unchecked-ripple-color-disabled: var(--radio-unchecked-ripple-color-disabled);
  --radio-valid-unchecked-ripple-color-hover: var(--color-positive-10);
  --radio-valid-unchecked-tick-color-active: var(--radio-unchecked-tick-color-active);
  --radio-valid-unchecked-tick-color-default: var(--radio-unchecked-tick-color-default);
  --radio-valid-unchecked-tick-color-disabled: var(--radio-unchecked-tick-color-disabled);
  --radio-valid-unchecked-tick-color-hover: var(--radio-unchecked-tick-color-hover);
  --scroller-background-1: var(--surface-level-1);
  --scroller-background-2: var(--surface-level-2);
  --scroller-background-3: var(--surface-level-3);
  --scroller-background-default: var(--surface-background);
  --segmented-control-background: var(--color-input-background-default);
  --segmented-control-border-color: var(--border-color-20);
  --segmented-control-border-gap: var(--gap-xs);
  --segmented-control-border-radius: var(--radius-default);
  --segmented-control-border-style: solid;
  --segmented-control-border-width: var(--border-width-10);
  --segmented-control-gap: var(--gap-m);
  --segmented-control-label-color: var(--text-default);
  --segmented-control-min-height: var(--components-min-height);
  --segmented-control-padding: 2px;
  --segmented-control-item-border-radius: var(--radius-10);
  --segmented-control-item-default-background: transparent;
  --segmented-control-item-default-cursor: pointer;
  --segmented-control-item-default-foreground: var(--text-default);
  --segmented-control-item-disabled-background: var(--color-disabled-10);
  --segmented-control-item-disabled-cursor: not-allowed;
  --segmented-control-item-disabled-foreground: var(--text-disabled);
  --segmented-control-item-gap: var(--gap-s);
  --segmented-control-item-hover-background: var(--color-neutral-20);
  --segmented-control-item-hover-selected-background: var(--color-input-ripple-active);
  --segmented-control-item-padding-inline: var(--padding-m);
  --segmented-control-item-selected-background: var(--color-input-ripple-hover);
  --segmented-control-item-selected-cursor: pointer;
  --segmented-control-item-selected-foreground: var(--text-default);
  --select-item-normal-background-active: transparent;
  --select-item-normal-background-default: transparent;
  --select-item-normal-background-disabled: transparent;
  --select-item-normal-background-hover: var(--color-neutral-20);
  --select-item-normal-color-active: var(--text-default);
  --select-item-normal-color-default: var(--text-default);
  --select-item-normal-color-disabled: var(--text-disabled);
  --select-item-normal-color-hover: var(--text-on-neutral-20);
  --select-item-selected-background-active: var(--color-interactive-20);
  --select-item-selected-background-default: var(--color-interactive-20);
  --select-item-selected-background-disabled: var(--color-neutral-20);
  --select-item-selected-background-hover: var(--color-interactive-20);
  --select-item-selected-color-active: var(--text-on-interactive-20);
  --select-item-selected-color-default: var(--text-on-interactive-20);
  --select-item-selected-color-disabled: var(--text-disabled);
  --select-item-selected-color-hover: var(--text-on-interactive-20);
  --skeleton-background-1: var(--color-disabled-10);
  --skeleton-background-2: var(--color-disabled-20);
  --skeleton-border-color: transparent;
  --skeleton-border-radius: var(--radius-default);
  --skeleton-border-style: solid;
  --skeleton-border-width: var(--dimension-0);
  --skeleton-color: var(--text-disabled);
  --slider-handle-size: var(--dimension-20);
  --slider-invalid-fill-background-active: var(--color-negative-50);
  --slider-invalid-fill-background-default: var(--color-negative-30);
  --slider-invalid-fill-background-disabled: var(--slider-normal-fill-background-disabled);
  --slider-invalid-fill-background-hover: var(--color-negative-40);
  --slider-invalid-handle-background-active: var(--color-negative-50);
  --slider-invalid-handle-background-default: var(--color-negative-30);
  --slider-invalid-handle-background-disabled: var(--slider-normal-handle-background-disabled);
  --slider-invalid-handle-background-hover: var(--color-negative-40);
  --slider-invalid-handle-border-color-active: var(--slider-normal-handle-border-color-active);
  --slider-invalid-handle-border-color-default: var(--slider-normal-handle-border-color-default);
  --slider-invalid-handle-border-color-disabled: var(--slider-normal-handle-border-color-disabled);
  --slider-invalid-handle-border-color-hover: var(--slider-normal-handle-border-color-hover);
  --slider-invalid-handle-border-radius-active: var(--slider-normal-handle-border-radius-active);
  --slider-invalid-handle-border-radius-default: var(--slider-normal-handle-border-radius-default);
  --slider-invalid-handle-border-radius-disabled: var(--slider-normal-handle-border-radius-disabled);
  --slider-invalid-handle-border-radius-hover: var(--slider-normal-handle-border-radius-hover);
  --slider-invalid-handle-border-style-active: var(--slider-normal-handle-border-style-active);
  --slider-invalid-handle-border-style-default: var(--slider-normal-handle-border-style-default);
  --slider-invalid-handle-border-style-disabled: var(--slider-normal-handle-border-style-disabled);
  --slider-invalid-handle-border-style-hover: var(--slider-normal-handle-border-style-hover);
  --slider-invalid-handle-border-width-active: 0;
  --slider-invalid-handle-border-width-default: 0;
  --slider-invalid-handle-border-width-disabled: 0;
  --slider-invalid-handle-border-width-hover: 0;
  --slider-invalid-tick-background-active: var(--slider-normal-tick-background-active);
  --slider-invalid-tick-background-default: var(--slider-normal-tick-background-default);
  --slider-invalid-tick-background-disabled: var(--slider-normal-tick-background-disabled);
  --slider-invalid-tick-background-hover: var(--slider-normal-tick-background-hover);
  --slider-invalid-track-background-active: var(--slider-normal-track-background-active);
  --slider-invalid-track-background-default: var(--slider-normal-track-background-default);
  --slider-invalid-track-background-disabled: var(--slider-normal-track-background-disabled);
  --slider-invalid-track-background-hover: var(--slider-normal-track-background-hover);
  --slider-invalid-track-border-color-active: var(--slider-normal-track-border-color-active);
  --slider-invalid-track-border-color-default: var(--slider-normal-track-border-color-default);
  --slider-invalid-track-border-color-disabled: var(--slider-normal-track-border-color-disabled);
  --slider-invalid-track-border-color-hover: var(--slider-normal-track-border-color-hover);
  --slider-invalid-track-border-radius-active: var(--slider-normal-track-border-radius-active);
  --slider-invalid-track-border-radius-default: var(--slider-normal-track-border-radius-default);
  --slider-invalid-track-border-radius-disabled: var(--slider-normal-track-border-radius-disabled);
  --slider-invalid-track-border-radius-hover: var(--slider-normal-track-border-radius-hover);
  --slider-invalid-track-border-style-active: var(--slider-normal-track-border-style-active);
  --slider-invalid-track-border-style-default: var(--slider-normal-track-border-style-default);
  --slider-invalid-track-border-style-disabled: var(--slider-normal-track-border-style-disabled);
  --slider-invalid-track-border-style-hover: var(--slider-normal-track-border-style-hover);
  --slider-invalid-track-border-width-active: 0;
  --slider-invalid-track-border-width-default: 0;
  --slider-invalid-track-border-width-disabled: 0;
  --slider-invalid-track-border-width-hover: 0;
  --slider-normal-fill-background-active: var(--color-interactive-50);
  --slider-normal-fill-background-default: var(--color-interactive-30);
  --slider-normal-fill-background-disabled: var(--color-neutral-30);
  --slider-normal-fill-background-hover: var(--color-interactive-40);
  --slider-normal-handle-background-active: var(--color-interactive-50);
  --slider-normal-handle-background-default: var(--color-interactive-30);
  --slider-normal-handle-background-disabled: var(--color-neutral-30);
  --slider-normal-handle-background-hover: var(--color-interactive-40);
  --slider-normal-handle-border-color-active: transparent;
  --slider-normal-handle-border-color-default: transparent;
  --slider-normal-handle-border-color-disabled: transparent;
  --slider-normal-handle-border-color-hover: transparent;
  --slider-normal-handle-border-radius-active: var(--radius-circle);
  --slider-normal-handle-border-radius-default: var(--radius-circle);
  --slider-normal-handle-border-radius-disabled: var(--radius-circle);
  --slider-normal-handle-border-radius-hover: var(--radius-circle);
  --slider-normal-handle-border-style-active: solid;
  --slider-normal-handle-border-style-default: solid;
  --slider-normal-handle-border-style-disabled: solid;
  --slider-normal-handle-border-style-hover: solid;
  --slider-normal-handle-border-width-active: 0;
  --slider-normal-handle-border-width-default: 0;
  --slider-normal-handle-border-width-disabled: 0;
  --slider-normal-handle-border-width-hover: 0;
  --slider-normal-tick-background-active: var(--color-neutral-20);
  --slider-normal-tick-background-default: var(--color-neutral-30);
  --slider-normal-tick-background-disabled: transparent;
  --slider-normal-tick-background-hover: var(--color-neutral-30);
  --slider-normal-track-background-active: var(--color-neutral-20);
  --slider-normal-track-background-default: var(--color-neutral-20);
  --slider-normal-track-background-disabled: var(--color-disabled-10);
  --slider-normal-track-background-hover: var(--color-neutral-20);
  --slider-normal-track-border-color-active: transparent;
  --slider-normal-track-border-color-default: transparent;
  --slider-normal-track-border-color-disabled: transparent;
  --slider-normal-track-border-color-hover: transparent;
  --slider-normal-track-border-radius-active: var(--radius-default);
  --slider-normal-track-border-radius-default: var(--radius-default);
  --slider-normal-track-border-radius-disabled: var(--radius-default);
  --slider-normal-track-border-radius-hover: var(--radius-default);
  --slider-normal-track-border-style-active: solid;
  --slider-normal-track-border-style-default: solid;
  --slider-normal-track-border-style-disabled: solid;
  --slider-normal-track-border-style-hover: solid;
  --slider-normal-track-border-width-active: 0;
  --slider-normal-track-border-width-default: 0;
  --slider-normal-track-border-width-disabled: 0;
  --slider-normal-track-border-width-hover: 0;
  --slider-teardrop-background: var(--color-interactive-20);
  --slider-teardrop-color: var(--text-default);
  --slider-teardrop-size: 40px;
  --slider-tick-size: var(--dimension-2);
  --slider-track-size: var(--dimension-6);
  --slider-valid-fill-background-active: var(--color-positive-50);
  --slider-valid-fill-background-default: var(--color-positive-30);
  --slider-valid-fill-background-disabled: var(--slider-normal-fill-background-disabled);
  --slider-valid-fill-background-hover: var(--color-positive-40);
  --slider-valid-handle-background-active: var(--color-positive-50);
  --slider-valid-handle-background-default: var(--color-positive-30);
  --slider-valid-handle-background-disabled: var(--slider-normal-handle-background-disabled);
  --slider-valid-handle-background-hover: var(--color-positive-40);
  --slider-valid-handle-border-color-active: var(--slider-normal-handle-border-color-active);
  --slider-valid-handle-border-color-default: var(--slider-normal-handle-border-color-default);
  --slider-valid-handle-border-color-disabled: var(--slider-normal-handle-border-color-disabled);
  --slider-valid-handle-border-color-hover: var(--slider-normal-handle-border-color-hover);
  --slider-valid-handle-border-radius-active: var(--slider-normal-handle-border-radius-active);
  --slider-valid-handle-border-radius-default: var(--slider-normal-handle-border-radius-default);
  --slider-valid-handle-border-radius-disabled: var(--slider-normal-handle-border-radius-disabled);
  --slider-valid-handle-border-radius-hover: var(--slider-normal-handle-border-radius-hover);
  --slider-valid-handle-border-style-active: var(--slider-normal-handle-border-style-active);
  --slider-valid-handle-border-style-default: var(--slider-normal-handle-border-style-default);
  --slider-valid-handle-border-style-disabled: var(--slider-normal-handle-border-style-disabled);
  --slider-valid-handle-border-style-hover: var(--slider-normal-handle-border-style-hover);
  --slider-valid-handle-border-width-active: 0;
  --slider-valid-handle-border-width-default: 0;
  --slider-valid-handle-border-width-disabled: 0;
  --slider-valid-handle-border-width-hover: 0;
  --slider-valid-tick-background-active: var(--slider-normal-tick-background-active);
  --slider-valid-tick-background-default: var(--slider-normal-tick-background-default);
  --slider-valid-tick-background-disabled: var(--slider-normal-tick-background-disabled);
  --slider-valid-tick-background-hover: var(--slider-normal-tick-background-hover);
  --slider-valid-track-background-active: var(--slider-normal-track-background-active);
  --slider-valid-track-background-default: var(--slider-normal-track-background-default);
  --slider-valid-track-background-disabled: var(--slider-normal-track-background-disabled);
  --slider-valid-track-background-hover: var(--slider-normal-track-background-hover);
  --slider-valid-track-border-color-active: var(--slider-normal-track-border-color-active);
  --slider-valid-track-border-color-default: var(--slider-normal-track-border-color-default);
  --slider-valid-track-border-color-disabled: var(--slider-normal-track-border-color-disabled);
  --slider-valid-track-border-color-hover: var(--slider-normal-track-border-color-hover);
  --slider-valid-track-border-radius-active: var(--slider-normal-track-border-radius-active);
  --slider-valid-track-border-radius-default: var(--slider-normal-track-border-radius-default);
  --slider-valid-track-border-radius-disabled: var(--slider-normal-track-border-radius-disabled);
  --slider-valid-track-border-radius-hover: var(--slider-normal-track-border-radius-hover);
  --slider-valid-track-border-style-active: var(--slider-normal-track-border-style-active);
  --slider-valid-track-border-style-default: var(--slider-normal-track-border-style-default);
  --slider-valid-track-border-style-disabled: var(--slider-normal-track-border-style-disabled);
  --slider-valid-track-border-style-hover: var(--slider-normal-track-border-style-hover);
  --slider-valid-track-border-width-active: 0;
  --slider-valid-track-border-width-default: 0;
  --slider-valid-track-border-width-disabled: 0;
  --slider-valid-track-border-width-hover: 0;
  --spinner-brand-color: var(--text-brand);
  --spinner-default-color: var(--text-muted);
  --spinner-inverted-color: var(--text-inverted);
  --spinner-track-color: var(--border-color-10);
  --spinner-l-border-width: var(--dimension-4);
  --spinner-l-height: var(--dimension-48);
  --spinner-l-width: var(--dimension-48);
  --spinner-m-border-width: var(--dimension-2);
  --spinner-m-height: var(--dimension-32);
  --spinner-m-width: var(--dimension-32);
  --spinner-s-border-width: var(--dimension-2);
  --spinner-s-height: var(--dimension-24);
  --spinner-s-width: var(--dimension-24);
  --spinner-xl-border-width: var(--dimension-4);
  --spinner-xl-height: var(--dimension-64);
  --spinner-xl-width: var(--dimension-64);
  --spinner-xs-border-width: var(--dimension-1);
  --spinner-xs-height: var(--dimension-16);
  --spinner-xs-width: var(--dimension-16);
  --spinner-xxs-border-width: var(--dimension-1);
  --spinner-xxs-height: var(--dimension-12);
  --spinner-xxs-width: var(--dimension-12);
  --stepper-completed-background-active: var(--color-interactive-20);
  --stepper-completed-background-default: transparent;
  --stepper-completed-background-disabled: var(--color-disabled-10);
  --stepper-completed-background-hover: var(--color-interactive-10);
  --stepper-completed-border-color-active: var(--color-interactive-50);
  --stepper-completed-border-color-default: var(--color-interactive-30);
  --stepper-completed-border-color-disabled: var(--color-disabled-10);
  --stepper-completed-border-color-hover: var(--color-interactive-40);
  --stepper-completed-border-radius-active: var(--radius-circle);
  --stepper-completed-border-radius-default: var(--radius-circle);
  --stepper-completed-border-radius-disabled: var(--radius-circle);
  --stepper-completed-border-radius-hover: var(--radius-circle);
  --stepper-completed-border-style-active: solid;
  --stepper-completed-border-style-default: solid;
  --stepper-completed-border-style-disabled: solid;
  --stepper-completed-border-style-hover: solid;
  --stepper-completed-border-width-active: var(--border-width-20);
  --stepper-completed-border-width-default: var(--border-width-20);
  --stepper-completed-border-width-disabled: var(--border-width-20);
  --stepper-completed-border-width-hover: var(--border-width-20);
  --stepper-completed-color-active: var(--text-on-interactive-20);
  --stepper-completed-color-default: var(--text-default);
  --stepper-completed-color-disabled: var(--text-disabled);
  --stepper-completed-color-hover: var(--text-on-interactive-10);
  --stepper-gap: var(--gap-m);
  --stepper-margin: var(--dimension-0);
  --stepper-padding: var(--padding-m) 0 0;
  --stepper-selected-background-active: var(--color-interactive-50);
  --stepper-selected-background-default: var(--color-interactive-30);
  --stepper-selected-background-disabled: var(--color-disabled-10);
  --stepper-selected-background-hover: var(--color-interactive-40);
  --stepper-selected-border-color-active: var(--color-interactive-50);
  --stepper-selected-border-color-default: var(--color-interactive-30);
  --stepper-selected-border-color-disabled: var(--color-disabled-10);
  --stepper-selected-border-color-hover: var(--color-interactive-40);
  --stepper-selected-border-radius-active: var(--radius-circle);
  --stepper-selected-border-radius-default: var(--radius-circle);
  --stepper-selected-border-radius-disabled: var(--radius-circle);
  --stepper-selected-border-radius-hover: var(--radius-circle);
  --stepper-selected-border-style-active: solid;
  --stepper-selected-border-style-default: solid;
  --stepper-selected-border-style-disabled: solid;
  --stepper-selected-border-style-hover: solid;
  --stepper-selected-border-width-active: var(--border-width-20);
  --stepper-selected-border-width-default: var(--border-width-20);
  --stepper-selected-border-width-disabled: var(--border-width-20);
  --stepper-selected-border-width-hover: var(--border-width-20);
  --stepper-selected-color-active: var(--text-on-interactive-50);
  --stepper-selected-color-default: var(--text-on-interactive-30);
  --stepper-selected-color-disabled: var(--text-disabled);
  --stepper-selected-color-hover: var(--text-on-interactive-40);
  --stepper-size: var(--dimension-24);
  --stepper-stroke-background-completed: var(--color-interactive-30);
  --stepper-stroke-background-default: var(--border-color-30);
  --stepper-stroke-size: var(--dimension-2);
  --stepper-unselected-background-active: var(--color-interactive-20);
  --stepper-unselected-background-default: transparent;
  --stepper-unselected-background-disabled: var(--color-disabled-10);
  --stepper-unselected-background-hover: var(--color-interactive-10);
  --stepper-unselected-border-color-active: var(--color-interactive-30);
  --stepper-unselected-border-color-default: var(--border-color-30);
  --stepper-unselected-border-color-disabled: var(--color-disabled-10);
  --stepper-unselected-border-color-hover: var(--color-interactive-30);
  --stepper-unselected-border-radius-active: var(--radius-circle);
  --stepper-unselected-border-radius-default: var(--radius-circle);
  --stepper-unselected-border-radius-disabled: var(--radius-circle);
  --stepper-unselected-border-radius-hover: var(--radius-circle);
  --stepper-unselected-border-style-active: solid;
  --stepper-unselected-border-style-default: solid;
  --stepper-unselected-border-style-disabled: solid;
  --stepper-unselected-border-style-hover: solid;
  --stepper-unselected-border-width-active: var(--border-width-20);
  --stepper-unselected-border-width-default: var(--border-width-20);
  --stepper-unselected-border-width-disabled: var(--border-width-20);
  --stepper-unselected-border-width-hover: var(--border-width-20);
  --stepper-unselected-color-active: var(--text-on-interactive-20);
  --stepper-unselected-color-default: var(--text-default);
  --stepper-unselected-color-disabled: var(--text-disabled);
  --stepper-unselected-color-hover: var(--text-on-interactive-10);
  --state-indicator-default-background: var(--color-neutral-10);
  --state-indicator-default-border-radius: var(--radius-default);
  --state-indicator-default-gap: var(--gap-l);
  --state-indicator-default-padding-block: var(--padding-s);
  --state-indicator-default-text-color: var(--text-default);
  --state-indicator-default-description-color: var(--text-muted);
  --tab-background-default: transparent;
  --tab-background-disabled: transparent;
  --tab-background-hover: var(--color-interactive-10);
  --tab-border-color-default: transparent;
  --tab-border-color-disabled: transparent;
  --tab-border-color-hover: var(--color-interactive-20);
  --tab-border-style-default: solid;
  --tab-border-style-disabled: solid;
  --tab-border-style-hover: solid;
  --tab-border-width-default: 0 0 var(--border-width-20) 0;
  --tab-border-width-disabled: 0 0 var(--border-width-20) 0;
  --tab-border-width-hover: 0 0 var(--border-width-20) 0;
  --tab-color-default: var(--color-link-10);
  --tab-color-disabled: var(--text-disabled);
  --tab-color-hover: var(--text-on-interactive-10);
  --tab-height: var(--components-min-height);
  --tab-max-width: 192px;
  --tab-min-width: 50px;
  --tab-overlay:
    linear-gradient(
      
      90deg,
      transparent 0%,
      var(--color-interactive-10) calc(100% - var(--icon-target-min-size)) );
  --tab-padding-inline: var(--padding-m);
  --tab-rename-offset: var(--dimension-2);
  --tab-rename-outline: var(--dimension-1) dashed var(--color-focus-10);
  --tab-selected-background-default: transparent;
  --tab-selected-background-disabled: transparent;
  --tab-selected-background-hover: transparent;
  --tab-selected-border-color-default: var(--color-interactive-30);
  --tab-selected-border-color-disabled: var(--color-disabled-20);
  --tab-selected-border-color-hover: var(--color-interactive-30);
  --tab-selected-border-style-default: solid;
  --tab-selected-border-style-disabled: solid;
  --tab-selected-border-style-hover: solid;
  --tab-selected-border-width-default: 0 0 var(--border-width-20) 0;
  --tab-selected-border-width-disabled: 0 0 var(--border-width-20) 0;
  --tab-selected-border-width-hover: 0 0 var(--border-width-20) 0;
  --tab-selected-color-default: var(--text-default);
  --tab-selected-color-disabled: var(--text-disabled);
  --tab-selected-color-hover: var(--text-default);
  --tab-strip-controls-border-color: var(--border-color-10);
  --tab-strip-controls-border-radius: var(--radius-default);
  --tab-strip-controls-border-style: solid;
  --tab-strip-controls-border-width: var(--border-width-10);
  --tab-strip-controls-gap: var(--gap-s);
  --tab-strip-controls-margin: var(--margin-s);
  --tab-strip-controls-padding: var(--padding-s);
  --tab-strip-height: 100%;
  --tab-strip-placeholder-background: var(--color-interactive-30);
  --tag-blue-background: var(--color-formatting-background-blue-heavy);
  --tag-blue-color: var(--text-on-formatting-background-blue-heavy);
  --tag-border-radius: var(--radius-10);
  --tag-gap: var(--gap-s);
  --tag-gray-background: var(--color-formatting-background-gray-heavy);
  --tag-gray-color: var(--text-on-formatting-background-gray-heavy);
  --tag-green-background: var(--color-formatting-background-green-heavy);
  --tag-green-color: var(--text-on-formatting-background-green-heavy);
  --tag-height: var(--icon-size-3);
  --tag-orange-background: var(--color-formatting-background-orange-heavy);
  --tag-orange-color: var(--text-on-formatting-background-orange-heavy);
  --tag-padding: 0 var(--padding-xs);
  --tag-pink-background: var(--color-formatting-background-pink-heavy);
  --tag-pink-color: var(--text-on-formatting-background-pink-heavy);
  --tag-purple-background: var(--color-formatting-background-purple-heavy);
  --tag-purple-color: var(--text-on-formatting-background-purple-heavy);
  --tag-red-background: var(--color-formatting-background-red-heavy);
  --tag-red-color: var(--text-on-formatting-background-red-heavy);
  --tag-yellow-background: var(--color-formatting-background-yellow-heavy);
  --tag-yellow-color: var(--text-on-formatting-background-yellow-heavy);
  --task-frame-background: var(--surface-background);
  --task-frame-body-border-color: var(--border-color-30);
  --task-frame-body-border-radius: var(--radius-default);
  --task-frame-body-border-style: solid;
  --task-frame-body-border-width: var(--border-width-10);
  --task-frame-body-width: 100%;
  --task-frame-border-radius: var(--radius-default);
  --task-frame-box-shadow: var(--elevation-large);
  --task-frame-footer-gap: var(--gap-l);
  --task-frame-header-action-gap: var(--gap-m);
  --task-frame-header-color: var(--text-default);
  --task-frame-header-margin-top: var(--dimension-2);
  --task-frame-min-height: 300px;
  --task-frame-min-width: 350px;
  --textarea-gap: var(--gap-m);
  --textarea-invalid-padding-block: var(--padding-m);
  --textarea-invalid-padding-inline: var(--padding-m);
  --textarea-min-height: unset;
  --textarea-min-width: unset;
  --textarea-normal-padding-block: var(--padding-m);
  --textarea-normal-padding-inline: var(--padding-m);
  --textarea-readonly-padding-block: var(--padding-m);
  --textarea-readonly-padding-inline: 0;
  --textarea-valid-padding-block: var(--padding-m);
  --textarea-valid-padding-inline: var(--padding-m);
  --textarea-width: unset;
  --textfield-gap: var(--gap-m);
  --textfield-invalid-background-active: var(--color-negative-10);
  --textfield-invalid-background-default: var(--color-negative-10);
  --textfield-invalid-background-disabled: var(--color-disabled-10);
  --textfield-invalid-background-hover: var(--color-negative-10);
  --textfield-invalid-border-color-active: var(--color-negative-40);
  --textfield-invalid-border-color-default: var(--color-negative-30);
  --textfield-invalid-border-color-disabled: var(--text-disabled);
  --textfield-invalid-border-color-hover: var(--color-negative-40);
  --textfield-invalid-border-radius-active: var(--radius-default);
  --textfield-invalid-border-radius-default: var(--radius-default);
  --textfield-invalid-border-radius-disabled: var(--radius-default);
  --textfield-invalid-border-radius-hover: var(--radius-default);
  --textfield-invalid-border-style-active: solid;
  --textfield-invalid-border-style-default: solid;
  --textfield-invalid-border-style-disabled: solid;
  --textfield-invalid-border-style-hover: solid;
  --textfield-invalid-border-width-active: var(--border-width-10);
  --textfield-invalid-border-width-default: var(--border-width-10);
  --textfield-invalid-border-width-disabled: var(--border-width-10);
  --textfield-invalid-border-width-hover: var(--border-width-10);
  --textfield-invalid-color-active: var(--color-negative-30);
  --textfield-invalid-color-default: var(--color-negative-30);
  --textfield-invalid-color-disabled: var(--text-disabled);
  --textfield-invalid-color-hover: var(--color-negative-30);
  --textfield-invalid-padding-inline: var(--padding-m);
  --textfield-min-height: var(--components-min-height);
  --textfield-min-width: unset;
  --textfield-normal-background-active: var(--color-input-background-active);
  --textfield-normal-background-default: var(--color-input-background-default);
  --textfield-normal-background-disabled: var(--color-input-background-disabled);
  --textfield-normal-background-hover: var(--color-input-background-hover);
  --textfield-normal-border-color-active: var(--color-input-border-active);
  --textfield-normal-border-color-default: var(--color-input-border-default);
  --textfield-normal-border-color-disabled: var(--color-input-border-disabled);
  --textfield-normal-border-color-hover: var(--color-input-border-hover);
  --textfield-normal-border-radius-active: var(--radius-default);
  --textfield-normal-border-radius-default: var(--radius-default);
  --textfield-normal-border-radius-disabled: var(--radius-default);
  --textfield-normal-border-radius-hover: var(--radius-default);
  --textfield-normal-border-style-active: solid;
  --textfield-normal-border-style-default: solid;
  --textfield-normal-border-style-disabled: solid;
  --textfield-normal-border-style-hover: solid;
  --textfield-normal-border-width-active: var(--border-width-10);
  --textfield-normal-border-width-default: var(--border-width-10);
  --textfield-normal-border-width-disabled: var(--border-width-10);
  --textfield-normal-border-width-hover: var(--border-width-10);
  --textfield-normal-color-active: var(--text-on-input-background-active);
  --textfield-normal-color-default: var(--text-on-input-background-default);
  --textfield-normal-color-disabled: var(--text-on-input-background-disabled);
  --textfield-normal-color-hover: var(--text-on-input-background-hover);
  --textfield-normal-padding-inline: var(--padding-m);
  --textfield-readonly-background-active: transparent;
  --textfield-readonly-background-default: transparent;
  --textfield-readonly-background-disabled: transparent;
  --textfield-readonly-background-hover: transparent;
  --textfield-readonly-border-color-active: transparent;
  --textfield-readonly-border-color-default: transparent;
  --textfield-readonly-border-color-disabled: transparent;
  --textfield-readonly-border-color-hover: transparent;
  --textfield-readonly-border-radius-active: var(--radius-default);
  --textfield-readonly-border-radius-default: var(--radius-default);
  --textfield-readonly-border-radius-disabled: var(--radius-default);
  --textfield-readonly-border-radius-hover: var(--radius-default);
  --textfield-readonly-border-style-active: solid;
  --textfield-readonly-border-style-default: solid;
  --textfield-readonly-border-style-disabled: solid;
  --textfield-readonly-border-style-hover: solid;
  --textfield-readonly-border-width-active: var(--border-width-10);
  --textfield-readonly-border-width-default: var(--border-width-10);
  --textfield-readonly-border-width-disabled: var(--border-width-10);
  --textfield-readonly-border-width-hover: var(--border-width-10);
  --textfield-readonly-color-active: var(--text-default);
  --textfield-readonly-color-default: var(--text-default);
  --textfield-readonly-color-disabled: var(--text-default);
  --textfield-readonly-color-hover: var(--text-default);
  --textfield-readonly-padding-inline: 0;
  --textfield-valid-background-active: var(--color-positive-10);
  --textfield-valid-background-default: var(--color-positive-10);
  --textfield-valid-background-disabled: var(--color-disabled-10);
  --textfield-valid-background-hover: var(--color-positive-10);
  --textfield-valid-border-color-active: var(--color-positive-40);
  --textfield-valid-border-color-default: var(--color-positive-30);
  --textfield-valid-border-color-disabled: var(--text-disabled);
  --textfield-valid-border-color-hover: var(--color-positive-40);
  --textfield-valid-border-radius-active: var(--radius-default);
  --textfield-valid-border-radius-default: var(--radius-default);
  --textfield-valid-border-radius-disabled: var(--radius-default);
  --textfield-valid-border-radius-hover: var(--radius-default);
  --textfield-valid-border-style-active: solid;
  --textfield-valid-border-style-default: solid;
  --textfield-valid-border-style-disabled: solid;
  --textfield-valid-border-style-hover: solid;
  --textfield-valid-border-width-active: var(--border-width-10);
  --textfield-valid-border-width-default: var(--border-width-10);
  --textfield-valid-border-width-disabled: var(--border-width-10);
  --textfield-valid-border-width-hover: var(--border-width-10);
  --textfield-valid-color-active: var(--color-positive-30);
  --textfield-valid-color-default: var(--color-positive-30);
  --textfield-valid-color-disabled: var(--text-disabled);
  --textfield-valid-color-hover: var(--color-positive-30);
  --textfield-valid-padding-inline: var(--padding-m);
  --textfield-width: 100%;
  --toggle-checked-thumb-background-active: var(--color-input-background-active);
  --toggle-checked-thumb-background-default: var(--color-input-background-default);
  --toggle-checked-thumb-background-disabled: var(--color-input-background-default);
  --toggle-checked-thumb-background-hover: var(--color-input-background-hover);
  --toggle-checked-track-background-active: var(--color-positive-50);
  --toggle-checked-track-background-default: var(--color-positive-30);
  --toggle-checked-track-background-disabled: var(--color-disabled-10);
  --toggle-checked-track-background-hover: var(--color-positive-40);
  --toggle-checked-track-color-active: var(--text-on-positive-50);
  --toggle-checked-track-color-default: var(--text-on-positive-30);
  --toggle-checked-track-color-disabled: var(--text-disabled);
  --toggle-checked-track-color-hover: var(--text-on-positive-40);
  --toggle-color-active: var(--text-default);
  --toggle-color-default: var(--text-default);
  --toggle-color-disabled: var(--text-disabled);
  --toggle-color-hover: var(--text-default);
  --toggle-normal-icon-gap: var(--dimension-8);
  --toggle-normal-icon-offset: var(--dimension-2);
  --toggle-normal-icon-size: var(--icon-size-3);
  --toggle-normal-label-gap: var(--dimension-4);
  --toggle-normal-padding-block: var(--dimension-4);
  --toggle-normal-padding-inline: var(--dimension-4);
  --toggle-normal-thumb-size: var(--dimension-16);
  --toggle-small-icon-gap: 0px;
  --toggle-small-icon-offset: 0;
  --toggle-small-icon-size: var(--icon-size-1);
  --toggle-small-label-gap: var(--dimension-4);
  --toggle-small-padding-block: var(--dimension-4);
  --toggle-small-padding-inline: var(--dimension-4);
  --toggle-small-thumb-size: var(--dimension-8);
  --toggle-unchecked-thumb-background-active: var(--color-input-background-active);
  --toggle-unchecked-thumb-background-default: var(--color-input-background-default);
  --toggle-unchecked-thumb-background-disabled: var(--color-input-background-default);
  --toggle-unchecked-thumb-background-hover: var(--color-input-background-hover);
  --toggle-unchecked-track-background-active: var(--color-interactive-50);
  --toggle-unchecked-track-background-default: var(--color-input-border-default);
  --toggle-unchecked-track-background-disabled: var(--color-disabled-10);
  --toggle-unchecked-track-background-hover: var(--color-interactive-40);
  --toggle-unchecked-track-color-active: var(--text-on-input-60);
  --toggle-unchecked-track-color-default: var(--text-on-input-20);
  --toggle-unchecked-track-color-disabled: var(--text-disabled);
  --toggle-unchecked-track-color-hover: var(--text-on-input-50);
  --toggle-icon-alternative-background-active: var(--button-tertiary-background-active);
  --toggle-icon-alternative-background-default: var(--button-tertiary-background-default);
  --toggle-icon-alternative-background-disabled: var(--button-tertiary-background-disabled);
  --toggle-icon-alternative-background-hover: var(--button-tertiary-background-hover);
  --toggle-icon-alternative-border-color-active: var(--button-tertiary-border-color-active);
  --toggle-icon-alternative-border-color-default: var(--button-tertiary-border-color-default);
  --toggle-icon-alternative-border-color-disabled: var(--button-tertiary-border-color-disabled);
  --toggle-icon-alternative-border-color-hover: var(--button-tertiary-border-color-hover);
  --toggle-icon-alternative-border-radius-active: var(--button-tertiary-border-radius-active);
  --toggle-icon-alternative-border-radius-default: var(--button-tertiary-border-radius-default);
  --toggle-icon-alternative-border-radius-disabled: var(--button-tertiary-border-radius-disabled);
  --toggle-icon-alternative-border-radius-hover: var(--button-tertiary-border-radius-hover);
  --toggle-icon-alternative-border-style-active: var(--button-tertiary-border-style-active);
  --toggle-icon-alternative-border-style-default: var(--button-tertiary-border-style-default);
  --toggle-icon-alternative-border-style-disabled: var(--button-tertiary-border-style-disabled);
  --toggle-icon-alternative-border-style-hover: var(--button-tertiary-border-style-hover);
  --toggle-icon-alternative-border-width-active: var(--button-tertiary-border-width-active);
  --toggle-icon-alternative-border-width-default: var(--button-tertiary-border-width-default);
  --toggle-icon-alternative-border-width-disabled: var(--button-tertiary-border-width-disabled);
  --toggle-icon-alternative-border-width-hover: var(--button-tertiary-border-width-hover);
  --toggle-icon-alternative-color-active: var(--text-default);
  --toggle-icon-alternative-color-default: var(--text-default);
  --toggle-icon-alternative-color-disabled: var(--text-disabled);
  --toggle-icon-alternative-color-hover: var(--text-default);
  --toggle-icon-normal-background-active: var(--button-tertiary-background-active);
  --toggle-icon-normal-background-default: var(--button-tertiary-background-default);
  --toggle-icon-normal-background-disabled: var(--button-tertiary-background-disabled);
  --toggle-icon-normal-background-hover: var(--button-tertiary-background-hover);
  --toggle-icon-normal-border-color-active: var(--button-tertiary-border-color-active);
  --toggle-icon-normal-border-color-default: var(--button-tertiary-border-color-default);
  --toggle-icon-normal-border-color-disabled: var(--button-tertiary-border-color-disabled);
  --toggle-icon-normal-border-color-hover: var(--button-tertiary-border-color-hover);
  --toggle-icon-normal-border-radius-active: var(--button-tertiary-border-radius-active);
  --toggle-icon-normal-border-radius-default: var(--button-tertiary-border-radius-default);
  --toggle-icon-normal-border-radius-disabled: var(--button-tertiary-border-radius-disabled);
  --toggle-icon-normal-border-radius-hover: var(--button-tertiary-border-radius-hover);
  --toggle-icon-normal-border-style-active: var(--button-tertiary-border-style-active);
  --toggle-icon-normal-border-style-default: var(--button-tertiary-border-style-default);
  --toggle-icon-normal-border-style-disabled: var(--button-tertiary-border-style-disabled);
  --toggle-icon-normal-border-style-hover: var(--button-tertiary-border-style-hover);
  --toggle-icon-normal-border-width-active: var(--button-tertiary-border-width-active);
  --toggle-icon-normal-border-width-default: var(--button-tertiary-border-width-default);
  --toggle-icon-normal-border-width-disabled: var(--button-tertiary-border-width-disabled);
  --toggle-icon-normal-border-width-hover: var(--button-tertiary-border-width-hover);
  --toggle-icon-normal-color-active: var(--button-tertiary-color-active);
  --toggle-icon-normal-color-default: var(--button-tertiary-color-default);
  --toggle-icon-normal-color-disabled: var(--button-tertiary-color-disabled);
  --toggle-icon-normal-color-hover: var(--button-tertiary-color-hover);
  --toggle-icon-size: var(--dimension-24);
  --toggle-icon-star-background-active: var(--toggle-icon-alternative-background-active);
  --toggle-icon-star-background-default: var(--toggle-icon-alternative-background-default);
  --toggle-icon-star-background-disabled: var(--toggle-icon-alternative-background-disabled);
  --toggle-icon-star-background-hover: var(--toggle-icon-alternative-background-hover);
  --toggle-icon-star-border-color-active: var(--toggle-icon-alternative-border-color-active);
  --toggle-icon-star-border-color-default: var(--toggle-icon-alternative-border-color-default);
  --toggle-icon-star-border-color-disabled: var(--toggle-icon-alternative-border-color-disabled);
  --toggle-icon-star-border-color-hover: var(--toggle-icon-alternative-border-color-hover);
  --toggle-icon-star-border-radius-active: var(--toggle-icon-alternative-border-radius-active);
  --toggle-icon-star-border-radius-default: var(--toggle-icon-alternative-border-radius-default);
  --toggle-icon-star-border-radius-disabled: var(--toggle-icon-alternative-border-radius-disabled);
  --toggle-icon-star-border-radius-hover: var(--toggle-icon-alternative-border-radius-hover);
  --toggle-icon-star-border-style-active: var(--toggle-icon-alternative-border-style-active);
  --toggle-icon-star-border-style-default: var(--toggle-icon-alternative-border-style-default);
  --toggle-icon-star-border-style-disabled: var(--toggle-icon-alternative-border-style-disabled);
  --toggle-icon-star-border-style-hover: var(--toggle-icon-alternative-border-style-hover);
  --toggle-icon-star-border-width-active: var(--toggle-icon-alternative-border-width-active);
  --toggle-icon-star-border-width-default: var(--toggle-icon-alternative-border-width-default);
  --toggle-icon-star-border-width-disabled: var(--toggle-icon-alternative-border-width-disabled);
  --toggle-icon-star-border-width-hover: var(--toggle-icon-alternative-border-width-hover);
  --toggle-icon-star-color-active: var(--color-warning-50);
  --toggle-icon-star-color-default: var(--color-warning-30);
  --toggle-icon-star-color-disabled: var(--toggle-icon-alternative-color-disabled);
  --toggle-icon-star-color-hover: var(--color-warning-40);
  --tooltip-background: var(--surface-level-2);
  --tooltip-border-color: transparent;
  --tooltip-border-radius: var(--radius-default);
  --tooltip-border-style: solid;
  --tooltip-border-width: 0;
  --tooltip-box-shadow: var(--elevation-medium);
  --tooltip-color: var(--text-default);
  --tooltip-max-width: 192px;
  --tooltip-padding: var(--padding-s) var(--padding-m);
  --tree-list-item-link-color-active: var(--color-link-30);
  --tree-list-item-link-color-default: var(--color-link-10);
  --tree-list-item-link-color-disabled: var(--text-disabled);
  --tree-list-item-link-color-hover: var(--color-link-20);
  --tree-list-item-normal-background-active: transparent;
  --tree-list-item-normal-background-default: transparent;
  --tree-list-item-normal-background-disabled: transparent;
  --tree-list-item-normal-background-hover: var(--color-neutral-20);
  --tree-list-item-normal-color-active: var(--text-default);
  --tree-list-item-normal-color-default: var(--text-default);
  --tree-list-item-normal-color-disabled: var(--text-disabled);
  --tree-list-item-normal-color-hover: var(--text-on-neutral-20);
  --tree-list-item-selected-background-active: var(--color-interactive-20);
  --tree-list-item-selected-background-default: var(--color-interactive-10);
  --tree-list-item-selected-background-disabled: var(--color-interactive-20);
  --tree-list-item-selected-background-hover: var(--color-neutral-20);
  --tree-list-item-selected-color-active: var(--text-on-interactive-20);
  --tree-list-item-selected-color-default: var(--text-on-interactive-10);
  --tree-list-item-selected-color-disabled: var(--text-disabled);
  --tree-list-item-selected-color-hover: var(--text-on-neutral-20);
  --tree-list-line-color-active: var(--border-color-30);
  --tree-list-line-color-default: var(--border-color-20);
  --tree-list-line-color-disabled: var(--border-color-20);
  --tree-list-line-color-hover: var(--border-color-30);
  --tree-list-line-radius: var(--radius-20);
  --workspace-panel-background: var(--surface-level-1);
  --workspace-panel-border-color: var(--border-color-10);
  --workspace-panel-border-radius: var(--radius-default);
  --workspace-panel-border-style: solid;
  --workspace-panel-border-width: var(--border-width-10);
  --workspace-panel-drop-zone-1: transparent;
  --workspace-panel-drop-zone-2: var(--color-interactive-10);
  --workspace-splitter-background-active: var(--color-interactive-30);
  --workspace-splitter-background-default: transparent;
  --workspace-splitter-background-disabled: transparent;
  --workspace-splitter-background-hover: var(--color-interactive-10);
  --workspace-splitter-size: var(--dimension-8);
}
@property --accordion-alternative-background-active { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --accordion-alternative-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --accordion-alternative-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --accordion-alternative-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --accordion-alternative-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --accordion-standard-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --accordion-standard-background-default { syntax:"<color>";inherits:true;initial-value:#293138 }
@property --accordion-standard-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --accordion-standard-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --accordion-standard-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --accordion-standard-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --accordion-standard-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --accordion-standard-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --badge-important-background { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --badge-important-border-color { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --badge-important-color { syntax:"<color>";inherits:true;initial-value:#111 }
@property --badge-off-border-color { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --badge-on-background { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --badge-on-border-color { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --badge-primary-background { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --badge-primary-border-color { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --badge-primary-color { syntax:"<color>";inherits:true;initial-value:#111 }
@property --badge-unknown-border-color { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --bottom-drawer-background { syntax:"<color>";inherits:true;initial-value:#20262b }
@property --bottom-drawer-border-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --bottom-drawer-drag-left-background { syntax:"<string>";inherits:true;initial-value:linear-gradient(90deg, #1e4647 0%, rgba(0, 0, 0, .1) 100%) }
@property --bottom-drawer-footer-border-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --button-primary-background-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --button-primary-background-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --button-primary-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --button-primary-background-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --button-primary-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --button-primary-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --button-primary-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --button-primary-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --button-primary-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --button-primary-text-transform { syntax:"<string>";inherits:true;initial-value:none }
@property --button-primary-negative-background-active { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --button-primary-negative-background-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --button-primary-negative-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --button-primary-negative-background-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --button-primary-negative-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --button-primary-negative-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --button-primary-negative-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --button-primary-negative-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --button-primary-negative-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --button-primary-negative-text-transform { syntax:"<string>";inherits:true;initial-value:none }
@property --button-secondary-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --button-secondary-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --button-secondary-border-color-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --button-secondary-border-color-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --button-secondary-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --button-secondary-border-color-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --button-secondary-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --button-secondary-color-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --button-secondary-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --button-secondary-color-hover { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --button-secondary-text-transform { syntax:"<string>";inherits:true;initial-value:none }
@property --button-secondary-negative-background-active { syntax:"<color>";inherits:true;initial-value:#7d0000 }
@property --button-secondary-negative-background-hover { syntax:"<color>";inherits:true;initial-value:#500 }
@property --button-secondary-negative-border-color-active { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --button-secondary-negative-border-color-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --button-secondary-negative-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --button-secondary-negative-border-color-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --button-secondary-negative-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --button-secondary-negative-color-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --button-secondary-negative-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --button-secondary-negative-color-hover { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --button-secondary-negative-text-transform { syntax:"<string>";inherits:true;initial-value:none }
@property --button-tertiary-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --button-tertiary-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --button-tertiary-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --button-tertiary-color-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --button-tertiary-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --button-tertiary-color-hover { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --button-tertiary-text-transform { syntax:"<string>";inherits:true;initial-value:none }
@property --button-tertiary-negative-background-active { syntax:"<color>";inherits:true;initial-value:#7d0000 }
@property --button-tertiary-negative-background-hover { syntax:"<color>";inherits:true;initial-value:#500 }
@property --button-tertiary-negative-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --button-tertiary-negative-color-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --button-tertiary-negative-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --button-tertiary-negative-color-hover { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --button-tertiary-negative-text-transform { syntax:"<string>";inherits:true;initial-value:none }
@property --button-text-transform { syntax:"<string>";inherits:true;initial-value:none }
@property --calendar-grid-normal-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --calendar-grid-normal-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --calendar-grid-normal-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --calendar-grid-normal-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --calendar-grid-normal-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --calendar-grid-normal-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --calendar-grid-range-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --calendar-grid-range-background-default { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --calendar-grid-range-background-disabled { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --calendar-grid-range-background-hover { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --calendar-grid-range-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --calendar-grid-range-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --calendar-grid-range-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --calendar-grid-range-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --calendar-grid-selected-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --calendar-grid-selected-background-default { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --calendar-grid-selected-background-disabled { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --calendar-grid-selected-background-hover { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --calendar-grid-selected-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --calendar-grid-selected-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --calendar-grid-selected-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --calendar-grid-selected-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --chat-animation-background { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --chat-message-copilot-color { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --chat-message-user-background { syntax:"<color>";inherits:true;initial-value:#293138 }
@property --chat-progress-background { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --chat-reader-color { syntax:"<color>";inherits:true;initial-value:#7a95eb }
@property --chat-reader-details-border-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --chat-reader-title-border-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --checkbox-checked-background-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --checkbox-checked-background-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --checkbox-checked-background-disabled { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --checkbox-checked-background-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --checkbox-checked-border-color-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --checkbox-checked-border-color-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --checkbox-checked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-checked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --checkbox-checked-label-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-checked-label-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-checked-label-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-checked-label-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-checked-ripple-color-active { syntax:"<color>";inherits:true;initial-value:#338084 }
@property --checkbox-checked-ripple-color-hover { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --checkbox-checked-tick-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --checkbox-checked-tick-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --checkbox-checked-tick-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-checked-tick-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --checkbox-invalid-checked-background-active { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --checkbox-invalid-checked-background-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --checkbox-invalid-checked-background-disabled { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --checkbox-invalid-checked-background-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --checkbox-invalid-checked-border-color-active { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --checkbox-invalid-checked-border-color-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --checkbox-invalid-checked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-invalid-checked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --checkbox-invalid-checked-label-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-invalid-checked-label-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-invalid-checked-label-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-invalid-checked-label-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-invalid-checked-ripple-color-active { syntax:"<color>";inherits:true;initial-value:#7d0000 }
@property --checkbox-invalid-checked-ripple-color-hover { syntax:"<color>";inherits:true;initial-value:#500 }
@property --checkbox-invalid-checked-tick-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --checkbox-invalid-checked-tick-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --checkbox-invalid-checked-tick-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-invalid-checked-tick-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --checkbox-invalid-unchecked-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --checkbox-invalid-unchecked-background-default { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --checkbox-invalid-unchecked-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --checkbox-invalid-unchecked-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --checkbox-invalid-unchecked-border-color-active { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --checkbox-invalid-unchecked-border-color-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --checkbox-invalid-unchecked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-invalid-unchecked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --checkbox-invalid-unchecked-label-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-invalid-unchecked-label-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-invalid-unchecked-label-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-invalid-unchecked-label-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-invalid-unchecked-ripple-color-active { syntax:"<color>";inherits:true;initial-value:#7d0000 }
@property --checkbox-invalid-unchecked-ripple-color-hover { syntax:"<color>";inherits:true;initial-value:#500 }
@property --checkbox-invalid-unchecked-tick-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-invalid-unchecked-tick-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-invalid-unchecked-tick-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-invalid-unchecked-tick-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-unchecked-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --checkbox-unchecked-background-default { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --checkbox-unchecked-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --checkbox-unchecked-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --checkbox-unchecked-border-color-active { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --checkbox-unchecked-border-color-default { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --checkbox-unchecked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-unchecked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --checkbox-unchecked-label-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-unchecked-label-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-unchecked-label-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-unchecked-label-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-unchecked-ripple-color-active { syntax:"<color>";inherits:true;initial-value:#338084 }
@property --checkbox-unchecked-ripple-color-hover { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --checkbox-unchecked-tick-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-unchecked-tick-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-unchecked-tick-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-unchecked-tick-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-valid-checked-background-active { syntax:"<color>";inherits:true;initial-value:#95caa3 }
@property --checkbox-valid-checked-background-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --checkbox-valid-checked-background-disabled { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --checkbox-valid-checked-background-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --checkbox-valid-checked-border-color-active { syntax:"<color>";inherits:true;initial-value:#95caa3 }
@property --checkbox-valid-checked-border-color-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --checkbox-valid-checked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-valid-checked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --checkbox-valid-checked-label-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-valid-checked-label-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-valid-checked-label-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-valid-checked-label-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-valid-checked-ripple-color-active { syntax:"<color>";inherits:true;initial-value:#004514 }
@property --checkbox-valid-checked-ripple-color-hover { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --checkbox-valid-checked-tick-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --checkbox-valid-checked-tick-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --checkbox-valid-checked-tick-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-valid-checked-tick-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --checkbox-valid-unchecked-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --checkbox-valid-unchecked-background-default { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --checkbox-valid-unchecked-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --checkbox-valid-unchecked-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --checkbox-valid-unchecked-border-color-active { syntax:"<color>";inherits:true;initial-value:#95caa3 }
@property --checkbox-valid-unchecked-border-color-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --checkbox-valid-unchecked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-valid-unchecked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --checkbox-valid-unchecked-label-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-valid-unchecked-label-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-valid-unchecked-label-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-valid-unchecked-label-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-valid-unchecked-ripple-color-active { syntax:"<color>";inherits:true;initial-value:#004514 }
@property --checkbox-valid-unchecked-ripple-color-hover { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --checkbox-valid-unchecked-tick-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-valid-unchecked-tick-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --checkbox-valid-unchecked-tick-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --checkbox-valid-unchecked-tick-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --choicecard-background { syntax:"<color>";inherits:true;initial-value:#20262b }
@property --choicecard-checked-border-color-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --choicecard-checked-border-color-default { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --choicecard-checked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --choicecard-checked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --choicecard-unchecked-border-color-active { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --choicecard-unchecked-border-color-default { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --choicecard-unchecked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --choicecard-unchecked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --codeblock-background { syntax:"<color>";inherits:true;initial-value:#111 }
@property --codeblock-border-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --codeblock-color-built-in { syntax:"<color>";inherits:true;initial-value:#f0cf61 }
@property --codeblock-color-comment { syntax:"<color>";inherits:true;initial-value:#868686 }
@property --codeblock-color-default { syntax:"<color>";inherits:true;initial-value:#e9ebf3 }
@property --codeblock-color-doctag { syntax:"<color>";inherits:true;initial-value:#cab2d6 }
@property --codeblock-color-literal { syntax:"<color>";inherits:true;initial-value:#1a96b9 }
@property --codeblock-color-section { syntax:"<color>";inherits:true;initial-value:#f9a0a5 }
@property --codeblock-color-string { syntax:"<color>";inherits:true;initial-value:#b2df8a }
@property --codeblock-color-symbol { syntax:"<color>";inherits:true;initial-value:#b6d9f6 }
@property --codeblock-color-variable { syntax:"<color>";inherits:true;initial-value:#fdbf6f }
@property --divider-inverted-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --divider-normal-color { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --drawer-background { syntax:"<color>";inherits:true;initial-value:#20262b }
@property --drawer-border-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --drawer-drag-left-background { syntax:"<string>";inherits:true;initial-value:linear-gradient(90deg, #1e4647 0%, rgba(0, 0, 0, .1) 100%) }
@property --drawer-footer-border-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --dropdown-background { syntax:"<color>";inherits:true;initial-value:#293138 }
@property --dropdown-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --dropzone-default-background-accepting { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --dropzone-default-background-accepting-hover { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --dropzone-default-background-resting { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --dropzone-default-border-color-accepting { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --dropzone-default-border-color-accepting-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --dropzone-default-border-color-resting { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --dropzone-disabled-background { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --dropzone-disabled-border-color { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --dropzone-disabled-text-color { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --dropzone-invalid-background-accepting { syntax:"<color>";inherits:true;initial-value:#500 }
@property --dropzone-invalid-background-accepting-hover { syntax:"<color>";inherits:true;initial-value:#500 }
@property --dropzone-invalid-background-resting { syntax:"<color>";inherits:true;initial-value:#500 }
@property --dropzone-invalid-border-color-accepting { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --dropzone-invalid-border-color-accepting-hover { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --dropzone-invalid-border-color-resting { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --dropzone-invalid-text-color-accepting { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --dropzone-invalid-text-color-accepting-hover { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --dropzone-invalid-text-color-resting { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --dropzone-valid-background-accepting { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --dropzone-valid-background-accepting-hover { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --dropzone-valid-background-resting { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --dropzone-valid-border-color-accepting { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --dropzone-valid-border-color-accepting-hover { syntax:"<color>";inherits:true;initial-value:#95caa3 }
@property --dropzone-valid-border-color-resting { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --dropzone-valid-text-color-accepting { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --dropzone-valid-text-color-accepting-hover { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --dropzone-valid-text-color-resting { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --dropzone-warning-background-accepting { syntax:"<color>";inherits:true;initial-value:#856405 }
@property --dropzone-warning-background-accepting-hover { syntax:"<color>";inherits:true;initial-value:#856405 }
@property --dropzone-warning-background-resting { syntax:"<color>";inherits:true;initial-value:#856405 }
@property --dropzone-warning-border-color-accepting { syntax:"<color>";inherits:true;initial-value:#f7db32 }
@property --dropzone-warning-border-color-accepting-hover { syntax:"<color>";inherits:true;initial-value:#f6e960 }
@property --dropzone-warning-border-color-resting { syntax:"<color>";inherits:true;initial-value:#eccb09 }
@property --dropzone-warning-text-color-accepting { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --dropzone-warning-text-color-accepting-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --dropzone-warning-text-color-resting { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --file-importer-default-border-color { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --file-importer-default-heading-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --file-importer-default-icon-color { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --file-importer-default-subheading-color { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --file-importer-drop-background { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --file-importer-invalid-border-color { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --file-importer-invalid-heading-color { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --file-importer-invalid-icon-color { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --file-importer-invalid-subheading-color { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --file-importer-valid-border-color { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --file-importer-valid-heading-color { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --file-importer-valid-icon-color { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --file-importer-valid-subheading-color { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --floating-notification-border-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --floating-notification-error-color { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --floating-notification-error-icon-color { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --floating-notification-info-color { syntax:"<color>";inherits:true;initial-value:#7a95eb }
@property --floating-notification-info-icon-color { syntax:"<color>";inherits:true;initial-value:#7a95eb }
@property --floating-notification-success-color { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --floating-notification-success-icon-color { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --floating-notification-warning-color { syntax:"<color>";inherits:true;initial-value:#eccb09 }
@property --floating-notification-warning-icon-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --hero-spinner-message-color { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --hero-spinner-title-color { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --icon-button-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --icon-button-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --icon-button-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --icon-button-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --icon-button-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --icon-button-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --icon-button-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --inline-notification-action-color { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --inline-notification-error-border-color { syntax:"<color>";inherits:true;initial-value:#7d0000 }
@property --inline-notification-error-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --inline-notification-error-dismiss-icon-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --inline-notification-error-icon-color { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --inline-notification-info-border-color { syntax:"<color>";inherits:true;initial-value:#12387a }
@property --inline-notification-info-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --inline-notification-info-dismiss-icon-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --inline-notification-info-icon-color { syntax:"<color>";inherits:true;initial-value:#7a95eb }
@property --inline-notification-success-border-color { syntax:"<color>";inherits:true;initial-value:#004514 }
@property --inline-notification-success-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --inline-notification-success-dismiss-icon-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --inline-notification-success-icon-color { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --inline-notification-warning-border-color { syntax:"<color>";inherits:true;initial-value:#eccb09 }
@property --inline-notification-warning-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --inline-notification-warning-dismiss-icon-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --inline-notification-warning-icon-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --kbd-background { syntax:"<color>";inherits:true;initial-value:#111 }
@property --menu-background { syntax:"<color>";inherits:true;initial-value:#293138 }
@property --menu-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --menu-item-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --menu-item-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --menu-item-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --menu-item-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --menu-item-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --menu-item-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --menu-item-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --menu-spinner-background { syntax:"<string>";inherits:true;initial-value:linear-gradient(90deg, transparent 0%, #293138 50%) }
@property --modal-background { syntax:"<color>";inherits:true;initial-value:#20262b }
@property --modal-border-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --modal-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --navigation-tab-default-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --navigation-tab-hover-background { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --navigation-tab-hover-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --navigation-tab-selected-background { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --navigation-tab-selected-color { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-assist-background-active { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --pill-assist-background-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --pill-assist-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-assist-background-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --pill-assist-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-assist-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-assist-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-assist-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-assist-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-error-background-active { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --pill-error-background-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --pill-error-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-error-background-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --pill-error-border-active { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --pill-error-border-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --pill-error-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-error-border-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --pill-error-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-error-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-error-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-error-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-filter-background-active { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --pill-filter-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-filter-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --pill-filter-border-active { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --pill-filter-border-default { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --pill-filter-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-filter-border-hover { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --pill-filter-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-filter-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-filter-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-filter-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-filter-selected-background-active { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --pill-filter-selected-background-default { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --pill-filter-selected-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-filter-selected-background-hover { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --pill-filter-selected-border-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --pill-filter-selected-border-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --pill-filter-selected-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-filter-selected-border-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --pill-filter-selected-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-filter-selected-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-filter-selected-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-filter-selected-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-info-background-active { syntax:"<color>";inherits:true;initial-value:#aebfff }
@property --pill-info-background-default { syntax:"<color>";inherits:true;initial-value:#7a95eb }
@property --pill-info-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-info-background-hover { syntax:"<color>";inherits:true;initial-value:#8ba6f6 }
@property --pill-info-border-active { syntax:"<color>";inherits:true;initial-value:#7a95eb }
@property --pill-info-border-default { syntax:"<color>";inherits:true;initial-value:#7a95eb }
@property --pill-info-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-info-border-hover { syntax:"<color>";inherits:true;initial-value:#8ba6f6 }
@property --pill-info-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-info-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-info-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-info-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-neutral-background-active { syntax:"<color>";inherits:true;initial-value:#d9d9d9 }
@property --pill-neutral-background-default { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --pill-neutral-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-neutral-background-hover { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-neutral-border-active { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --pill-neutral-border-default { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --pill-neutral-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-neutral-border-hover { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-neutral-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-neutral-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-neutral-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-neutral-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-success-background-active { syntax:"<color>";inherits:true;initial-value:#95caa3 }
@property --pill-success-background-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --pill-success-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-success-background-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --pill-success-border-active { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --pill-success-border-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --pill-success-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-success-border-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --pill-success-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-success-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-success-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-success-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-suggest-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --pill-suggest-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-suggest-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --pill-suggest-border-active { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --pill-suggest-border-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --pill-suggest-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-suggest-border-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --pill-suggest-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-suggest-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-suggest-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-suggest-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-warning-background-active { syntax:"<color>";inherits:true;initial-value:#f6e960 }
@property --pill-warning-background-default { syntax:"<color>";inherits:true;initial-value:#eccb09 }
@property --pill-warning-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-warning-background-hover { syntax:"<color>";inherits:true;initial-value:#f7db32 }
@property --pill-warning-border-active { syntax:"<color>";inherits:true;initial-value:#eccb09 }
@property --pill-warning-border-default { syntax:"<color>";inherits:true;initial-value:#eccb09 }
@property --pill-warning-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-warning-border-hover { syntax:"<color>";inherits:true;initial-value:#f7db32 }
@property --pill-warning-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-warning-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-warning-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-warning-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --pill-toggle-background-active { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-toggle-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-toggle-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --pill-toggle-border-active { syntax:"<color>";inherits:true;initial-value:#d9d9d9 }
@property --pill-toggle-border-default { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --pill-toggle-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-border-hover { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-color-default { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-info-background-active { syntax:"<color>";inherits:true;initial-value:#03264d }
@property --pill-toggle-info-background-default { syntax:"<color>";inherits:true;initial-value:#03264d }
@property --pill-toggle-info-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-toggle-info-background-hover { syntax:"<color>";inherits:true;initial-value:#12387a }
@property --pill-toggle-info-border-active { syntax:"<color>";inherits:true;initial-value:#aebfff }
@property --pill-toggle-info-border-default { syntax:"<color>";inherits:true;initial-value:#7a95eb }
@property --pill-toggle-info-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-info-border-hover { syntax:"<color>";inherits:true;initial-value:#8ba6f6 }
@property --pill-toggle-info-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-info-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-info-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-info-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-negative-background-active { syntax:"<color>";inherits:true;initial-value:#500 }
@property --pill-toggle-negative-background-default { syntax:"<color>";inherits:true;initial-value:#500 }
@property --pill-toggle-negative-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-toggle-negative-background-hover { syntax:"<color>";inherits:true;initial-value:#7d0000 }
@property --pill-toggle-negative-border-active { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --pill-toggle-negative-border-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --pill-toggle-negative-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-negative-border-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --pill-toggle-negative-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-negative-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-negative-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-negative-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-neutral-background-active { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --pill-toggle-neutral-background-default { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --pill-toggle-neutral-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-toggle-neutral-background-hover { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --pill-toggle-neutral-border-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --pill-toggle-neutral-border-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --pill-toggle-neutral-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-neutral-border-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --pill-toggle-neutral-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-neutral-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-neutral-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-neutral-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-positive-background-active { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --pill-toggle-positive-background-default { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --pill-toggle-positive-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-toggle-positive-background-hover { syntax:"<color>";inherits:true;initial-value:#004514 }
@property --pill-toggle-positive-border-active { syntax:"<color>";inherits:true;initial-value:#95caa3 }
@property --pill-toggle-positive-border-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --pill-toggle-positive-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-positive-border-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --pill-toggle-positive-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-positive-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-positive-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-positive-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-warning-background-active { syntax:"<color>";inherits:true;initial-value:#856405 }
@property --pill-toggle-warning-background-default { syntax:"<color>";inherits:true;initial-value:#856405 }
@property --pill-toggle-warning-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --pill-toggle-warning-background-hover { syntax:"<color>";inherits:true;initial-value:#b68a07 }
@property --pill-toggle-warning-border-active { syntax:"<color>";inherits:true;initial-value:#f6e960 }
@property --pill-toggle-warning-border-default { syntax:"<color>";inherits:true;initial-value:#eccb09 }
@property --pill-toggle-warning-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-warning-border-hover { syntax:"<color>";inherits:true;initial-value:#f7db32 }
@property --pill-toggle-warning-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-warning-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --pill-toggle-warning-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --pill-toggle-warning-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --plus-minus-input-invalid-background-active { syntax:"<color>";inherits:true;initial-value:#500 }
@property --plus-minus-input-invalid-background-default { syntax:"<color>";inherits:true;initial-value:#500 }
@property --plus-minus-input-invalid-background-hover { syntax:"<color>";inherits:true;initial-value:#500 }
@property --plus-minus-input-invalid-border-color-active { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --plus-minus-input-invalid-border-color-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --plus-minus-input-invalid-border-color-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --plus-minus-input-invalid-color-active { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --plus-minus-input-invalid-color-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --plus-minus-input-invalid-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --plus-minus-input-invalid-color-hover { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --plus-minus-input-normal-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --plus-minus-input-normal-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --plus-minus-input-normal-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --plus-minus-input-normal-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --plus-minus-input-normal-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --plus-minus-input-readonly-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --plus-minus-input-readonly-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --plus-minus-input-readonly-color-disabled { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --plus-minus-input-readonly-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --plus-minus-input-valid-background-active { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --plus-minus-input-valid-background-default { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --plus-minus-input-valid-background-hover { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --plus-minus-input-valid-border-color-active { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --plus-minus-input-valid-border-color-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --plus-minus-input-valid-border-color-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --plus-minus-input-valid-color-active { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --plus-minus-input-valid-color-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --plus-minus-input-valid-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --plus-minus-input-valid-color-hover { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --popover-background { syntax:"<color>";inherits:true;initial-value:#293138 }
@property --popover-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-checked-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-checked-background-default { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-checked-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --radio-checked-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-checked-border-color-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --radio-checked-border-color-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --radio-checked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --radio-checked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --radio-checked-label-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-checked-label-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-checked-label-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --radio-checked-label-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-checked-ripple-color-active { syntax:"<color>";inherits:true;initial-value:#338084 }
@property --radio-checked-ripple-color-hover { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --radio-checked-tick-color-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --radio-checked-tick-color-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --radio-checked-tick-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --radio-checked-tick-color-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --radio-invalid-checked-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-invalid-checked-background-default { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-invalid-checked-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --radio-invalid-checked-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-invalid-checked-border-color-active { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --radio-invalid-checked-border-color-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --radio-invalid-checked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --radio-invalid-checked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --radio-invalid-checked-label-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-invalid-checked-label-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-invalid-checked-label-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --radio-invalid-checked-label-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-invalid-checked-ripple-color-active { syntax:"<color>";inherits:true;initial-value:#7d0000 }
@property --radio-invalid-checked-ripple-color-hover { syntax:"<color>";inherits:true;initial-value:#500 }
@property --radio-invalid-checked-tick-color-active { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --radio-invalid-checked-tick-color-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --radio-invalid-checked-tick-color-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --radio-invalid-checked-tick-color-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --radio-invalid-unchecked-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-invalid-unchecked-background-default { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-invalid-unchecked-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --radio-invalid-unchecked-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-invalid-unchecked-border-color-active { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --radio-invalid-unchecked-border-color-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --radio-invalid-unchecked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --radio-invalid-unchecked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --radio-invalid-unchecked-label-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-invalid-unchecked-label-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-invalid-unchecked-label-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --radio-invalid-unchecked-label-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-invalid-unchecked-ripple-color-active { syntax:"<color>";inherits:true;initial-value:#7d0000 }
@property --radio-invalid-unchecked-ripple-color-hover { syntax:"<color>";inherits:true;initial-value:#500 }
@property --radio-unchecked-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-unchecked-background-default { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-unchecked-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --radio-unchecked-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-unchecked-border-color-active { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --radio-unchecked-border-color-default { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --radio-unchecked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --radio-unchecked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --radio-unchecked-label-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-unchecked-label-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-unchecked-label-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --radio-unchecked-label-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-unchecked-ripple-color-active { syntax:"<color>";inherits:true;initial-value:#338084 }
@property --radio-unchecked-ripple-color-hover { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --radio-valid-checked-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-valid-checked-background-default { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-valid-checked-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --radio-valid-checked-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-valid-checked-border-color-active { syntax:"<color>";inherits:true;initial-value:#95caa3 }
@property --radio-valid-checked-border-color-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --radio-valid-checked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --radio-valid-checked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --radio-valid-checked-label-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-valid-checked-label-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-valid-checked-label-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --radio-valid-checked-label-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-valid-checked-ripple-color-active { syntax:"<color>";inherits:true;initial-value:#004514 }
@property --radio-valid-checked-ripple-color-hover { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --radio-valid-checked-tick-color-active { syntax:"<color>";inherits:true;initial-value:#95caa3 }
@property --radio-valid-checked-tick-color-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --radio-valid-checked-tick-color-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --radio-valid-checked-tick-color-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --radio-valid-unchecked-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-valid-unchecked-background-default { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-valid-unchecked-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --radio-valid-unchecked-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --radio-valid-unchecked-border-color-active { syntax:"<color>";inherits:true;initial-value:#95caa3 }
@property --radio-valid-unchecked-border-color-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --radio-valid-unchecked-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --radio-valid-unchecked-border-color-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --radio-valid-unchecked-label-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-valid-unchecked-label-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-valid-unchecked-label-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --radio-valid-unchecked-label-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --radio-valid-unchecked-ripple-color-active { syntax:"<color>";inherits:true;initial-value:#004514 }
@property --radio-valid-unchecked-ripple-color-hover { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --scroller-background-1 { syntax:"<color>";inherits:true;initial-value:#20262b }
@property --scroller-background-2 { syntax:"<color>";inherits:true;initial-value:#293138 }
@property --scroller-background-3 { syntax:"<color>";inherits:true;initial-value:#20262b }
@property --scroller-background-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --segmented-control-background { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --segmented-control-border-color { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --segmented-control-label-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --segmented-control-item-default-foreground { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --segmented-control-item-disabled-background { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --segmented-control-item-disabled-foreground { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --segmented-control-item-hover-background { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --segmented-control-item-hover-selected-background { syntax:"<color>";inherits:true;initial-value:#338084 }
@property --segmented-control-item-selected-background { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --segmented-control-item-selected-foreground { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --select-item-normal-background-hover { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --select-item-normal-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --select-item-normal-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --select-item-normal-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --select-item-normal-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --select-item-selected-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --select-item-selected-background-default { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --select-item-selected-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --select-item-selected-background-hover { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --select-item-selected-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --select-item-selected-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --select-item-selected-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --select-item-selected-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --skeleton-background-1 { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --skeleton-background-2 { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --skeleton-color { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --slider-invalid-fill-background-active { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --slider-invalid-fill-background-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --slider-invalid-fill-background-disabled { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --slider-invalid-fill-background-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --slider-invalid-handle-background-active { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --slider-invalid-handle-background-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --slider-invalid-handle-background-disabled { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --slider-invalid-handle-background-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --slider-invalid-tick-background-active { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-invalid-tick-background-default { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --slider-invalid-tick-background-hover { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --slider-invalid-track-background-active { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-invalid-track-background-default { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-invalid-track-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-invalid-track-background-hover { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-normal-fill-background-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --slider-normal-fill-background-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --slider-normal-fill-background-disabled { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --slider-normal-fill-background-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --slider-normal-handle-background-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --slider-normal-handle-background-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --slider-normal-handle-background-disabled { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --slider-normal-handle-background-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --slider-normal-tick-background-active { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-normal-tick-background-default { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --slider-normal-tick-background-hover { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --slider-normal-track-background-active { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-normal-track-background-default { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-normal-track-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-normal-track-background-hover { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-teardrop-background { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --slider-teardrop-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --slider-valid-fill-background-active { syntax:"<color>";inherits:true;initial-value:#95caa3 }
@property --slider-valid-fill-background-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --slider-valid-fill-background-disabled { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --slider-valid-fill-background-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --slider-valid-handle-background-active { syntax:"<color>";inherits:true;initial-value:#95caa3 }
@property --slider-valid-handle-background-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --slider-valid-handle-background-disabled { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --slider-valid-handle-background-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --slider-valid-tick-background-active { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-valid-tick-background-default { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --slider-valid-tick-background-hover { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --slider-valid-track-background-active { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-valid-track-background-default { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-valid-track-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --slider-valid-track-background-hover { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --spinner-brand-color { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --spinner-default-color { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --spinner-inverted-color { syntax:"<color>";inherits:true;initial-value:#111 }
@property --spinner-track-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --stepper-completed-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --stepper-completed-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --stepper-completed-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --stepper-completed-border-color-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --stepper-completed-border-color-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --stepper-completed-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --stepper-completed-border-color-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --stepper-completed-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --stepper-completed-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --stepper-completed-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --stepper-completed-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --stepper-selected-background-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --stepper-selected-background-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --stepper-selected-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --stepper-selected-background-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --stepper-selected-border-color-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --stepper-selected-border-color-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --stepper-selected-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --stepper-selected-border-color-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --stepper-selected-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --stepper-selected-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --stepper-selected-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --stepper-selected-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --stepper-stroke-background-completed { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --stepper-stroke-background-default { syntax:"<color>";inherits:true;initial-value:#595959 }
@property --stepper-unselected-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --stepper-unselected-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --stepper-unselected-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --stepper-unselected-border-color-active { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --stepper-unselected-border-color-default { syntax:"<color>";inherits:true;initial-value:#595959 }
@property --stepper-unselected-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --stepper-unselected-border-color-hover { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --stepper-unselected-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --stepper-unselected-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --stepper-unselected-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --stepper-unselected-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --state-indicator-default-background { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --state-indicator-default-text-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --state-indicator-default-description-color { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --tab-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --tab-border-color-hover { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --tab-color-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --tab-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --tab-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tab-overlay { syntax:"<string>";inherits:true;initial-value:linear-gradient(90deg, transparent 0%, #1e4647 calc(100% - var(--icon-target-min-size))) }
@property --tab-rename-outline { syntax:"<string>";inherits:true;initial-value:1px dashed #148a96 }
@property --tab-selected-border-color-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --tab-selected-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --tab-selected-border-color-hover { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --tab-selected-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tab-selected-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --tab-selected-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tab-strip-controls-border-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --tab-strip-placeholder-background { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --tag-blue-background { syntax:"<color>";inherits:true;initial-value:#254cac }
@property --tag-blue-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tag-gray-background { syntax:"<color>";inherits:true;initial-value:#595959 }
@property --tag-gray-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tag-green-background { syntax:"<color>";inherits:true;initial-value:#00601a }
@property --tag-green-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tag-orange-background { syntax:"<color>";inherits:true;initial-value:#a06317 }
@property --tag-orange-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tag-pink-background { syntax:"<color>";inherits:true;initial-value:#b5427d }
@property --tag-pink-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tag-purple-background { syntax:"<color>";inherits:true;initial-value:#914ebe }
@property --tag-purple-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tag-red-background { syntax:"<color>";inherits:true;initial-value:#a90000 }
@property --tag-red-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tag-yellow-background { syntax:"<color>";inherits:true;initial-value:#856405 }
@property --tag-yellow-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --task-frame-background { syntax:"<color>";inherits:true;initial-value:#111 }
@property --task-frame-body-border-color { syntax:"<color>";inherits:true;initial-value:#595959 }
@property --task-frame-header-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --textfield-invalid-background-active { syntax:"<color>";inherits:true;initial-value:#500 }
@property --textfield-invalid-background-default { syntax:"<color>";inherits:true;initial-value:#500 }
@property --textfield-invalid-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --textfield-invalid-background-hover { syntax:"<color>";inherits:true;initial-value:#500 }
@property --textfield-invalid-border-color-active { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --textfield-invalid-border-color-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --textfield-invalid-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --textfield-invalid-border-color-hover { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --textfield-invalid-color-active { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --textfield-invalid-color-default { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --textfield-invalid-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --textfield-invalid-color-hover { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --textfield-normal-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --textfield-normal-background-default { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --textfield-normal-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --textfield-normal-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --textfield-normal-border-color-active { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --textfield-normal-border-color-default { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --textfield-normal-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --textfield-normal-border-color-hover { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --textfield-normal-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --textfield-normal-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --textfield-normal-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --textfield-normal-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --textfield-readonly-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --textfield-readonly-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --textfield-readonly-color-disabled { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --textfield-readonly-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --textfield-valid-background-active { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --textfield-valid-background-default { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --textfield-valid-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --textfield-valid-background-hover { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --textfield-valid-border-color-active { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --textfield-valid-border-color-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --textfield-valid-border-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --textfield-valid-border-color-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --textfield-valid-color-active { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --textfield-valid-color-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --textfield-valid-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --textfield-valid-color-hover { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --toggle-checked-thumb-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --toggle-checked-thumb-background-default { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --toggle-checked-thumb-background-disabled { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --toggle-checked-thumb-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --toggle-checked-track-background-active { syntax:"<color>";inherits:true;initial-value:#95caa3 }
@property --toggle-checked-track-background-default { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --toggle-checked-track-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --toggle-checked-track-background-hover { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --toggle-checked-track-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --toggle-checked-track-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --toggle-checked-track-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --toggle-checked-track-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --toggle-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --toggle-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --toggle-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --toggle-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --toggle-unchecked-thumb-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --toggle-unchecked-thumb-background-default { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --toggle-unchecked-thumb-background-disabled { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --toggle-unchecked-thumb-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --toggle-unchecked-track-background-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --toggle-unchecked-track-background-default { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --toggle-unchecked-track-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --toggle-unchecked-track-background-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --toggle-unchecked-track-color-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --toggle-unchecked-track-color-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --toggle-unchecked-track-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --toggle-unchecked-track-color-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --toggle-icon-alternative-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --toggle-icon-alternative-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --toggle-icon-alternative-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --toggle-icon-alternative-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --toggle-icon-alternative-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --toggle-icon-alternative-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --toggle-icon-normal-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --toggle-icon-normal-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --toggle-icon-normal-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --toggle-icon-normal-color-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --toggle-icon-normal-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --toggle-icon-normal-color-hover { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --toggle-icon-star-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --toggle-icon-star-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --toggle-icon-star-color-active { syntax:"<color>";inherits:true;initial-value:#f6e960 }
@property --toggle-icon-star-color-default { syntax:"<color>";inherits:true;initial-value:#eccb09 }
@property --toggle-icon-star-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --toggle-icon-star-color-hover { syntax:"<color>";inherits:true;initial-value:#f7db32 }
@property --tooltip-background { syntax:"<color>";inherits:true;initial-value:#293138 }
@property --tooltip-color { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tree-list-item-link-color-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --tree-list-item-link-color-default { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --tree-list-item-link-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --tree-list-item-link-color-hover { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --tree-list-item-normal-background-hover { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --tree-list-item-normal-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tree-list-item-normal-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tree-list-item-normal-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --tree-list-item-normal-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tree-list-item-selected-background-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --tree-list-item-selected-background-default { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --tree-list-item-selected-background-disabled { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --tree-list-item-selected-background-hover { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --tree-list-item-selected-color-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tree-list-item-selected-color-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tree-list-item-selected-color-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --tree-list-item-selected-color-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --tree-list-line-color-active { syntax:"<color>";inherits:true;initial-value:#595959 }
@property --tree-list-line-color-default { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --tree-list-line-color-disabled { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --tree-list-line-color-hover { syntax:"<color>";inherits:true;initial-value:#595959 }
@property --workspace-panel-background { syntax:"<color>";inherits:true;initial-value:#20262b }
@property --workspace-panel-border-color { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --workspace-panel-drop-zone-2 { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --workspace-splitter-background-active { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --workspace-splitter-background-hover { syntax:"<color>";inherits:true;initial-value:#1e4647 }
.simcorponelight.comfort {
  color-scheme: light;
  --border-color-10: #e3e3e3;
  --border-color-20: #d9d9d9;
  --border-color-30: #cccccc;
  --border-color-code: #b3bec6;
  --color-brand-10: #e6f4f5;
  --color-brand-20: #beeaeb;
  --color-brand-30: #95dbdd;
  --color-brand-40: #6ac9cd;
  --color-brand-50: #48b8bc;
  --color-brand-60: #329da2;
  --color-brand-70: #338084;
  --color-brand-80: #2a6466;
  --color-brand-90: #1e4647;
  --color-brand-100: #142b2c;
  --color-chart-category-10: #39a4ac;
  --color-chart-category-20: #f1b21d;
  --color-chart-category-30: #f45e1d;
  --color-chart-category-40: #b456e3;
  --color-chart-category-50: #62a13a;
  --color-chart-category-60: #4579e8;
  --color-chart-category-70: #fd2772;
  --color-chart-category-80: #aec834;
  --color-chart-category-90: #43cd6c;
  --color-chart-category-100: #7c49d5;
  --color-chart-category-110: #bc8d45;
  --color-chart-category-120: #868686;
  --color-chart-category-130: #f9a0a5;
  --color-chart-category-140: #41c6eb;
  --color-chart-category-150: #eacf06;
  --color-chart-diverging-10: #41a05b;
  --color-chart-diverging-20: #68b87b;
  --color-chart-diverging-30: #a1dbab;
  --color-chart-diverging-40: #c8f3cb;
  --color-chart-diverging-50: #f1f1f1;
  --color-chart-diverging-60: #fdc7c9;
  --color-chart-diverging-70: #f9a0a5;
  --color-chart-diverging-80: #f3656e;
  --color-chart-diverging-90: #ef3e4a;
  --color-chart-semantic-info: #0a80e0;
  --color-chart-semantic-negative: #ef3e4a;
  --color-chart-semantic-positive: #41a05b;
  --color-chart-semantic-warning: #f0cf61;
  --color-chart-sequential-10: #04335a;
  --color-chart-sequential-20: #064d86;
  --color-chart-sequential-30: #0866b3;
  --color-chart-sequential-40: #0a80e0;
  --color-chart-sequential-50: #3b99e6;
  --color-chart-sequential-60: #54a6e9;
  --color-chart-sequential-70: #85c0f0;
  --color-chart-sequential-80: #b6d9f6;
  --color-chart-sequential-90: #e7f2fc;
  --color-codeblock-10: #494d53;
  --color-codeblock-20: #6b6f74;
  --color-codeblock-30: #964dbf;
  --color-codeblock-40: #ae2c35;
  --color-codeblock-50: #317b90;
  --color-codeblock-60: #62784e;
  --color-codeblock-70: #ae5e10;
  --color-codeblock-80: #0a60a5;
  --color-codeblock-90: #8d6d03;
  --color-disabled-10: #f1f1f1;
  --color-disabled-20: #e3e3e3;
  --color-focus-10: #148a96;
  --color-formatting-background-green-subtle: #c8e4d0;
  --color-formatting-background-green-heavy: #6db681;
  --color-formatting-background-red-subtle: #fed8d8;
  --color-formatting-background-red-heavy: #fe8888;
  --color-formatting-background-blue-subtle: #d5e0fc;
  --color-formatting-background-blue-heavy: #8ba6f6;
  --color-formatting-background-yellow-subtle: #faf29d;
  --color-formatting-background-yellow-heavy: #f7db32;
  --color-formatting-background-orange-subtle: #fdd9b7;
  --color-formatting-background-orange-heavy: #f9a036;
  --color-formatting-background-pink-subtle: #fcd3e4;
  --color-formatting-background-pink-heavy: #fa90c1;
  --color-formatting-background-purple-subtle: #ecd6ff;
  --color-formatting-background-purple-heavy: #d29dfa;
  --color-formatting-background-gray-subtle: #e3e3e3;
  --color-formatting-background-gray-heavy: #ababab;
  --color-formatting-graphic-1: #6db681;
  --color-formatting-graphic-2: #d60000;
  --color-formatting-graphic-3: #db2364;
  --color-formatting-graphic-4: #d17304;
  --color-formatting-graphic-5: #b0823c;
  --color-formatting-graphic-6: #a18a00;
  --color-formatting-graphic-7: #3098a0;
  --color-formatting-graphic-8: #1a96b9;
  --color-formatting-graphic-9: #868686;
  --color-formatting-graphic-10: #7c49d5;
  --color-formatting-text-default: #111111;
  --color-formatting-text-inverted: #ffffff;
  --color-formatting-text-green: #007b22;
  --color-formatting-text-red: #d60000;
  --color-formatting-text-blue: #3358cc;
  --color-formatting-text-yellow: #856405;
  --color-formatting-text-orange: #ad5600;
  --color-formatting-text-pink: #d21d66;
  --color-formatting-text-purple: #9348d4;
  --color-formatting-text-transparent: rgba(0, 0, 0, 0);
  --color-grid-header: #f1f1f1;
  --color-grid-row-odd: #f0f2f4;
  --color-grid-row-selected: #95dbdd;
  --color-grid-row-hover-base-color: #95dbdd;
  --color-info-10: #ecf1ff;
  --color-info-20: #d5e0fc;
  --color-info-30: #3358cc;
  --color-info-40: #254cac;
  --color-info-50: #12387a;
  --color-input-background-active: #fafafa;
  --color-input-background-default: #fafafa;
  --color-input-background-disabled: #f1f1f1;
  --color-input-background-hover: #fafafa;
  --color-input-border-active: #2a6466;
  --color-input-border-default: #6a6a6a;
  --color-input-border-disabled: #ababab;
  --color-input-border-hover: #338084;
  --color-input-ripple-active: #95dbdd;
  --color-input-ripple-default: rgba(0, 0, 0, 0);
  --color-input-ripple-disabled: rgba(0, 0, 0, 0);
  --color-input-ripple-hover: #beeaeb;
  --color-interactive-10: #e6f4f5;
  --color-interactive-20: #beeaeb;
  --color-interactive-30: #2a6466;
  --color-interactive-40: #1e4647;
  --color-interactive-50: #142b2c;
  --color-link-10: #2a6466;
  --color-link-20: #1e4647;
  --color-link-30: #142b2c;
  --color-negative-10: #feecec;
  --color-negative-20: #fed8d8;
  --color-negative-30: #d60000;
  --color-negative-40: #a90000;
  --color-negative-50: #7d0000;
  --color-neutral-10: #fafafa;
  --color-neutral-20: #e3e3e3;
  --color-neutral-30: #6a6a6a;
  --color-neutral-40: #525252;
  --color-neutral-50: #3b3b3b;
  --color-positive-10: #e5f4ea;
  --color-positive-20: #c8e4d0;
  --color-positive-30: #007b22;
  --color-positive-40: #00601a;
  --color-positive-50: #004514;
  --color-scheme: light;
  --color-warning-10: #fdfadd;
  --color-warning-20: #faf29d;
  --color-warning-30: #dabb07;
  --color-warning-40: #c9a508;
  --color-warning-50: #b68a07;
  --components-badge-spacing: 4px;
  --components-grid-spacing: 4px;
  --components-min-height: 32px;
  --components-min-width: 32px;
  --gap-l: 12px;
  --gap-m: 6px;
  --gap-s: 2px;
  --gap-xl: 16px;
  --gap-xs: 1px;
  --icon-size-1: .8125rem;
  --icon-size-2: .9375rem;
  --icon-size-3: 1.125rem;
  --icon-size-4: 1.25rem;
  --icon-size-5: 1.5rem;
  --icon-size-6: 2rem;
  --icon-target-min-size: 32px;
  --margin-l: 12px;
  --margin-m: 8px;
  --margin-s: 6px;
  --margin-xl: 16px;
  --margin-xs: 4px;
  --padding-l: 12px;
  --padding-m: 8px;
  --padding-s: 6px;
  --padding-xl: 16px;
  --padding-xs: 4px;
  --typography-block-title-font-family: "Roboto Flex";
  --typography-block-title-font-grade: unset;
  --typography-block-title-font-size: .875rem;
  --typography-block-title-font-style: unset;
  --typography-block-title-font-variation-settings: unset;
  --typography-block-title-font-weight: 600;
  --typography-block-title-letter-spacing: normal;
  --typography-block-title-line-height: 1.2;
  --typography-block-title-text-decoration: unset;
  --typography-body-font-family: "Roboto Flex";
  --typography-body-font-grade: unset;
  --typography-body-font-size: .8125rem;
  --typography-body-font-style: unset;
  --typography-body-font-variation-settings: unset;
  --typography-body-font-weight: 400;
  --typography-body-letter-spacing: normal;
  --typography-body-line-height: 1.2;
  --typography-body-text-decoration: unset;
  --typography-chart-axis-label-font-family: "Roboto Flex";
  --typography-chart-axis-label-font-grade: unset;
  --typography-chart-axis-label-font-size: .75rem;
  --typography-chart-axis-label-font-style: unset;
  --typography-chart-axis-label-font-variation-settings: unset;
  --typography-chart-axis-label-font-weight: 600;
  --typography-chart-axis-label-letter-spacing: .025em;
  --typography-chart-axis-label-line-height: 1.2;
  --typography-chart-axis-label-text-decoration: unset;
  --typography-chart-chart-text-font-family: "Roboto Flex";
  --typography-chart-chart-text-font-grade: unset;
  --typography-chart-chart-text-font-size: .75rem;
  --typography-chart-chart-text-font-style: unset;
  --typography-chart-chart-text-font-variation-settings: unset;
  --typography-chart-chart-text-font-weight: 600;
  --typography-chart-chart-text-letter-spacing: normal;
  --typography-chart-chart-text-line-height: 1.2;
  --typography-chart-chart-text-text-decoration: unset;
  --typography-chart-series-data-point-label-font-family: "Roboto Flex";
  --typography-chart-series-data-point-label-font-grade: unset;
  --typography-chart-series-data-point-label-font-size: .75rem;
  --typography-chart-series-data-point-label-font-style: unset;
  --typography-chart-series-data-point-label-font-variation-settings: unset;
  --typography-chart-series-data-point-label-font-weight: 700;
  --typography-chart-series-data-point-label-letter-spacing: normal;
  --typography-chart-series-data-point-label-line-height: 1.2;
  --typography-chart-series-data-point-label-text-decoration: unset;
  --typography-code-font-family: "Roboto Mono";
  --typography-code-font-grade: unset;
  --typography-code-font-size: .8125rem;
  --typography-code-font-style: unset;
  --typography-code-font-variation-settings: unset;
  --typography-code-font-weight: 400;
  --typography-code-letter-spacing: normal;
  --typography-code-line-height: 1.5;
  --typography-code-text-decoration: unset;
  --typography-data-label-title-font-family: "Roboto Flex";
  --typography-data-label-title-font-grade: unset;
  --typography-data-label-title-font-size: .875rem;
  --typography-data-label-title-font-style: unset;
  --typography-data-label-title-font-variation-settings: unset;
  --typography-data-label-title-font-weight: 400;
  --typography-data-label-title-letter-spacing: normal;
  --typography-data-label-title-line-height: 1.2;
  --typography-data-label-title-text-decoration: unset;
  --typography-datagrid-font-family: "Roboto Flex";
  --typography-datagrid-font-grade: unset;
  --typography-datagrid-font-size: .8125rem;
  --typography-datagrid-font-style: unset;
  --typography-datagrid-font-variation-settings: unset;
  --typography-datagrid-font-weight: 400;
  --typography-datagrid-letter-spacing: normal;
  --typography-datagrid-line-height: 1.2;
  --typography-datagrid-text-decoration: unset;
  --typography-input-label-font-family: "Roboto Flex";
  --typography-input-label-font-grade: unset;
  --typography-input-label-font-size: .8125rem;
  --typography-input-label-font-style: unset;
  --typography-input-label-font-variation-settings: unset;
  --typography-input-label-font-weight: 400;
  --typography-input-label-letter-spacing: normal;
  --typography-input-label-line-height: 1.2;
  --typography-input-label-text-decoration: unset;
  --typography-italic-font-family: "Roboto Flex";
  --typography-italic-font-grade: unset;
  --typography-italic-font-size: .8125rem;
  --typography-italic-font-style: italic;
  --typography-italic-font-variation-settings: unset;
  --typography-italic-font-weight: 400;
  --typography-italic-letter-spacing: normal;
  --typography-italic-line-height: 1.2;
  --typography-italic-text-decoration: unset;
  --typography-label-title-font-size: .875rem;
  --typography-link-font-family: "Roboto Flex";
  --typography-link-font-grade: "GRAD" 150;
  --typography-link-font-size: .8125rem;
  --typography-link-font-style: unset;
  --typography-link-font-variation-settings: unset;
  --typography-link-font-weight: 400;
  --typography-link-letter-spacing: normal;
  --typography-link-line-height: 1.2;
  --typography-link-text-decoration: underline;
  --typography-micro-title-font-family: "Roboto Flex";
  --typography-micro-title-font-grade: unset;
  --typography-micro-title-font-size: .8125rem;
  --typography-micro-title-font-style: unset;
  --typography-micro-title-font-variation-settings: unset;
  --typography-micro-title-font-weight: 600;
  --typography-micro-title-letter-spacing: normal;
  --typography-micro-title-line-height: 1.2;
  --typography-micro-title-text-decoration: unset;
  --typography-narrow-font-family: "Roboto Flex";
  --typography-narrow-font-grade: unset;
  --typography-narrow-font-size: .8125rem;
  --typography-narrow-font-style: unset;
  --typography-narrow-font-variation-settings: unset;
  --typography-narrow-font-weight: 400;
  --typography-narrow-letter-spacing: -.025em;
  --typography-narrow-line-height: 1.2;
  --typography-narrow-text-decoration: unset;
  --typography-page-title-font-family: "Roboto Flex";
  --typography-page-title-font-grade: unset;
  --typography-page-title-font-size: 1.125rem;
  --typography-page-title-font-style: unset;
  --typography-page-title-font-variation-settings: unset;
  --typography-page-title-font-weight: 600;
  --typography-page-title-letter-spacing: normal;
  --typography-page-title-line-height: 1.2;
  --typography-page-title-text-decoration: unset;
  --typography-paragraph-font-family: "Roboto Flex";
  --typography-paragraph-font-grade: unset;
  --typography-paragraph-font-size: .8125rem;
  --typography-paragraph-font-style: unset;
  --typography-paragraph-font-variation-settings: unset;
  --typography-paragraph-font-weight: 400;
  --typography-paragraph-letter-spacing: normal;
  --typography-paragraph-line-height: 1.5;
  --typography-paragraph-text-decoration: unset;
  --typography-section-title-font-family: "Roboto Flex";
  --typography-section-title-font-grade: unset;
  --typography-section-title-font-size: 1rem;
  --typography-section-title-font-style: unset;
  --typography-section-title-font-variation-settings: unset;
  --typography-section-title-font-weight: 600;
  --typography-section-title-letter-spacing: normal;
  --typography-section-title-line-height: 1.2;
  --typography-section-title-text-decoration: unset;
  --typography-small-font-family: "Roboto Flex";
  --typography-small-font-grade: unset;
  --typography-small-font-size: .6875rem;
  --typography-small-font-style: unset;
  --typography-small-font-variation-settings: unset;
  --typography-small-font-weight: 500;
  --typography-small-letter-spacing: normal;
  --typography-small-line-height: 1;
  --typography-small-text-decoration: unset;
  --typography-smallcaps-font-family: "Roboto Flex";
  --typography-smallcaps-font-grade: unset;
  --typography-smallcaps-font-size: .8125rem;
  --typography-smallcaps-font-style: unset;
  --typography-smallcaps-font-variation-settings: YTUC 528, YTFI 560;
  --typography-smallcaps-font-weight: 400;
  --typography-smallcaps-letter-spacing: normal;
  --typography-smallcaps-line-height: 1.2;
  --typography-smallcaps-text-decoration: unset;
  --typography-sub-section-title-font-family: "Roboto Flex";
  --typography-sub-section-title-font-grade: unset;
  --typography-sub-section-title-font-size: .9375rem;
  --typography-sub-section-title-font-style: unset;
  --typography-sub-section-title-font-variation-settings: unset;
  --typography-sub-section-title-font-weight: 500;
  --typography-sub-section-title-letter-spacing: normal;
  --typography-sub-section-title-line-height: 1.2;
  --typography-sub-section-title-text-decoration: unset;
  --typography-thick-font-family: "Roboto Flex";
  --typography-thick-font-grade: "GRAD" 150;
  --typography-thick-font-size: .8125rem;
  --typography-thick-font-style: unset;
  --typography-thick-font-variation-settings: unset;
  --typography-thick-font-weight: 400;
  --typography-thick-letter-spacing: normal;
  --typography-thick-line-height: 1.2;
  --typography-thick-text-decoration: unset;
  --elevation-large: 0px 8px 32px 0px rgba(0, 0, 0, .2);
  --elevation-medium: 0px 6px 12px 0px rgba(0, 0, 0, .2);
  --elevation-small: 0px 1px 4px 0px rgba(0, 0, 0, .1);
  --surface-background: #fafafa;
  --surface-code: #b3bec6;
  --surface-level-1: #ffffff;
  --surface-level-2: #fafafa;
  --surface-level-3: #ffffff;
  --surface-mask: rgba(0, 0, 0, .3);
  --surface-raised: #f0f2f4;
  --surface-tint-info: rgba(51, 88, 204, .2);
  --surface-tint-inverted: rgba(0, 0, 0, .1);
  --surface-tint-negative: rgba(214, 0, 0, .2);
  --surface-tint-neutral-10: rgba(255, 255, 255, .1);
  --surface-tint-neutral-20: rgba(255, 255, 255, .9);
  --surface-tint-positive: rgba(0, 123, 34, .2);
  --surface-tint-transparent: rgba(255, 255, 255, 0);
  --surface-tint-warning: rgba(218, 187, 7, .2);
  --text-brand: #2a6466;
  --text-default: #111111;
  --text-disabled: #6a6a6a;
  --text-icon-with-darker-text-warning: #dabb07;
  --text-info: #3358cc;
  --text-inverted: #ffffff;
  --text-muted: #525252;
  --text-negative: #d60000;
  --text-on-formatting-background-blue-heavy: #111111;
  --text-on-formatting-background-gray-heavy: #111111;
  --text-on-formatting-background-green-heavy: #111111;
  --text-on-formatting-background-orange-heavy: #111111;
  --text-on-formatting-background-pink-heavy: #111111;
  --text-on-formatting-background-purple-heavy: #111111;
  --text-on-formatting-background-red-heavy: #111111;
  --text-on-formatting-background-yellow-heavy: #111111;
  --text-on-info-10: #111111;
  --text-on-info-20: #111111;
  --text-on-info-30: #ffffff;
  --text-on-info-40: #ffffff;
  --text-on-info-50: #ffffff;
  --text-on-input-10: #111111;
  --text-on-input-20: #ffffff;
  --text-on-input-30: #111111;
  --text-on-input-40: #111111;
  --text-on-input-50: #ffffff;
  --text-on-input-60: #ffffff;
  --text-on-input-background-active: #111111;
  --text-on-input-background-default: #111111;
  --text-on-input-background-disabled: #6a6a6a;
  --text-on-input-background-hover: #111111;
  --text-on-interactive-10: #111111;
  --text-on-interactive-20: #111111;
  --text-on-interactive-30: #ffffff;
  --text-on-interactive-40: #ffffff;
  --text-on-interactive-50: #ffffff;
  --text-on-negative-10: #111111;
  --text-on-negative-20: #111111;
  --text-on-negative-30: #ffffff;
  --text-on-negative-40: #ffffff;
  --text-on-negative-50: #ffffff;
  --text-on-neutral-10: #111111;
  --text-on-neutral-20: #111111;
  --text-on-neutral-30: #ffffff;
  --text-on-neutral-40: #ffffff;
  --text-on-neutral-50: #ffffff;
  --text-on-positive-10: #111111;
  --text-on-positive-20: #111111;
  --text-on-positive-30: #ffffff;
  --text-on-positive-40: #ffffff;
  --text-on-positive-50: #ffffff;
  --text-on-warning-10: #111111;
  --text-on-warning-20: #111111;
  --text-on-warning-30: #111111;
  --text-on-warning-40: #ffffff;
  --text-on-warning-50: #ffffff;
  --text-on-warning: #111111;
  --text-positive: #007b22;
  --text-warning: #856405;
}
.simcorponelight.compact {
  color-scheme: light;
  --border-color-10: #e3e3e3;
  --border-color-20: #d9d9d9;
  --border-color-30: #cccccc;
  --border-color-code: #b3bec6;
  --color-brand-10: #e6f4f5;
  --color-brand-20: #beeaeb;
  --color-brand-30: #95dbdd;
  --color-brand-40: #6ac9cd;
  --color-brand-50: #48b8bc;
  --color-brand-60: #329da2;
  --color-brand-70: #338084;
  --color-brand-80: #2a6466;
  --color-brand-90: #1e4647;
  --color-brand-100: #142b2c;
  --color-chart-category-10: #39a4ac;
  --color-chart-category-20: #f1b21d;
  --color-chart-category-30: #f45e1d;
  --color-chart-category-40: #b456e3;
  --color-chart-category-50: #62a13a;
  --color-chart-category-60: #4579e8;
  --color-chart-category-70: #fd2772;
  --color-chart-category-80: #aec834;
  --color-chart-category-90: #43cd6c;
  --color-chart-category-100: #7c49d5;
  --color-chart-category-110: #bc8d45;
  --color-chart-category-120: #868686;
  --color-chart-category-130: #f9a0a5;
  --color-chart-category-140: #41c6eb;
  --color-chart-category-150: #eacf06;
  --color-chart-diverging-10: #41a05b;
  --color-chart-diverging-20: #68b87b;
  --color-chart-diverging-30: #a1dbab;
  --color-chart-diverging-40: #c8f3cb;
  --color-chart-diverging-50: #f1f1f1;
  --color-chart-diverging-60: #fdc7c9;
  --color-chart-diverging-70: #f9a0a5;
  --color-chart-diverging-80: #f3656e;
  --color-chart-diverging-90: #ef3e4a;
  --color-chart-semantic-info: #0a80e0;
  --color-chart-semantic-negative: #ef3e4a;
  --color-chart-semantic-positive: #41a05b;
  --color-chart-semantic-warning: #f0cf61;
  --color-chart-sequential-10: #04335a;
  --color-chart-sequential-20: #064d86;
  --color-chart-sequential-30: #0866b3;
  --color-chart-sequential-40: #0a80e0;
  --color-chart-sequential-50: #3b99e6;
  --color-chart-sequential-60: #54a6e9;
  --color-chart-sequential-70: #85c0f0;
  --color-chart-sequential-80: #b6d9f6;
  --color-chart-sequential-90: #e7f2fc;
  --color-codeblock-10: #494d53;
  --color-codeblock-20: #6b6f74;
  --color-codeblock-30: #964dbf;
  --color-codeblock-40: #ae2c35;
  --color-codeblock-50: #317b90;
  --color-codeblock-60: #62784e;
  --color-codeblock-70: #ae5e10;
  --color-codeblock-80: #0a60a5;
  --color-codeblock-90: #8d6d03;
  --color-disabled-10: #f1f1f1;
  --color-disabled-20: #e3e3e3;
  --color-focus-10: #148a96;
  --color-formatting-background-green-subtle: #c8e4d0;
  --color-formatting-background-green-heavy: #6db681;
  --color-formatting-background-red-subtle: #fed8d8;
  --color-formatting-background-red-heavy: #fe8888;
  --color-formatting-background-blue-subtle: #d5e0fc;
  --color-formatting-background-blue-heavy: #8ba6f6;
  --color-formatting-background-yellow-subtle: #faf29d;
  --color-formatting-background-yellow-heavy: #f7db32;
  --color-formatting-background-orange-subtle: #fdd9b7;
  --color-formatting-background-orange-heavy: #f9a036;
  --color-formatting-background-pink-subtle: #fcd3e4;
  --color-formatting-background-pink-heavy: #fa90c1;
  --color-formatting-background-purple-subtle: #ecd6ff;
  --color-formatting-background-purple-heavy: #d29dfa;
  --color-formatting-background-gray-subtle: #e3e3e3;
  --color-formatting-background-gray-heavy: #ababab;
  --color-formatting-graphic-1: #6db681;
  --color-formatting-graphic-2: #d60000;
  --color-formatting-graphic-3: #db2364;
  --color-formatting-graphic-4: #d17304;
  --color-formatting-graphic-5: #b0823c;
  --color-formatting-graphic-6: #a18a00;
  --color-formatting-graphic-7: #3098a0;
  --color-formatting-graphic-8: #1a96b9;
  --color-formatting-graphic-9: #868686;
  --color-formatting-graphic-10: #7c49d5;
  --color-formatting-text-default: #111111;
  --color-formatting-text-inverted: #ffffff;
  --color-formatting-text-green: #007b22;
  --color-formatting-text-red: #d60000;
  --color-formatting-text-blue: #3358cc;
  --color-formatting-text-yellow: #856405;
  --color-formatting-text-orange: #ad5600;
  --color-formatting-text-pink: #d21d66;
  --color-formatting-text-purple: #9348d4;
  --color-formatting-text-transparent: rgba(0, 0, 0, 0);
  --color-grid-header: #f1f1f1;
  --color-grid-row-odd: #f0f2f4;
  --color-grid-row-selected: #95dbdd;
  --color-grid-row-hover-base-color: #95dbdd;
  --color-info-10: #ecf1ff;
  --color-info-20: #d5e0fc;
  --color-info-30: #3358cc;
  --color-info-40: #254cac;
  --color-info-50: #12387a;
  --color-input-background-active: #fafafa;
  --color-input-background-default: #fafafa;
  --color-input-background-disabled: #f1f1f1;
  --color-input-background-hover: #fafafa;
  --color-input-border-active: #2a6466;
  --color-input-border-default: #6a6a6a;
  --color-input-border-disabled: #ababab;
  --color-input-border-hover: #338084;
  --color-input-ripple-active: #95dbdd;
  --color-input-ripple-default: rgba(0, 0, 0, 0);
  --color-input-ripple-disabled: rgba(0, 0, 0, 0);
  --color-input-ripple-hover: #beeaeb;
  --color-interactive-10: #e6f4f5;
  --color-interactive-20: #beeaeb;
  --color-interactive-30: #2a6466;
  --color-interactive-40: #1e4647;
  --color-interactive-50: #142b2c;
  --color-link-10: #2a6466;
  --color-link-20: #1e4647;
  --color-link-30: #142b2c;
  --color-negative-10: #feecec;
  --color-negative-20: #fed8d8;
  --color-negative-30: #d60000;
  --color-negative-40: #a90000;
  --color-negative-50: #7d0000;
  --color-neutral-10: #fafafa;
  --color-neutral-20: #e3e3e3;
  --color-neutral-30: #6a6a6a;
  --color-neutral-40: #525252;
  --color-neutral-50: #3b3b3b;
  --color-positive-10: #e5f4ea;
  --color-positive-20: #c8e4d0;
  --color-positive-30: #007b22;
  --color-positive-40: #00601a;
  --color-positive-50: #004514;
  --color-scheme: light;
  --color-warning-10: #fdfadd;
  --color-warning-20: #faf29d;
  --color-warning-30: #dabb07;
  --color-warning-40: #c9a508;
  --color-warning-50: #b68a07;
  --components-badge-spacing: 4px;
  --components-grid-spacing: 2px;
  --components-min-height: 20px;
  --components-min-width: 20px;
  --gap-l: 4px;
  --gap-m: 2px;
  --gap-s: 2px;
  --gap-xl: 8px;
  --gap-xs: 1px;
  --icon-size-1: .6875rem;
  --icon-size-2: .8125rem;
  --icon-size-3: .9375rem;
  --icon-size-4: 1rem;
  --icon-size-5: 1.25rem;
  --icon-size-6: 1.5rem;
  --icon-target-min-size: 20px;
  --margin-l: 4px;
  --margin-m: 2px;
  --margin-s: 2px;
  --margin-xl: 8px;
  --margin-xs: 1px;
  --padding-l: 4px;
  --padding-m: 2px;
  --padding-s: 2px;
  --padding-xl: 8px;
  --padding-xs: 1px;
  --typography-block-title-font-family: "Roboto Flex";
  --typography-block-title-font-grade: unset;
  --typography-block-title-font-size: .75rem;
  --typography-block-title-font-style: unset;
  --typography-block-title-font-variation-settings: unset;
  --typography-block-title-font-weight: 600;
  --typography-block-title-letter-spacing: normal;
  --typography-block-title-line-height: 1.2;
  --typography-block-title-text-decoration: unset;
  --typography-body-font-family: "Roboto Flex";
  --typography-body-font-grade: unset;
  --typography-body-font-size: .6875rem;
  --typography-body-font-style: unset;
  --typography-body-font-variation-settings: unset;
  --typography-body-font-weight: 400;
  --typography-body-letter-spacing: normal;
  --typography-body-line-height: 1.2;
  --typography-body-text-decoration: unset;
  --typography-chart-axis-label-font-family: "Roboto Flex";
  --typography-chart-axis-label-font-grade: unset;
  --typography-chart-axis-label-font-size: .625rem;
  --typography-chart-axis-label-font-style: unset;
  --typography-chart-axis-label-font-variation-settings: unset;
  --typography-chart-axis-label-font-weight: 600;
  --typography-chart-axis-label-letter-spacing: .025em;
  --typography-chart-axis-label-line-height: 1.2;
  --typography-chart-axis-label-text-decoration: unset;
  --typography-chart-chart-text-font-family: "Roboto Flex";
  --typography-chart-chart-text-font-grade: unset;
  --typography-chart-chart-text-font-size: .625rem;
  --typography-chart-chart-text-font-style: unset;
  --typography-chart-chart-text-font-variation-settings: unset;
  --typography-chart-chart-text-font-weight: 600;
  --typography-chart-chart-text-letter-spacing: normal;
  --typography-chart-chart-text-line-height: 1.2;
  --typography-chart-chart-text-text-decoration: unset;
  --typography-chart-series-data-point-label-font-family: "Roboto Flex";
  --typography-chart-series-data-point-label-font-grade: unset;
  --typography-chart-series-data-point-label-font-size: .625rem;
  --typography-chart-series-data-point-label-font-style: unset;
  --typography-chart-series-data-point-label-font-variation-settings: unset;
  --typography-chart-series-data-point-label-font-weight: 700;
  --typography-chart-series-data-point-label-letter-spacing: normal;
  --typography-chart-series-data-point-label-line-height: 1.2;
  --typography-chart-series-data-point-label-text-decoration: unset;
  --typography-code-font-family: "Roboto Mono";
  --typography-code-font-grade: unset;
  --typography-code-font-size: .6875rem;
  --typography-code-font-style: unset;
  --typography-code-font-variation-settings: unset;
  --typography-code-font-weight: 400;
  --typography-code-letter-spacing: normal;
  --typography-code-line-height: 1.5;
  --typography-code-text-decoration: unset;
  --typography-data-label-title-font-family: "Roboto Flex";
  --typography-data-label-title-font-grade: unset;
  --typography-data-label-title-font-size: .75rem;
  --typography-data-label-title-font-style: unset;
  --typography-data-label-title-font-variation-settings: unset;
  --typography-data-label-title-font-weight: 400;
  --typography-data-label-title-letter-spacing: normal;
  --typography-data-label-title-line-height: 1.2;
  --typography-data-label-title-text-decoration: unset;
  --typography-datagrid-font-family: "Roboto Flex";
  --typography-datagrid-font-grade: unset;
  --typography-datagrid-font-size: .6875rem;
  --typography-datagrid-font-style: unset;
  --typography-datagrid-font-variation-settings: unset;
  --typography-datagrid-font-weight: 400;
  --typography-datagrid-letter-spacing: normal;
  --typography-datagrid-line-height: 1.2;
  --typography-datagrid-text-decoration: unset;
  --typography-input-label-font-family: "Roboto Flex";
  --typography-input-label-font-grade: unset;
  --typography-input-label-font-size: .6875rem;
  --typography-input-label-font-style: unset;
  --typography-input-label-font-variation-settings: unset;
  --typography-input-label-font-weight: 400;
  --typography-input-label-letter-spacing: normal;
  --typography-input-label-line-height: 1.2;
  --typography-input-label-text-decoration: unset;
  --typography-italic-font-family: "Roboto Flex";
  --typography-italic-font-grade: unset;
  --typography-italic-font-size: .6875rem;
  --typography-italic-font-style: italic;
  --typography-italic-font-variation-settings: unset;
  --typography-italic-font-weight: 400;
  --typography-italic-letter-spacing: normal;
  --typography-italic-line-height: 1.2;
  --typography-italic-text-decoration: unset;
  --typography-link-font-family: "Roboto Flex";
  --typography-link-font-grade: "GRAD" 150;
  --typography-link-font-size: .6875rem;
  --typography-link-font-style: unset;
  --typography-link-font-variation-settings: unset;
  --typography-link-font-weight: 400;
  --typography-link-letter-spacing: normal;
  --typography-link-line-height: 1.2;
  --typography-link-text-decoration: underline;
  --typography-micro-title-font-family: "Roboto Flex";
  --typography-micro-title-font-grade: unset;
  --typography-micro-title-font-size: .6875rem;
  --typography-micro-title-font-style: unset;
  --typography-micro-title-font-variation-settings: unset;
  --typography-micro-title-font-weight: 600;
  --typography-micro-title-letter-spacing: normal;
  --typography-micro-title-line-height: 1.2;
  --typography-micro-title-text-decoration: unset;
  --typography-narrow-font-family: "Roboto Flex";
  --typography-narrow-font-grade: unset;
  --typography-narrow-font-size: .6875rem;
  --typography-narrow-font-style: unset;
  --typography-narrow-font-variation-settings: unset;
  --typography-narrow-font-weight: 400;
  --typography-narrow-letter-spacing: -.025em;
  --typography-narrow-line-height: 1.2;
  --typography-narrow-text-decoration: unset;
  --typography-page-title-font-family: "Roboto Flex";
  --typography-page-title-font-grade: unset;
  --typography-page-title-font-size: .9375rem;
  --typography-page-title-font-style: unset;
  --typography-page-title-font-variation-settings: unset;
  --typography-page-title-font-weight: 600;
  --typography-page-title-letter-spacing: normal;
  --typography-page-title-line-height: 1.2;
  --typography-page-title-text-decoration: unset;
  --typography-paragraph-font-family: "Roboto Flex";
  --typography-paragraph-font-grade: unset;
  --typography-paragraph-font-size: .6875rem;
  --typography-paragraph-font-style: unset;
  --typography-paragraph-font-variation-settings: unset;
  --typography-paragraph-font-weight: 400;
  --typography-paragraph-letter-spacing: normal;
  --typography-paragraph-line-height: 1.5;
  --typography-paragraph-text-decoration: unset;
  --typography-section-title-font-family: "Roboto Flex";
  --typography-section-title-font-grade: unset;
  --typography-section-title-font-size: .875rem;
  --typography-section-title-font-style: unset;
  --typography-section-title-font-variation-settings: unset;
  --typography-section-title-font-weight: 600;
  --typography-section-title-letter-spacing: normal;
  --typography-section-title-line-height: 1.2;
  --typography-section-title-text-decoration: unset;
  --typography-small-font-family: "Roboto Flex";
  --typography-small-font-grade: unset;
  --typography-small-font-size: .625rem;
  --typography-small-font-style: unset;
  --typography-small-font-variation-settings: unset;
  --typography-small-font-weight: 500;
  --typography-small-letter-spacing: normal;
  --typography-small-line-height: 1;
  --typography-small-text-decoration: unset;
  --typography-smallcaps-font-family: "Roboto Flex";
  --typography-smallcaps-font-grade: unset;
  --typography-smallcaps-font-size: .6875rem;
  --typography-smallcaps-font-style: unset;
  --typography-smallcaps-font-variation-settings: YTUC 528, YTFI 560;
  --typography-smallcaps-font-weight: 400;
  --typography-smallcaps-letter-spacing: normal;
  --typography-smallcaps-line-height: 1.2;
  --typography-smallcaps-text-decoration: unset;
  --typography-sub-section-title-font-family: "Roboto Flex";
  --typography-sub-section-title-font-grade: unset;
  --typography-sub-section-title-font-size: .8125rem;
  --typography-sub-section-title-font-style: unset;
  --typography-sub-section-title-font-variation-settings: unset;
  --typography-sub-section-title-font-weight: 500;
  --typography-sub-section-title-letter-spacing: normal;
  --typography-sub-section-title-line-height: 1.2;
  --typography-sub-section-title-text-decoration: unset;
  --typography-thick-font-family: "Roboto Flex";
  --typography-thick-font-grade: "GRAD" 150;
  --typography-thick-font-size: .6875rem;
  --typography-thick-font-style: unset;
  --typography-thick-font-variation-settings: unset;
  --typography-thick-font-weight: 400;
  --typography-thick-letter-spacing: normal;
  --typography-thick-line-height: 1.2;
  --typography-thick-text-decoration: unset;
  --elevation-large: 0px 8px 32px 0px rgba(0, 0, 0, .2);
  --elevation-medium: 0px 6px 12px 0px rgba(0, 0, 0, .2);
  --elevation-small: 0px 1px 4px 0px rgba(0, 0, 0, .1);
  --surface-background: #fafafa;
  --surface-code: #b3bec6;
  --surface-level-1: #ffffff;
  --surface-level-2: #fafafa;
  --surface-level-3: #ffffff;
  --surface-mask: rgba(0, 0, 0, .3);
  --surface-raised: #f0f2f4;
  --surface-tint-info: rgba(51, 88, 204, .2);
  --surface-tint-inverted: rgba(0, 0, 0, .1);
  --surface-tint-negative: rgba(214, 0, 0, .2);
  --surface-tint-neutral-10: rgba(255, 255, 255, .1);
  --surface-tint-neutral-20: rgba(255, 255, 255, .9);
  --surface-tint-positive: rgba(0, 123, 34, .2);
  --surface-tint-transparent: rgba(255, 255, 255, 0);
  --surface-tint-warning: rgba(218, 187, 7, .2);
  --text-brand: #2a6466;
  --text-default: #111111;
  --text-disabled: #6a6a6a;
  --text-icon-with-darker-text-warning: #dabb07;
  --text-info: #3358cc;
  --text-inverted: #ffffff;
  --text-muted: #525252;
  --text-negative: #d60000;
  --text-on-formatting-background-blue-heavy: #111111;
  --text-on-formatting-background-gray-heavy: #111111;
  --text-on-formatting-background-green-heavy: #111111;
  --text-on-formatting-background-orange-heavy: #111111;
  --text-on-formatting-background-pink-heavy: #111111;
  --text-on-formatting-background-purple-heavy: #111111;
  --text-on-formatting-background-red-heavy: #111111;
  --text-on-formatting-background-yellow-heavy: #111111;
  --text-on-info-10: #111111;
  --text-on-info-20: #111111;
  --text-on-info-30: #ffffff;
  --text-on-info-40: #ffffff;
  --text-on-info-50: #ffffff;
  --text-on-input-10: #111111;
  --text-on-input-20: #ffffff;
  --text-on-input-30: #111111;
  --text-on-input-40: #111111;
  --text-on-input-50: #ffffff;
  --text-on-input-60: #ffffff;
  --text-on-input-background-active: #111111;
  --text-on-input-background-default: #111111;
  --text-on-input-background-disabled: #6a6a6a;
  --text-on-input-background-hover: #111111;
  --text-on-interactive-10: #111111;
  --text-on-interactive-20: #111111;
  --text-on-interactive-30: #ffffff;
  --text-on-interactive-40: #ffffff;
  --text-on-interactive-50: #ffffff;
  --text-on-negative-10: #111111;
  --text-on-negative-20: #111111;
  --text-on-negative-30: #ffffff;
  --text-on-negative-40: #ffffff;
  --text-on-negative-50: #ffffff;
  --text-on-neutral-10: #111111;
  --text-on-neutral-20: #111111;
  --text-on-neutral-30: #ffffff;
  --text-on-neutral-40: #ffffff;
  --text-on-neutral-50: #ffffff;
  --text-on-positive-10: #111111;
  --text-on-positive-20: #111111;
  --text-on-positive-30: #ffffff;
  --text-on-positive-40: #ffffff;
  --text-on-positive-50: #ffffff;
  --text-on-warning-10: #111111;
  --text-on-warning-20: #111111;
  --text-on-warning-30: #111111;
  --text-on-warning-40: #ffffff;
  --text-on-warning-50: #ffffff;
  --text-on-warning: #111111;
  --text-positive: #007b22;
  --text-warning: #856405;
}
.simcorponelight {
  color-scheme: light;
  --border-color-10: #e3e3e3;
  --border-color-20: #d9d9d9;
  --border-color-30: #cccccc;
  --border-color-code: #b3bec6;
  --color-brand-10: #e6f4f5;
  --color-brand-20: #beeaeb;
  --color-brand-30: #95dbdd;
  --color-brand-40: #6ac9cd;
  --color-brand-50: #48b8bc;
  --color-brand-60: #329da2;
  --color-brand-70: #338084;
  --color-brand-80: #2a6466;
  --color-brand-90: #1e4647;
  --color-brand-100: #142b2c;
  --color-chart-category-10: #39a4ac;
  --color-chart-category-20: #f1b21d;
  --color-chart-category-30: #f45e1d;
  --color-chart-category-40: #b456e3;
  --color-chart-category-50: #62a13a;
  --color-chart-category-60: #4579e8;
  --color-chart-category-70: #fd2772;
  --color-chart-category-80: #aec834;
  --color-chart-category-90: #43cd6c;
  --color-chart-category-100: #7c49d5;
  --color-chart-category-110: #bc8d45;
  --color-chart-category-120: #868686;
  --color-chart-category-130: #f9a0a5;
  --color-chart-category-140: #41c6eb;
  --color-chart-category-150: #eacf06;
  --color-chart-diverging-10: #41a05b;
  --color-chart-diverging-20: #68b87b;
  --color-chart-diverging-30: #a1dbab;
  --color-chart-diverging-40: #c8f3cb;
  --color-chart-diverging-50: #f1f1f1;
  --color-chart-diverging-60: #fdc7c9;
  --color-chart-diverging-70: #f9a0a5;
  --color-chart-diverging-80: #f3656e;
  --color-chart-diverging-90: #ef3e4a;
  --color-chart-semantic-info: #0a80e0;
  --color-chart-semantic-negative: #ef3e4a;
  --color-chart-semantic-positive: #41a05b;
  --color-chart-semantic-warning: #f0cf61;
  --color-chart-sequential-10: #04335a;
  --color-chart-sequential-20: #064d86;
  --color-chart-sequential-30: #0866b3;
  --color-chart-sequential-40: #0a80e0;
  --color-chart-sequential-50: #3b99e6;
  --color-chart-sequential-60: #54a6e9;
  --color-chart-sequential-70: #85c0f0;
  --color-chart-sequential-80: #b6d9f6;
  --color-chart-sequential-90: #e7f2fc;
  --color-codeblock-10: #494d53;
  --color-codeblock-20: #6b6f74;
  --color-codeblock-30: #964dbf;
  --color-codeblock-40: #ae2c35;
  --color-codeblock-50: #317b90;
  --color-codeblock-60: #62784e;
  --color-codeblock-70: #ae5e10;
  --color-codeblock-80: #0a60a5;
  --color-codeblock-90: #8d6d03;
  --color-disabled-10: #f1f1f1;
  --color-disabled-20: #e3e3e3;
  --color-focus-10: #148a96;
  --color-formatting-background-green-subtle: #c8e4d0;
  --color-formatting-background-green-heavy: #6db681;
  --color-formatting-background-red-subtle: #fed8d8;
  --color-formatting-background-red-heavy: #fe8888;
  --color-formatting-background-blue-subtle: #d5e0fc;
  --color-formatting-background-blue-heavy: #8ba6f6;
  --color-formatting-background-yellow-subtle: #faf29d;
  --color-formatting-background-yellow-heavy: #f7db32;
  --color-formatting-background-orange-subtle: #fdd9b7;
  --color-formatting-background-orange-heavy: #f9a036;
  --color-formatting-background-pink-subtle: #fcd3e4;
  --color-formatting-background-pink-heavy: #fa90c1;
  --color-formatting-background-purple-subtle: #ecd6ff;
  --color-formatting-background-purple-heavy: #d29dfa;
  --color-formatting-background-gray-subtle: #e3e3e3;
  --color-formatting-background-gray-heavy: #ababab;
  --color-formatting-graphic-1: #6db681;
  --color-formatting-graphic-2: #d60000;
  --color-formatting-graphic-3: #db2364;
  --color-formatting-graphic-4: #d17304;
  --color-formatting-graphic-5: #b0823c;
  --color-formatting-graphic-6: #a18a00;
  --color-formatting-graphic-7: #3098a0;
  --color-formatting-graphic-8: #1a96b9;
  --color-formatting-graphic-9: #868686;
  --color-formatting-graphic-10: #7c49d5;
  --color-formatting-text-default: #111111;
  --color-formatting-text-inverted: #ffffff;
  --color-formatting-text-green: #007b22;
  --color-formatting-text-red: #d60000;
  --color-formatting-text-blue: #3358cc;
  --color-formatting-text-yellow: #856405;
  --color-formatting-text-orange: #ad5600;
  --color-formatting-text-pink: #d21d66;
  --color-formatting-text-purple: #9348d4;
  --color-formatting-text-transparent: rgba(0, 0, 0, 0);
  --color-grid-header: #f1f1f1;
  --color-grid-row-odd: #f0f2f4;
  --color-grid-row-selected: #95dbdd;
  --color-grid-row-hover-base-color: #95dbdd;
  --color-info-10: #ecf1ff;
  --color-info-20: #d5e0fc;
  --color-info-30: #3358cc;
  --color-info-40: #254cac;
  --color-info-50: #12387a;
  --color-input-background-active: #fafafa;
  --color-input-background-default: #fafafa;
  --color-input-background-disabled: #f1f1f1;
  --color-input-background-hover: #fafafa;
  --color-input-border-active: #2a6466;
  --color-input-border-default: #6a6a6a;
  --color-input-border-disabled: #ababab;
  --color-input-border-hover: #338084;
  --color-input-ripple-active: #95dbdd;
  --color-input-ripple-default: rgba(0, 0, 0, 0);
  --color-input-ripple-disabled: rgba(0, 0, 0, 0);
  --color-input-ripple-hover: #beeaeb;
  --color-interactive-10: #e6f4f5;
  --color-interactive-20: #beeaeb;
  --color-interactive-30: #2a6466;
  --color-interactive-40: #1e4647;
  --color-interactive-50: #142b2c;
  --color-link-10: #2a6466;
  --color-link-20: #1e4647;
  --color-link-30: #142b2c;
  --color-negative-10: #feecec;
  --color-negative-20: #fed8d8;
  --color-negative-30: #d60000;
  --color-negative-40: #a90000;
  --color-negative-50: #7d0000;
  --color-neutral-10: #fafafa;
  --color-neutral-20: #e3e3e3;
  --color-neutral-30: #6a6a6a;
  --color-neutral-40: #525252;
  --color-neutral-50: #3b3b3b;
  --color-positive-10: #e5f4ea;
  --color-positive-20: #c8e4d0;
  --color-positive-30: #007b22;
  --color-positive-40: #00601a;
  --color-positive-50: #004514;
  --color-scheme: light;
  --color-warning-10: #fdfadd;
  --color-warning-20: #faf29d;
  --color-warning-30: #dabb07;
  --color-warning-40: #c9a508;
  --color-warning-50: #b68a07;
  --components-badge-spacing: 4px;
  --components-grid-spacing: 2px;
  --components-min-height: 24px;
  --components-min-width: 24px;
  --gap-l: 8px;
  --gap-m: 4px;
  --gap-s: 2px;
  --gap-xl: 12px;
  --gap-xs: 1px;
  --icon-size-1: .75rem;
  --icon-size-2: .875rem;
  --icon-size-3: 1rem;
  --icon-size-4: 1.125rem;
  --icon-size-5: 1.375rem;
  --icon-size-6: 1.75rem;
  --icon-target-min-size: 24px;
  --margin-l: 8px;
  --margin-m: 6px;
  --margin-s: 4px;
  --margin-xl: 12px;
  --margin-xs: 2px;
  --padding-l: 8px;
  --padding-m: 6px;
  --padding-s: 4px;
  --padding-xl: 12px;
  --padding-xs: 2px;
  --typography-block-title-font-family: "Roboto Flex";
  --typography-block-title-font-grade: unset;
  --typography-block-title-font-size: .8125rem;
  --typography-block-title-font-style: unset;
  --typography-block-title-font-variation-settings: unset;
  --typography-block-title-font-weight: 600;
  --typography-block-title-letter-spacing: normal;
  --typography-block-title-line-height: 1.2;
  --typography-block-title-text-decoration: unset;
  --typography-body-font-family: "Roboto Flex";
  --typography-body-font-grade: unset;
  --typography-body-font-size: .75rem;
  --typography-body-font-style: unset;
  --typography-body-font-variation-settings: unset;
  --typography-body-font-weight: 400;
  --typography-body-letter-spacing: normal;
  --typography-body-line-height: 1.2;
  --typography-body-text-decoration: unset;
  --typography-chart-axis-label-font-family: "Roboto Flex";
  --typography-chart-axis-label-font-grade: unset;
  --typography-chart-axis-label-font-size: .6875rem;
  --typography-chart-axis-label-font-style: unset;
  --typography-chart-axis-label-font-variation-settings: unset;
  --typography-chart-axis-label-font-weight: 600;
  --typography-chart-axis-label-letter-spacing: .025em;
  --typography-chart-axis-label-line-height: 1.2;
  --typography-chart-axis-label-text-decoration: unset;
  --typography-chart-chart-text-font-family: "Roboto Flex";
  --typography-chart-chart-text-font-grade: unset;
  --typography-chart-chart-text-font-size: .6875rem;
  --typography-chart-chart-text-font-style: unset;
  --typography-chart-chart-text-font-variation-settings: unset;
  --typography-chart-chart-text-font-weight: 600;
  --typography-chart-chart-text-letter-spacing: normal;
  --typography-chart-chart-text-line-height: 1.2;
  --typography-chart-chart-text-text-decoration: unset;
  --typography-chart-series-data-point-label-font-family: "Roboto Flex";
  --typography-chart-series-data-point-label-font-grade: unset;
  --typography-chart-series-data-point-label-font-size: .6875rem;
  --typography-chart-series-data-point-label-font-style: unset;
  --typography-chart-series-data-point-label-font-variation-settings: unset;
  --typography-chart-series-data-point-label-font-weight: 700;
  --typography-chart-series-data-point-label-letter-spacing: normal;
  --typography-chart-series-data-point-label-line-height: 1.2;
  --typography-chart-series-data-point-label-text-decoration: unset;
  --typography-code-font-family: "Roboto Mono";
  --typography-code-font-grade: unset;
  --typography-code-font-size: .75rem;
  --typography-code-font-style: unset;
  --typography-code-font-variation-settings: unset;
  --typography-code-font-weight: 400;
  --typography-code-letter-spacing: normal;
  --typography-code-line-height: 1.5;
  --typography-code-text-decoration: unset;
  --typography-data-label-title-font-family: "Roboto Flex";
  --typography-data-label-title-font-grade: unset;
  --typography-data-label-title-font-size: .8125rem;
  --typography-data-label-title-font-style: unset;
  --typography-data-label-title-font-variation-settings: unset;
  --typography-data-label-title-font-weight: 400;
  --typography-data-label-title-letter-spacing: normal;
  --typography-data-label-title-line-height: 1.2;
  --typography-data-label-title-text-decoration: unset;
  --typography-datagrid-font-family: "Roboto Flex";
  --typography-datagrid-font-grade: unset;
  --typography-datagrid-font-size: .75rem;
  --typography-datagrid-font-style: unset;
  --typography-datagrid-font-variation-settings: unset;
  --typography-datagrid-font-weight: 400;
  --typography-datagrid-letter-spacing: normal;
  --typography-datagrid-line-height: 1.2;
  --typography-datagrid-text-decoration: unset;
  --typography-input-label-font-family: "Roboto Flex";
  --typography-input-label-font-grade: unset;
  --typography-input-label-font-size: .75rem;
  --typography-input-label-font-style: unset;
  --typography-input-label-font-variation-settings: unset;
  --typography-input-label-font-weight: 400;
  --typography-input-label-letter-spacing: normal;
  --typography-input-label-line-height: 1.2;
  --typography-input-label-text-decoration: unset;
  --typography-italic-font-family: "Roboto Flex";
  --typography-italic-font-grade: unset;
  --typography-italic-font-size: .75rem;
  --typography-italic-font-style: italic;
  --typography-italic-font-variation-settings: unset;
  --typography-italic-font-weight: 400;
  --typography-italic-letter-spacing: normal;
  --typography-italic-line-height: 1.2;
  --typography-italic-text-decoration: unset;
  --typography-link-font-family: "Roboto Flex";
  --typography-link-font-grade: "GRAD" 150;
  --typography-link-font-size: .75rem;
  --typography-link-font-style: unset;
  --typography-link-font-variation-settings: unset;
  --typography-link-font-weight: 400;
  --typography-link-letter-spacing: normal;
  --typography-link-line-height: 1.2;
  --typography-link-text-decoration: underline;
  --typography-micro-title-font-family: "Roboto Flex";
  --typography-micro-title-font-grade: unset;
  --typography-micro-title-font-size: .75rem;
  --typography-micro-title-font-style: unset;
  --typography-micro-title-font-variation-settings: unset;
  --typography-micro-title-font-weight: 600;
  --typography-micro-title-letter-spacing: normal;
  --typography-micro-title-line-height: 1.2;
  --typography-micro-title-text-decoration: unset;
  --typography-narrow-font-family: "Roboto Flex";
  --typography-narrow-font-grade: unset;
  --typography-narrow-font-size: .75rem;
  --typography-narrow-font-style: unset;
  --typography-narrow-font-variation-settings: unset;
  --typography-narrow-font-weight: 400;
  --typography-narrow-letter-spacing: -.025em;
  --typography-narrow-line-height: 1.2;
  --typography-narrow-text-decoration: unset;
  --typography-page-title-font-family: "Roboto Flex";
  --typography-page-title-font-grade: unset;
  --typography-page-title-font-size: 1rem;
  --typography-page-title-font-style: unset;
  --typography-page-title-font-variation-settings: unset;
  --typography-page-title-font-weight: 600;
  --typography-page-title-letter-spacing: normal;
  --typography-page-title-line-height: 1.2;
  --typography-page-title-text-decoration: unset;
  --typography-paragraph-font-family: "Roboto Flex";
  --typography-paragraph-font-grade: unset;
  --typography-paragraph-font-size: .75rem;
  --typography-paragraph-font-style: unset;
  --typography-paragraph-font-variation-settings: unset;
  --typography-paragraph-font-weight: 400;
  --typography-paragraph-letter-spacing: normal;
  --typography-paragraph-line-height: 1.5;
  --typography-paragraph-text-decoration: unset;
  --typography-section-title-font-family: "Roboto Flex";
  --typography-section-title-font-grade: unset;
  --typography-section-title-font-size: .9375rem;
  --typography-section-title-font-style: unset;
  --typography-section-title-font-variation-settings: unset;
  --typography-section-title-font-weight: 600;
  --typography-section-title-letter-spacing: normal;
  --typography-section-title-line-height: 1.2;
  --typography-section-title-text-decoration: unset;
  --typography-small-font-family: "Roboto Flex";
  --typography-small-font-grade: unset;
  --typography-small-font-size: .6875rem;
  --typography-small-font-style: unset;
  --typography-small-font-variation-settings: unset;
  --typography-small-font-weight: 500;
  --typography-small-letter-spacing: normal;
  --typography-small-line-height: 1;
  --typography-small-text-decoration: unset;
  --typography-smallcaps-font-family: "Roboto Flex";
  --typography-smallcaps-font-grade: unset;
  --typography-smallcaps-font-size: .75rem;
  --typography-smallcaps-font-style: unset;
  --typography-smallcaps-font-variation-settings: YTUC 528, YTFI 560;
  --typography-smallcaps-font-weight: 400;
  --typography-smallcaps-letter-spacing: normal;
  --typography-smallcaps-line-height: 1.2;
  --typography-smallcaps-text-decoration: unset;
  --typography-sub-section-title-font-family: "Roboto Flex";
  --typography-sub-section-title-font-grade: unset;
  --typography-sub-section-title-font-size: .875rem;
  --typography-sub-section-title-font-style: unset;
  --typography-sub-section-title-font-variation-settings: unset;
  --typography-sub-section-title-font-weight: 500;
  --typography-sub-section-title-letter-spacing: normal;
  --typography-sub-section-title-line-height: 1.2;
  --typography-sub-section-title-text-decoration: unset;
  --typography-thick-font-family: "Roboto Flex";
  --typography-thick-font-grade: "GRAD" 150;
  --typography-thick-font-size: .75rem;
  --typography-thick-font-style: unset;
  --typography-thick-font-variation-settings: unset;
  --typography-thick-font-weight: 400;
  --typography-thick-letter-spacing: normal;
  --typography-thick-line-height: 1.2;
  --typography-thick-text-decoration: unset;
  --elevation-large: 0px 8px 32px 0px rgba(0, 0, 0, .2);
  --elevation-medium: 0px 6px 12px 0px rgba(0, 0, 0, .2);
  --elevation-small: 0px 1px 4px 0px rgba(0, 0, 0, .1);
  --surface-background: #fafafa;
  --surface-code: #b3bec6;
  --surface-level-1: #ffffff;
  --surface-level-2: #fafafa;
  --surface-level-3: #ffffff;
  --surface-mask: rgba(0, 0, 0, .3);
  --surface-raised: #f0f2f4;
  --surface-tint-info: rgba(51, 88, 204, .2);
  --surface-tint-inverted: rgba(0, 0, 0, .1);
  --surface-tint-negative: rgba(214, 0, 0, .2);
  --surface-tint-neutral-10: rgba(255, 255, 255, .1);
  --surface-tint-neutral-20: rgba(255, 255, 255, .9);
  --surface-tint-positive: rgba(0, 123, 34, .2);
  --surface-tint-transparent: rgba(255, 255, 255, 0);
  --surface-tint-warning: rgba(218, 187, 7, .2);
  --text-brand: #2a6466;
  --text-default: #111111;
  --text-disabled: #6a6a6a;
  --text-icon-with-darker-text-warning: #dabb07;
  --text-info: #3358cc;
  --text-inverted: #ffffff;
  --text-muted: #525252;
  --text-negative: #d60000;
  --text-on-formatting-background-blue-heavy: #111111;
  --text-on-formatting-background-gray-heavy: #111111;
  --text-on-formatting-background-green-heavy: #111111;
  --text-on-formatting-background-orange-heavy: #111111;
  --text-on-formatting-background-pink-heavy: #111111;
  --text-on-formatting-background-purple-heavy: #111111;
  --text-on-formatting-background-red-heavy: #111111;
  --text-on-formatting-background-yellow-heavy: #111111;
  --text-on-info-10: #111111;
  --text-on-info-20: #111111;
  --text-on-info-30: #ffffff;
  --text-on-info-40: #ffffff;
  --text-on-info-50: #ffffff;
  --text-on-input-10: #111111;
  --text-on-input-20: #ffffff;
  --text-on-input-30: #111111;
  --text-on-input-40: #111111;
  --text-on-input-50: #ffffff;
  --text-on-input-60: #ffffff;
  --text-on-input-background-active: #111111;
  --text-on-input-background-default: #111111;
  --text-on-input-background-disabled: #6a6a6a;
  --text-on-input-background-hover: #111111;
  --text-on-interactive-10: #111111;
  --text-on-interactive-20: #111111;
  --text-on-interactive-30: #ffffff;
  --text-on-interactive-40: #ffffff;
  --text-on-interactive-50: #ffffff;
  --text-on-negative-10: #111111;
  --text-on-negative-20: #111111;
  --text-on-negative-30: #ffffff;
  --text-on-negative-40: #ffffff;
  --text-on-negative-50: #ffffff;
  --text-on-neutral-10: #111111;
  --text-on-neutral-20: #111111;
  --text-on-neutral-30: #ffffff;
  --text-on-neutral-40: #ffffff;
  --text-on-neutral-50: #ffffff;
  --text-on-positive-10: #111111;
  --text-on-positive-20: #111111;
  --text-on-positive-30: #ffffff;
  --text-on-positive-40: #ffffff;
  --text-on-positive-50: #ffffff;
  --text-on-warning-10: #111111;
  --text-on-warning-20: #111111;
  --text-on-warning-30: #111111;
  --text-on-warning-40: #ffffff;
  --text-on-warning-50: #ffffff;
  --text-on-warning: #111111;
  --text-positive: #007b22;
  --text-warning: #856405;
}
@property --border-color-10 { syntax:"<color>";inherits:true;initial-value:#e3e3e3 }
@property --border-color-20 { syntax:"<color>";inherits:true;initial-value:#d9d9d9 }
@property --border-color-30 { syntax:"<color>";inherits:true;initial-value:#ccc }
@property --border-color-code { syntax:"<color>";inherits:true;initial-value:#b3bec6 }
@property --color-chart-category-10 { syntax:"<color>";inherits:true;initial-value:#39a4ac }
@property --color-chart-category-20 { syntax:"<color>";inherits:true;initial-value:#f1b21d }
@property --color-chart-category-30 { syntax:"<color>";inherits:true;initial-value:#f45e1d }
@property --color-chart-category-40 { syntax:"<color>";inherits:true;initial-value:#b456e3 }
@property --color-chart-category-50 { syntax:"<color>";inherits:true;initial-value:#62a13a }
@property --color-chart-category-60 { syntax:"<color>";inherits:true;initial-value:#4579e8 }
@property --color-chart-category-70 { syntax:"<color>";inherits:true;initial-value:#fd2772 }
@property --color-chart-category-80 { syntax:"<color>";inherits:true;initial-value:#aec834 }
@property --color-chart-category-90 { syntax:"<color>";inherits:true;initial-value:#43cd6c }
@property --color-chart-category-100 { syntax:"<color>";inherits:true;initial-value:#7c49d5 }
@property --color-chart-category-110 { syntax:"<color>";inherits:true;initial-value:#bc8d45 }
@property --color-chart-category-120 { syntax:"<color>";inherits:true;initial-value:#868686 }
@property --color-chart-category-130 { syntax:"<color>";inherits:true;initial-value:#f9a0a5 }
@property --color-chart-category-140 { syntax:"<color>";inherits:true;initial-value:#41c6eb }
@property --color-chart-category-150 { syntax:"<color>";inherits:true;initial-value:#eacf06 }
@property --color-chart-sequential-10 { syntax:"<color>";inherits:true;initial-value:#04335a }
@property --color-chart-sequential-20 { syntax:"<color>";inherits:true;initial-value:#064d86 }
@property --color-chart-sequential-30 { syntax:"<color>";inherits:true;initial-value:#0866b3 }
@property --color-chart-sequential-40 { syntax:"<color>";inherits:true;initial-value:#0a80e0 }
@property --color-chart-sequential-60 { syntax:"<color>";inherits:true;initial-value:#54a6e9 }
@property --color-chart-sequential-70 { syntax:"<color>";inherits:true;initial-value:#85c0f0 }
@property --color-chart-sequential-80 { syntax:"<color>";inherits:true;initial-value:#b6d9f6 }
@property --color-chart-sequential-90 { syntax:"<color>";inherits:true;initial-value:#e7f2fc }
@property --color-codeblock-10 { syntax:"<color>";inherits:true;initial-value:#494d53 }
@property --color-codeblock-20 { syntax:"<color>";inherits:true;initial-value:#6b6f74 }
@property --color-codeblock-30 { syntax:"<color>";inherits:true;initial-value:#964dbf }
@property --color-codeblock-40 { syntax:"<color>";inherits:true;initial-value:#ae2c35 }
@property --color-codeblock-50 { syntax:"<color>";inherits:true;initial-value:#317b90 }
@property --color-codeblock-60 { syntax:"<color>";inherits:true;initial-value:#62784e }
@property --color-codeblock-70 { syntax:"<color>";inherits:true;initial-value:#ae5e10 }
@property --color-codeblock-80 { syntax:"<color>";inherits:true;initial-value:#0a60a5 }
@property --color-codeblock-90 { syntax:"<color>";inherits:true;initial-value:#8d6d03 }
@property --color-disabled-10 { syntax:"<color>";inherits:true;initial-value:#f1f1f1 }
@property --color-disabled-20 { syntax:"<color>";inherits:true;initial-value:#e3e3e3 }
@property --color-formatting-background-green-subtle { syntax:"<color>";inherits:true;initial-value:#c8e4d0 }
@property --color-formatting-background-green-heavy { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --color-formatting-background-red-subtle { syntax:"<color>";inherits:true;initial-value:#fed8d8 }
@property --color-formatting-background-red-heavy { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --color-formatting-background-blue-subtle { syntax:"<color>";inherits:true;initial-value:#d5e0fc }
@property --color-formatting-background-blue-heavy { syntax:"<color>";inherits:true;initial-value:#8ba6f6 }
@property --color-formatting-background-yellow-subtle { syntax:"<color>";inherits:true;initial-value:#faf29d }
@property --color-formatting-background-yellow-heavy { syntax:"<color>";inherits:true;initial-value:#f7db32 }
@property --color-formatting-background-orange-subtle { syntax:"<color>";inherits:true;initial-value:#fdd9b7 }
@property --color-formatting-background-orange-heavy { syntax:"<color>";inherits:true;initial-value:#f9a036 }
@property --color-formatting-background-pink-subtle { syntax:"<color>";inherits:true;initial-value:#fcd3e4 }
@property --color-formatting-background-pink-heavy { syntax:"<color>";inherits:true;initial-value:#fa90c1 }
@property --color-formatting-background-purple-subtle { syntax:"<color>";inherits:true;initial-value:#ecd6ff }
@property --color-formatting-background-purple-heavy { syntax:"<color>";inherits:true;initial-value:#d29dfa }
@property --color-formatting-background-gray-subtle { syntax:"<color>";inherits:true;initial-value:#e3e3e3 }
@property --color-formatting-background-gray-heavy { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --color-formatting-graphic-1 { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --color-formatting-graphic-2 { syntax:"<color>";inherits:true;initial-value:#d60000 }
@property --color-formatting-graphic-3 { syntax:"<color>";inherits:true;initial-value:#db2364 }
@property --color-formatting-graphic-4 { syntax:"<color>";inherits:true;initial-value:#d17304 }
@property --color-formatting-graphic-5 { syntax:"<color>";inherits:true;initial-value:#b0823c }
@property --color-formatting-graphic-6 { syntax:"<color>";inherits:true;initial-value:#a18a00 }
@property --color-formatting-graphic-7 { syntax:"<color>";inherits:true;initial-value:#3098a0 }
@property --color-formatting-graphic-8 { syntax:"<color>";inherits:true;initial-value:#1a96b9 }
@property --color-formatting-graphic-10 { syntax:"<color>";inherits:true;initial-value:#7c49d5 }
@property --color-formatting-text-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --color-formatting-text-inverted { syntax:"<color>";inherits:true;initial-value:#fff }
@property --color-formatting-text-green { syntax:"<color>";inherits:true;initial-value:#007b22 }
@property --color-formatting-text-red { syntax:"<color>";inherits:true;initial-value:#d60000 }
@property --color-formatting-text-blue { syntax:"<color>";inherits:true;initial-value:#3358cc }
@property --color-formatting-text-yellow { syntax:"<color>";inherits:true;initial-value:#856405 }
@property --color-formatting-text-orange { syntax:"<color>";inherits:true;initial-value:#ad5600 }
@property --color-formatting-text-pink { syntax:"<color>";inherits:true;initial-value:#d21d66 }
@property --color-formatting-text-purple { syntax:"<color>";inherits:true;initial-value:#9348d4 }
@property --color-grid-header { syntax:"<color>";inherits:true;initial-value:#f1f1f1 }
@property --color-grid-row-odd { syntax:"<color>";inherits:true;initial-value:#f0f2f4 }
@property --color-grid-row-selected { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --color-grid-row-hover-base-color { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --color-info-10 { syntax:"<color>";inherits:true;initial-value:#ecf1ff }
@property --color-info-20 { syntax:"<color>";inherits:true;initial-value:#d5e0fc }
@property --color-info-30 { syntax:"<color>";inherits:true;initial-value:#3358cc }
@property --color-info-40 { syntax:"<color>";inherits:true;initial-value:#254cac }
@property --color-info-50 { syntax:"<color>";inherits:true;initial-value:#12387a }
@property --color-input-background-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --color-input-background-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --color-input-background-disabled { syntax:"<color>";inherits:true;initial-value:#f1f1f1 }
@property --color-input-background-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --color-input-border-active { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --color-input-border-default { syntax:"<color>";inherits:true;initial-value:#6a6a6a }
@property --color-input-border-hover { syntax:"<color>";inherits:true;initial-value:#338084 }
@property --color-input-ripple-active { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --color-input-ripple-hover { syntax:"<color>";inherits:true;initial-value:#beeaeb }
@property --color-interactive-10 { syntax:"<color>";inherits:true;initial-value:#e6f4f5 }
@property --color-interactive-20 { syntax:"<color>";inherits:true;initial-value:#beeaeb }
@property --color-interactive-30 { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --color-interactive-40 { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --color-interactive-50 { syntax:"<color>";inherits:true;initial-value:#142b2c }
@property --color-link-10 { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --color-link-20 { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --color-link-30 { syntax:"<color>";inherits:true;initial-value:#142b2c }
@property --color-negative-10 { syntax:"<color>";inherits:true;initial-value:#feecec }
@property --color-negative-20 { syntax:"<color>";inherits:true;initial-value:#fed8d8 }
@property --color-negative-30 { syntax:"<color>";inherits:true;initial-value:#d60000 }
@property --color-negative-40 { syntax:"<color>";inherits:true;initial-value:#a90000 }
@property --color-negative-50 { syntax:"<color>";inherits:true;initial-value:#7d0000 }
@property --color-neutral-10 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --color-neutral-20 { syntax:"<color>";inherits:true;initial-value:#e3e3e3 }
@property --color-neutral-30 { syntax:"<color>";inherits:true;initial-value:#6a6a6a }
@property --color-neutral-40 { syntax:"<color>";inherits:true;initial-value:#525252 }
@property --color-neutral-50 { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --color-positive-10 { syntax:"<color>";inherits:true;initial-value:#e5f4ea }
@property --color-positive-20 { syntax:"<color>";inherits:true;initial-value:#c8e4d0 }
@property --color-positive-30 { syntax:"<color>";inherits:true;initial-value:#007b22 }
@property --color-positive-40 { syntax:"<color>";inherits:true;initial-value:#00601a }
@property --color-positive-50 { syntax:"<color>";inherits:true;initial-value:#004514 }
@property --color-scheme { syntax:"<string>";inherits:true;initial-value:light }
@property --color-warning-10 { syntax:"<color>";inherits:true;initial-value:#fdfadd }
@property --color-warning-20 { syntax:"<color>";inherits:true;initial-value:#faf29d }
@property --color-warning-30 { syntax:"<color>";inherits:true;initial-value:#dabb07 }
@property --color-warning-40 { syntax:"<color>";inherits:true;initial-value:#c9a508 }
@property --color-warning-50 { syntax:"<color>";inherits:true;initial-value:#b68a07 }
@property --surface-background { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --surface-code { syntax:"<color>";inherits:true;initial-value:#b3bec6 }
@property --surface-level-1 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --surface-level-2 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --surface-level-3 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --surface-raised { syntax:"<color>";inherits:true;initial-value:#f0f2f4 }
@property --text-brand { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --text-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-disabled { syntax:"<color>";inherits:true;initial-value:#6a6a6a }
@property --text-info { syntax:"<color>";inherits:true;initial-value:#3358cc }
@property --text-inverted { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-muted { syntax:"<color>";inherits:true;initial-value:#525252 }
@property --text-negative { syntax:"<color>";inherits:true;initial-value:#d60000 }
@property --text-on-formatting-background-blue-heavy { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-formatting-background-gray-heavy { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-formatting-background-green-heavy { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-formatting-background-orange-heavy { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-formatting-background-pink-heavy { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-formatting-background-purple-heavy { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-formatting-background-red-heavy { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-formatting-background-yellow-heavy { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-info-10 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-info-20 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-info-30 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-info-40 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-info-50 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-input-10 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-input-20 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-input-30 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-input-40 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-input-50 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-input-60 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-input-background-active { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-input-background-default { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-input-background-disabled { syntax:"<color>";inherits:true;initial-value:#6a6a6a }
@property --text-on-input-background-hover { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-interactive-10 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-interactive-20 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-interactive-30 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-interactive-40 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-interactive-50 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-negative-10 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-negative-20 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-negative-30 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-negative-40 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-negative-50 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-neutral-10 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-neutral-20 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-neutral-30 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-neutral-40 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-neutral-50 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-positive-10 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-positive-20 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-positive-30 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-positive-40 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-positive-50 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-warning-10 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-warning-40 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-on-warning-50 { syntax:"<color>";inherits:true;initial-value:#fff }
@property --text-positive { syntax:"<color>";inherits:true;initial-value:#007b22 }
@property --text-warning { syntax:"<color>";inherits:true;initial-value:#856405 }
.simcorponedark.comfort {
  color-scheme: dark;
  --border-color-10: #3b3b3b;
  --border-color-20: #4a4a4a;
  --border-color-30: #595959;
  --border-color-code: #4c5a66;
  --color-brand-10: #e6f4f5;
  --color-brand-20: #beeaeb;
  --color-brand-30: #95dbdd;
  --color-brand-40: #6ac9cd;
  --color-brand-50: #48b8bc;
  --color-brand-60: #329da2;
  --color-brand-70: #338084;
  --color-brand-80: #2a6466;
  --color-brand-90: #1e4647;
  --color-brand-100: #142b2c;
  --color-chart-category-10: #a6cee3;
  --color-chart-category-20: #1f78b4;
  --color-chart-category-30: #b2df8a;
  --color-chart-category-40: #33a02c;
  --color-chart-category-50: #fb9a99;
  --color-chart-category-60: #e31a1c;
  --color-chart-category-70: #fdbf6f;
  --color-chart-category-80: #ff7f00;
  --color-chart-category-90: #cab2d6;
  --color-chart-category-100: #6a3d9a;
  --color-chart-category-110: #ffff99;
  --color-chart-category-120: #b15928;
  --color-chart-category-130: #e5e5e5;
  --color-chart-category-140: #858585;
  --color-chart-category-150: #96e2de;
  --color-chart-diverging-10: #41a05b;
  --color-chart-diverging-20: #68b87b;
  --color-chart-diverging-30: #a1dbab;
  --color-chart-diverging-40: #c8f3cb;
  --color-chart-diverging-50: #f1f1f1;
  --color-chart-diverging-60: #fdc7c9;
  --color-chart-diverging-70: #f9a0a5;
  --color-chart-diverging-80: #f3656e;
  --color-chart-diverging-90: #ef3e4a;
  --color-chart-semantic-info: #0a80e0;
  --color-chart-semantic-negative: #ef3e4a;
  --color-chart-semantic-positive: #41a05b;
  --color-chart-semantic-warning: #f0cf61;
  --color-chart-sequential-10: #e7f2fc;
  --color-chart-sequential-20: #b6d9f6;
  --color-chart-sequential-30: #85c0f0;
  --color-chart-sequential-40: #54a6e9;
  --color-chart-sequential-50: #3b99e6;
  --color-chart-sequential-60: #0a80e0;
  --color-chart-sequential-70: #0866b3;
  --color-chart-sequential-80: #064d86;
  --color-chart-sequential-90: #04335a;
  --color-codeblock-10: #e9ebf3;
  --color-codeblock-20: #868686;
  --color-codeblock-30: #cab2d6;
  --color-codeblock-40: #f9a0a5;
  --color-codeblock-50: #1a96b9;
  --color-codeblock-60: #b2df8a;
  --color-codeblock-70: #fdbf6f;
  --color-codeblock-80: #b6d9f6;
  --color-codeblock-90: #f0cf61;
  --color-disabled-10: #3b3b3b;
  --color-disabled-20: #4a4a4a;
  --color-focus-10: #148a96;
  --color-formatting-background-green-subtle: #002d0d;
  --color-formatting-background-green-heavy: #00601a;
  --color-formatting-background-red-subtle: #550000;
  --color-formatting-background-red-heavy: #a90000;
  --color-formatting-background-blue-subtle: #03264d;
  --color-formatting-background-blue-heavy: #254cac;
  --color-formatting-background-yellow-subtle: #4f3a08;
  --color-formatting-background-yellow-heavy: #856405;
  --color-formatting-background-orange-subtle: #593509;
  --color-formatting-background-orange-heavy: #a06317;
  --color-formatting-background-pink-subtle: #691d45;
  --color-formatting-background-pink-heavy: #b5427d;
  --color-formatting-background-purple-subtle: #4f2c68;
  --color-formatting-background-purple-heavy: #914ebe;
  --color-formatting-background-gray-subtle: #3b3b3b;
  --color-formatting-background-gray-heavy: #595959;
  --color-formatting-graphic-1: #539966;
  --color-formatting-graphic-2: #f20f0f;
  --color-formatting-graphic-3: #fd2772;
  --color-formatting-graphic-4: #fb9b2a;
  --color-formatting-graphic-5: #ffff99;
  --color-formatting-graphic-6: #f7db32;
  --color-formatting-graphic-7: #a6cee3;
  --color-formatting-graphic-8: #317b90;
  --color-formatting-graphic-9: #868686;
  --color-formatting-graphic-10: #8f5ce7;
  --color-formatting-text-default: #fafafa;
  --color-formatting-text-inverted: #111111;
  --color-formatting-text-green: #45aa61;
  --color-formatting-text-red: #fb6a6a;
  --color-formatting-text-blue: #7a95eb;
  --color-formatting-text-yellow: #eccb09;
  --color-formatting-text-orange: #ff9027;
  --color-formatting-text-pink: #ff5b9d;
  --color-formatting-text-purple: #ba7bf2;
  --color-formatting-text-transparent: rgba(0, 0, 0, 0);
  --color-grid-header: #161a1d;
  --color-grid-row-odd: #293138;
  --color-grid-row-selected: #1e4647;
  --color-grid-row-hover-base-color: #1e4647;
  --color-info-10: #03264d;
  --color-info-20: #12387a;
  --color-info-30: #7a95eb;
  --color-info-40: #8ba6f6;
  --color-info-50: #aebfff;
  --color-input-background-active: #262626;
  --color-input-background-default: #262626;
  --color-input-background-disabled: #3b3b3b;
  --color-input-background-hover: #262626;
  --color-input-border-active: #6ac9cd;
  --color-input-border-default: #919191;
  --color-input-border-disabled: #ababab;
  --color-input-border-hover: #48b8bc;
  --color-input-ripple-active: #338084;
  --color-input-ripple-default: rgba(0, 0, 0, 0);
  --color-input-ripple-disabled: rgba(0, 0, 0, 0);
  --color-input-ripple-hover: #2a6466;
  --color-interactive-10: #1e4647;
  --color-interactive-20: #2a6466;
  --color-interactive-30: #48b8bc;
  --color-interactive-40: #6ac9cd;
  --color-interactive-50: #95dbdd;
  --color-link-10: #48b8bc;
  --color-link-20: #6ac9cd;
  --color-link-30: #95dbdd;
  --color-negative-10: #550000;
  --color-negative-20: #7d0000;
  --color-negative-30: #fb6a6a;
  --color-negative-40: #fe8888;
  --color-negative-50: #feb3b3;
  --color-neutral-10: #262626;
  --color-neutral-20: #3b3b3b;
  --color-neutral-30: #919191;
  --color-neutral-40: #ababab;
  --color-neutral-50: #d9d9d9;
  --color-positive-10: #002d0d;
  --color-positive-20: #004514;
  --color-positive-30: #45aa61;
  --color-positive-40: #6db681;
  --color-positive-50: #95caa3;
  --color-scheme: dark;
  --color-warning-10: #856405;
  --color-warning-20: #b68a07;
  --color-warning-30: #eccb09;
  --color-warning-40: #f7db32;
  --color-warning-50: #f6e960;
  --components-badge-spacing: 4px;
  --components-grid-spacing: 4px;
  --components-min-height: 32px;
  --components-min-width: 32px;
  --gap-l: 12px;
  --gap-m: 6px;
  --gap-s: 2px;
  --gap-xl: 16px;
  --gap-xs: 1px;
  --icon-size-1: .8125rem;
  --icon-size-2: .9375rem;
  --icon-size-3: 1.125rem;
  --icon-size-4: 1.25rem;
  --icon-size-5: 1.5rem;
  --icon-size-6: 2rem;
  --icon-target-min-size: 32px;
  --margin-l: 12px;
  --margin-m: 8px;
  --margin-s: 6px;
  --margin-xl: 16px;
  --margin-xs: 4px;
  --padding-l: 12px;
  --padding-m: 8px;
  --padding-s: 6px;
  --padding-xl: 16px;
  --padding-xs: 4px;
  --typography-block-title-font-family: "Roboto Flex";
  --typography-block-title-font-grade: unset;
  --typography-block-title-font-size: .875rem;
  --typography-block-title-font-style: unset;
  --typography-block-title-font-variation-settings: unset;
  --typography-block-title-font-weight: 600;
  --typography-block-title-letter-spacing: normal;
  --typography-block-title-line-height: 1.2;
  --typography-block-title-text-decoration: unset;
  --typography-body-font-family: "Roboto Flex";
  --typography-body-font-grade: unset;
  --typography-body-font-size: .8125rem;
  --typography-body-font-style: unset;
  --typography-body-font-variation-settings: unset;
  --typography-body-font-weight: 400;
  --typography-body-letter-spacing: normal;
  --typography-body-line-height: 1.2;
  --typography-body-text-decoration: unset;
  --typography-chart-axis-label-font-family: "Roboto Flex";
  --typography-chart-axis-label-font-grade: unset;
  --typography-chart-axis-label-font-size: .75rem;
  --typography-chart-axis-label-font-style: unset;
  --typography-chart-axis-label-font-variation-settings: unset;
  --typography-chart-axis-label-font-weight: 600;
  --typography-chart-axis-label-letter-spacing: .025em;
  --typography-chart-axis-label-line-height: 1.2;
  --typography-chart-axis-label-text-decoration: unset;
  --typography-chart-chart-text-font-family: "Roboto Flex";
  --typography-chart-chart-text-font-grade: unset;
  --typography-chart-chart-text-font-size: .75rem;
  --typography-chart-chart-text-font-style: unset;
  --typography-chart-chart-text-font-variation-settings: unset;
  --typography-chart-chart-text-font-weight: 600;
  --typography-chart-chart-text-letter-spacing: normal;
  --typography-chart-chart-text-line-height: 1.2;
  --typography-chart-chart-text-text-decoration: unset;
  --typography-chart-series-data-point-label-font-family: "Roboto Flex";
  --typography-chart-series-data-point-label-font-grade: unset;
  --typography-chart-series-data-point-label-font-size: .75rem;
  --typography-chart-series-data-point-label-font-style: unset;
  --typography-chart-series-data-point-label-font-variation-settings: unset;
  --typography-chart-series-data-point-label-font-weight: 700;
  --typography-chart-series-data-point-label-letter-spacing: normal;
  --typography-chart-series-data-point-label-line-height: 1.2;
  --typography-chart-series-data-point-label-text-decoration: unset;
  --typography-code-font-family: "Roboto Mono";
  --typography-code-font-grade: unset;
  --typography-code-font-size: .8125rem;
  --typography-code-font-style: unset;
  --typography-code-font-variation-settings: unset;
  --typography-code-font-weight: 400;
  --typography-code-letter-spacing: normal;
  --typography-code-line-height: 1.5;
  --typography-code-text-decoration: unset;
  --typography-data-label-title-font-family: "Roboto Flex";
  --typography-data-label-title-font-grade: unset;
  --typography-data-label-title-font-size: .875rem;
  --typography-data-label-title-font-style: unset;
  --typography-data-label-title-font-variation-settings: unset;
  --typography-data-label-title-font-weight: 400;
  --typography-data-label-title-letter-spacing: normal;
  --typography-data-label-title-line-height: 1.2;
  --typography-data-label-title-text-decoration: unset;
  --typography-datagrid-font-family: "Roboto Flex";
  --typography-datagrid-font-grade: unset;
  --typography-datagrid-font-size: .8125rem;
  --typography-datagrid-font-style: unset;
  --typography-datagrid-font-variation-settings: unset;
  --typography-datagrid-font-weight: 400;
  --typography-datagrid-letter-spacing: normal;
  --typography-datagrid-line-height: 1.2;
  --typography-datagrid-text-decoration: unset;
  --typography-input-label-font-family: "Roboto Flex";
  --typography-input-label-font-grade: unset;
  --typography-input-label-font-size: .8125rem;
  --typography-input-label-font-style: unset;
  --typography-input-label-font-variation-settings: unset;
  --typography-input-label-font-weight: 400;
  --typography-input-label-letter-spacing: normal;
  --typography-input-label-line-height: 1.2;
  --typography-input-label-text-decoration: unset;
  --typography-italic-font-family: "Roboto Flex";
  --typography-italic-font-grade: unset;
  --typography-italic-font-size: .8125rem;
  --typography-italic-font-style: italic;
  --typography-italic-font-variation-settings: unset;
  --typography-italic-font-weight: 400;
  --typography-italic-letter-spacing: normal;
  --typography-italic-line-height: 1.2;
  --typography-italic-text-decoration: unset;
  --typography-label-title-font-size: .875rem;
  --typography-link-font-family: "Roboto Flex";
  --typography-link-font-grade: "GRAD" 150;
  --typography-link-font-size: .8125rem;
  --typography-link-font-style: unset;
  --typography-link-font-variation-settings: unset;
  --typography-link-font-weight: 400;
  --typography-link-letter-spacing: normal;
  --typography-link-line-height: 1.2;
  --typography-link-text-decoration: underline;
  --typography-micro-title-font-family: "Roboto Flex";
  --typography-micro-title-font-grade: unset;
  --typography-micro-title-font-size: .8125rem;
  --typography-micro-title-font-style: unset;
  --typography-micro-title-font-variation-settings: unset;
  --typography-micro-title-font-weight: 600;
  --typography-micro-title-letter-spacing: normal;
  --typography-micro-title-line-height: 1.2;
  --typography-micro-title-text-decoration: unset;
  --typography-narrow-font-family: "Roboto Flex";
  --typography-narrow-font-grade: unset;
  --typography-narrow-font-size: .8125rem;
  --typography-narrow-font-style: unset;
  --typography-narrow-font-variation-settings: unset;
  --typography-narrow-font-weight: 400;
  --typography-narrow-letter-spacing: -.025em;
  --typography-narrow-line-height: 1.2;
  --typography-narrow-text-decoration: unset;
  --typography-page-title-font-family: "Roboto Flex";
  --typography-page-title-font-grade: unset;
  --typography-page-title-font-size: 1.125rem;
  --typography-page-title-font-style: unset;
  --typography-page-title-font-variation-settings: unset;
  --typography-page-title-font-weight: 600;
  --typography-page-title-letter-spacing: normal;
  --typography-page-title-line-height: 1.2;
  --typography-page-title-text-decoration: unset;
  --typography-paragraph-font-family: "Roboto Flex";
  --typography-paragraph-font-grade: unset;
  --typography-paragraph-font-size: .8125rem;
  --typography-paragraph-font-style: unset;
  --typography-paragraph-font-variation-settings: unset;
  --typography-paragraph-font-weight: 400;
  --typography-paragraph-letter-spacing: normal;
  --typography-paragraph-line-height: 1.5;
  --typography-paragraph-text-decoration: unset;
  --typography-section-title-font-family: "Roboto Flex";
  --typography-section-title-font-grade: unset;
  --typography-section-title-font-size: 1rem;
  --typography-section-title-font-style: unset;
  --typography-section-title-font-variation-settings: unset;
  --typography-section-title-font-weight: 600;
  --typography-section-title-letter-spacing: normal;
  --typography-section-title-line-height: 1.2;
  --typography-section-title-text-decoration: unset;
  --typography-small-font-family: "Roboto Flex";
  --typography-small-font-grade: unset;
  --typography-small-font-size: .6875rem;
  --typography-small-font-style: unset;
  --typography-small-font-variation-settings: unset;
  --typography-small-font-weight: 500;
  --typography-small-letter-spacing: normal;
  --typography-small-line-height: 1;
  --typography-small-text-decoration: unset;
  --typography-smallcaps-font-family: "Roboto Flex";
  --typography-smallcaps-font-grade: unset;
  --typography-smallcaps-font-size: .8125rem;
  --typography-smallcaps-font-style: unset;
  --typography-smallcaps-font-variation-settings: YTUC 528, YTFI 560;
  --typography-smallcaps-font-weight: 400;
  --typography-smallcaps-letter-spacing: normal;
  --typography-smallcaps-line-height: 1.2;
  --typography-smallcaps-text-decoration: unset;
  --typography-sub-section-title-font-family: "Roboto Flex";
  --typography-sub-section-title-font-grade: unset;
  --typography-sub-section-title-font-size: .9375rem;
  --typography-sub-section-title-font-style: unset;
  --typography-sub-section-title-font-variation-settings: unset;
  --typography-sub-section-title-font-weight: 500;
  --typography-sub-section-title-letter-spacing: normal;
  --typography-sub-section-title-line-height: 1.2;
  --typography-sub-section-title-text-decoration: unset;
  --typography-thick-font-family: "Roboto Flex";
  --typography-thick-font-grade: "GRAD" 150;
  --typography-thick-font-size: .8125rem;
  --typography-thick-font-style: unset;
  --typography-thick-font-variation-settings: unset;
  --typography-thick-font-weight: 400;
  --typography-thick-letter-spacing: normal;
  --typography-thick-line-height: 1.2;
  --typography-thick-text-decoration: unset;
  --elevation-large: 0px 6px 24px 0px rgba(0, 0, 0, .9);
  --elevation-medium: 0px 4px 8px 0px rgba(0, 0, 0, .9);
  --elevation-small: 0px 1px 4px 0px rgba(0, 0, 0, .9);
  --surface-background: #111111;
  --surface-code: #4c5a66;
  --surface-level-1: #20262b;
  --surface-level-2: #293138;
  --surface-level-3: #20262b;
  --surface-mask: rgba(0, 0, 0, .6);
  --surface-raised: #293138;
  --surface-tint-info: rgba(51, 88, 204, .3);
  --surface-tint-inverted: rgba(255, 255, 255, .1);
  --surface-tint-negative: rgba(214, 0, 0, .3);
  --surface-tint-neutral-10: rgba(0, 0, 0, .1);
  --surface-tint-neutral-20: rgba(0, 0, 0, .8);
  --surface-tint-positive: rgba(0, 123, 34, .3);
  --surface-tint-transparent: rgba(0, 0, 0, 0);
  --surface-tint-warning: rgba(218, 187, 7, .3);
  --text-brand: #48b8bc;
  --text-default: #fafafa;
  --text-disabled: #ababab;
  --text-info: #7a95eb;
  --text-inverted: #111111;
  --text-muted: #ababab;
  --text-negative: #fb6a6a;
  --text-on-formatting-background-blue-heavy: #fafafa;
  --text-on-formatting-background-gray-heavy: #fafafa;
  --text-on-formatting-background-green-heavy: #fafafa;
  --text-on-formatting-background-orange-heavy: #fafafa;
  --text-on-formatting-background-pink-heavy: #fafafa;
  --text-on-formatting-background-purple-heavy: #fafafa;
  --text-on-formatting-background-red-heavy: #fafafa;
  --text-on-formatting-background-yellow-heavy: #fafafa;
  --text-on-info-10: #fafafa;
  --text-on-info-20: #fafafa;
  --text-on-info-30: #111111;
  --text-on-info-40: #111111;
  --text-on-info-50: #111111;
  --text-on-input-10: #fafafa;
  --text-on-input-20: #111111;
  --text-on-input-30: #fafafa;
  --text-on-input-40: #fafafa;
  --text-on-input-50: #111111;
  --text-on-input-60: #111111;
  --text-on-input-background-active: #fafafa;
  --text-on-input-background-default: #fafafa;
  --text-on-input-background-disabled: #ababab;
  --text-on-input-background-hover: #fafafa;
  --text-on-interactive-10: #fafafa;
  --text-on-interactive-20: #fafafa;
  --text-on-interactive-30: #111111;
  --text-on-interactive-40: #111111;
  --text-on-interactive-50: #111111;
  --text-on-negative-10: #fafafa;
  --text-on-negative-20: #fafafa;
  --text-on-negative-30: #111111;
  --text-on-negative-40: #111111;
  --text-on-negative-50: #111111;
  --text-on-neutral-10: #fafafa;
  --text-on-neutral-20: #fafafa;
  --text-on-neutral-30: #111111;
  --text-on-neutral-40: #111111;
  --text-on-neutral-50: #111111;
  --text-on-positive-10: #fafafa;
  --text-on-positive-20: #fafafa;
  --text-on-positive-30: #111111;
  --text-on-positive-40: #111111;
  --text-on-positive-50: #111111;
  --text-on-warning-10: #fafafa;
  --text-on-warning-20: #111111;
  --text-on-warning-30: #111111;
  --text-on-warning-40: #111111;
  --text-on-warning-50: #111111;
  --text-positive: #45aa61;
  --text-warning: #eccb09;
}
.simcorponedark.compact {
  color-scheme: dark;
  --border-color-10: #3b3b3b;
  --border-color-20: #4a4a4a;
  --border-color-30: #595959;
  --border-color-code: #4c5a66;
  --color-brand-10: #e6f4f5;
  --color-brand-20: #beeaeb;
  --color-brand-30: #95dbdd;
  --color-brand-40: #6ac9cd;
  --color-brand-50: #48b8bc;
  --color-brand-60: #329da2;
  --color-brand-70: #338084;
  --color-brand-80: #2a6466;
  --color-brand-90: #1e4647;
  --color-brand-100: #142b2c;
  --color-chart-category-10: #a6cee3;
  --color-chart-category-20: #1f78b4;
  --color-chart-category-30: #b2df8a;
  --color-chart-category-40: #33a02c;
  --color-chart-category-50: #fb9a99;
  --color-chart-category-60: #e31a1c;
  --color-chart-category-70: #fdbf6f;
  --color-chart-category-80: #ff7f00;
  --color-chart-category-90: #cab2d6;
  --color-chart-category-100: #6a3d9a;
  --color-chart-category-110: #ffff99;
  --color-chart-category-120: #b15928;
  --color-chart-category-130: #e5e5e5;
  --color-chart-category-140: #858585;
  --color-chart-category-150: #96e2de;
  --color-chart-diverging-10: #41a05b;
  --color-chart-diverging-20: #68b87b;
  --color-chart-diverging-30: #a1dbab;
  --color-chart-diverging-40: #c8f3cb;
  --color-chart-diverging-50: #f1f1f1;
  --color-chart-diverging-60: #fdc7c9;
  --color-chart-diverging-70: #f9a0a5;
  --color-chart-diverging-80: #f3656e;
  --color-chart-diverging-90: #ef3e4a;
  --color-chart-semantic-info: #0a80e0;
  --color-chart-semantic-negative: #ef3e4a;
  --color-chart-semantic-positive: #41a05b;
  --color-chart-semantic-warning: #f0cf61;
  --color-chart-sequential-10: #e7f2fc;
  --color-chart-sequential-20: #b6d9f6;
  --color-chart-sequential-30: #85c0f0;
  --color-chart-sequential-40: #54a6e9;
  --color-chart-sequential-50: #3b99e6;
  --color-chart-sequential-60: #0a80e0;
  --color-chart-sequential-70: #0866b3;
  --color-chart-sequential-80: #064d86;
  --color-chart-sequential-90: #04335a;
  --color-codeblock-10: #e9ebf3;
  --color-codeblock-20: #868686;
  --color-codeblock-30: #cab2d6;
  --color-codeblock-40: #f9a0a5;
  --color-codeblock-50: #1a96b9;
  --color-codeblock-60: #b2df8a;
  --color-codeblock-70: #fdbf6f;
  --color-codeblock-80: #b6d9f6;
  --color-codeblock-90: #f0cf61;
  --color-disabled-10: #3b3b3b;
  --color-disabled-20: #4a4a4a;
  --color-focus-10: #148a96;
  --color-formatting-background-green-subtle: #002d0d;
  --color-formatting-background-green-heavy: #00601a;
  --color-formatting-background-red-subtle: #550000;
  --color-formatting-background-red-heavy: #a90000;
  --color-formatting-background-blue-subtle: #03264d;
  --color-formatting-background-blue-heavy: #254cac;
  --color-formatting-background-yellow-subtle: #4f3a08;
  --color-formatting-background-yellow-heavy: #856405;
  --color-formatting-background-orange-subtle: #593509;
  --color-formatting-background-orange-heavy: #a06317;
  --color-formatting-background-pink-subtle: #691d45;
  --color-formatting-background-pink-heavy: #b5427d;
  --color-formatting-background-purple-subtle: #4f2c68;
  --color-formatting-background-purple-heavy: #914ebe;
  --color-formatting-background-gray-subtle: #3b3b3b;
  --color-formatting-background-gray-heavy: #595959;
  --color-formatting-graphic-1: #539966;
  --color-formatting-graphic-2: #f20f0f;
  --color-formatting-graphic-3: #fd2772;
  --color-formatting-graphic-4: #fb9b2a;
  --color-formatting-graphic-5: #ffff99;
  --color-formatting-graphic-6: #f7db32;
  --color-formatting-graphic-7: #a6cee3;
  --color-formatting-graphic-8: #317b90;
  --color-formatting-graphic-9: #868686;
  --color-formatting-graphic-10: #8f5ce7;
  --color-formatting-text-default: #fafafa;
  --color-formatting-text-inverted: #111111;
  --color-formatting-text-green: #45aa61;
  --color-formatting-text-red: #fb6a6a;
  --color-formatting-text-blue: #7a95eb;
  --color-formatting-text-yellow: #eccb09;
  --color-formatting-text-orange: #ff9027;
  --color-formatting-text-pink: #ff5b9d;
  --color-formatting-text-purple: #ba7bf2;
  --color-formatting-text-transparent: rgba(0, 0, 0, 0);
  --color-grid-header: #161a1d;
  --color-grid-row-odd: #293138;
  --color-grid-row-selected: #1e4647;
  --color-grid-row-hover-base-color: #1e4647;
  --color-info-10: #03264d;
  --color-info-20: #12387a;
  --color-info-30: #7a95eb;
  --color-info-40: #8ba6f6;
  --color-info-50: #aebfff;
  --color-input-background-active: #262626;
  --color-input-background-default: #262626;
  --color-input-background-disabled: #3b3b3b;
  --color-input-background-hover: #262626;
  --color-input-border-active: #6ac9cd;
  --color-input-border-default: #919191;
  --color-input-border-disabled: #ababab;
  --color-input-border-hover: #48b8bc;
  --color-input-ripple-active: #338084;
  --color-input-ripple-default: rgba(0, 0, 0, 0);
  --color-input-ripple-disabled: rgba(0, 0, 0, 0);
  --color-input-ripple-hover: #2a6466;
  --color-interactive-10: #1e4647;
  --color-interactive-20: #2a6466;
  --color-interactive-30: #48b8bc;
  --color-interactive-40: #6ac9cd;
  --color-interactive-50: #95dbdd;
  --color-link-10: #48b8bc;
  --color-link-20: #6ac9cd;
  --color-link-30: #95dbdd;
  --color-negative-10: #550000;
  --color-negative-20: #7d0000;
  --color-negative-30: #fb6a6a;
  --color-negative-40: #fe8888;
  --color-negative-50: #feb3b3;
  --color-neutral-10: #262626;
  --color-neutral-20: #3b3b3b;
  --color-neutral-30: #919191;
  --color-neutral-40: #ababab;
  --color-neutral-50: #d9d9d9;
  --color-positive-10: #002d0d;
  --color-positive-20: #004514;
  --color-positive-30: #45aa61;
  --color-positive-40: #6db681;
  --color-positive-50: #95caa3;
  --color-scheme: dark;
  --color-warning-10: #856405;
  --color-warning-20: #b68a07;
  --color-warning-30: #eccb09;
  --color-warning-40: #f7db32;
  --color-warning-50: #f6e960;
  --components-badge-spacing: 4px;
  --components-grid-spacing: 2px;
  --components-min-height: 20px;
  --components-min-width: 20px;
  --gap-l: 4px;
  --gap-m: 2px;
  --gap-s: 2px;
  --gap-xl: 8px;
  --gap-xs: 1px;
  --icon-size-1: .6875rem;
  --icon-size-2: .8125rem;
  --icon-size-3: .9375rem;
  --icon-size-4: 1rem;
  --icon-size-5: 1.25rem;
  --icon-size-6: 1.5rem;
  --icon-target-min-size: 20px;
  --margin-l: 4px;
  --margin-m: 2px;
  --margin-s: 2px;
  --margin-xl: 8px;
  --margin-xs: 1px;
  --padding-l: 4px;
  --padding-m: 2px;
  --padding-s: 2px;
  --padding-xl: 8px;
  --padding-xs: 1px;
  --typography-block-title-font-family: "Roboto Flex";
  --typography-block-title-font-grade: unset;
  --typography-block-title-font-size: .75rem;
  --typography-block-title-font-style: unset;
  --typography-block-title-font-variation-settings: unset;
  --typography-block-title-font-weight: 600;
  --typography-block-title-letter-spacing: normal;
  --typography-block-title-line-height: 1.2;
  --typography-block-title-text-decoration: unset;
  --typography-body-font-family: "Roboto Flex";
  --typography-body-font-grade: unset;
  --typography-body-font-size: .6875rem;
  --typography-body-font-style: unset;
  --typography-body-font-variation-settings: unset;
  --typography-body-font-weight: 400;
  --typography-body-letter-spacing: normal;
  --typography-body-line-height: 1.2;
  --typography-body-text-decoration: unset;
  --typography-chart-axis-label-font-family: "Roboto Flex";
  --typography-chart-axis-label-font-grade: unset;
  --typography-chart-axis-label-font-size: .625rem;
  --typography-chart-axis-label-font-style: unset;
  --typography-chart-axis-label-font-variation-settings: unset;
  --typography-chart-axis-label-font-weight: 600;
  --typography-chart-axis-label-letter-spacing: .025em;
  --typography-chart-axis-label-line-height: 1.2;
  --typography-chart-axis-label-text-decoration: unset;
  --typography-chart-chart-text-font-family: "Roboto Flex";
  --typography-chart-chart-text-font-grade: unset;
  --typography-chart-chart-text-font-size: .625rem;
  --typography-chart-chart-text-font-style: unset;
  --typography-chart-chart-text-font-variation-settings: unset;
  --typography-chart-chart-text-font-weight: 600;
  --typography-chart-chart-text-letter-spacing: normal;
  --typography-chart-chart-text-line-height: 1.2;
  --typography-chart-chart-text-text-decoration: unset;
  --typography-chart-series-data-point-label-font-family: "Roboto Flex";
  --typography-chart-series-data-point-label-font-grade: unset;
  --typography-chart-series-data-point-label-font-size: .625rem;
  --typography-chart-series-data-point-label-font-style: unset;
  --typography-chart-series-data-point-label-font-variation-settings: unset;
  --typography-chart-series-data-point-label-font-weight: 700;
  --typography-chart-series-data-point-label-letter-spacing: normal;
  --typography-chart-series-data-point-label-line-height: 1.2;
  --typography-chart-series-data-point-label-text-decoration: unset;
  --typography-code-font-family: "Roboto Mono";
  --typography-code-font-grade: unset;
  --typography-code-font-size: .6875rem;
  --typography-code-font-style: unset;
  --typography-code-font-variation-settings: unset;
  --typography-code-font-weight: 400;
  --typography-code-letter-spacing: normal;
  --typography-code-line-height: 1.5;
  --typography-code-text-decoration: unset;
  --typography-data-label-title-font-family: "Roboto Flex";
  --typography-data-label-title-font-grade: unset;
  --typography-data-label-title-font-size: .75rem;
  --typography-data-label-title-font-style: unset;
  --typography-data-label-title-font-variation-settings: unset;
  --typography-data-label-title-font-weight: 400;
  --typography-data-label-title-letter-spacing: normal;
  --typography-data-label-title-line-height: 1.2;
  --typography-data-label-title-text-decoration: unset;
  --typography-datagrid-font-family: "Roboto Flex";
  --typography-datagrid-font-grade: unset;
  --typography-datagrid-font-size: .6875rem;
  --typography-datagrid-font-style: unset;
  --typography-datagrid-font-variation-settings: unset;
  --typography-datagrid-font-weight: 400;
  --typography-datagrid-letter-spacing: normal;
  --typography-datagrid-line-height: 1.2;
  --typography-datagrid-text-decoration: unset;
  --typography-input-label-font-family: "Roboto Flex";
  --typography-input-label-font-grade: unset;
  --typography-input-label-font-size: .6875rem;
  --typography-input-label-font-style: unset;
  --typography-input-label-font-variation-settings: unset;
  --typography-input-label-font-weight: 400;
  --typography-input-label-letter-spacing: normal;
  --typography-input-label-line-height: 1.2;
  --typography-input-label-text-decoration: unset;
  --typography-italic-font-family: "Roboto Flex";
  --typography-italic-font-grade: unset;
  --typography-italic-font-size: .6875rem;
  --typography-italic-font-style: italic;
  --typography-italic-font-variation-settings: unset;
  --typography-italic-font-weight: 400;
  --typography-italic-letter-spacing: normal;
  --typography-italic-line-height: 1.2;
  --typography-italic-text-decoration: unset;
  --typography-link-font-family: "Roboto Flex";
  --typography-link-font-grade: "GRAD" 150;
  --typography-link-font-size: .6875rem;
  --typography-link-font-style: unset;
  --typography-link-font-variation-settings: unset;
  --typography-link-font-weight: 400;
  --typography-link-letter-spacing: normal;
  --typography-link-line-height: 1.2;
  --typography-link-text-decoration: underline;
  --typography-micro-title-font-family: "Roboto Flex";
  --typography-micro-title-font-grade: unset;
  --typography-micro-title-font-size: .6875rem;
  --typography-micro-title-font-style: unset;
  --typography-micro-title-font-variation-settings: unset;
  --typography-micro-title-font-weight: 600;
  --typography-micro-title-letter-spacing: normal;
  --typography-micro-title-line-height: 1.2;
  --typography-micro-title-text-decoration: unset;
  --typography-narrow-font-family: "Roboto Flex";
  --typography-narrow-font-grade: unset;
  --typography-narrow-font-size: .6875rem;
  --typography-narrow-font-style: unset;
  --typography-narrow-font-variation-settings: unset;
  --typography-narrow-font-weight: 400;
  --typography-narrow-letter-spacing: -.025em;
  --typography-narrow-line-height: 1.2;
  --typography-narrow-text-decoration: unset;
  --typography-page-title-font-family: "Roboto Flex";
  --typography-page-title-font-grade: unset;
  --typography-page-title-font-size: .9375rem;
  --typography-page-title-font-style: unset;
  --typography-page-title-font-variation-settings: unset;
  --typography-page-title-font-weight: 600;
  --typography-page-title-letter-spacing: normal;
  --typography-page-title-line-height: 1.2;
  --typography-page-title-text-decoration: unset;
  --typography-paragraph-font-family: "Roboto Flex";
  --typography-paragraph-font-grade: unset;
  --typography-paragraph-font-size: .6875rem;
  --typography-paragraph-font-style: unset;
  --typography-paragraph-font-variation-settings: unset;
  --typography-paragraph-font-weight: 400;
  --typography-paragraph-letter-spacing: normal;
  --typography-paragraph-line-height: 1.5;
  --typography-paragraph-text-decoration: unset;
  --typography-section-title-font-family: "Roboto Flex";
  --typography-section-title-font-grade: unset;
  --typography-section-title-font-size: .875rem;
  --typography-section-title-font-style: unset;
  --typography-section-title-font-variation-settings: unset;
  --typography-section-title-font-weight: 600;
  --typography-section-title-letter-spacing: normal;
  --typography-section-title-line-height: 1.2;
  --typography-section-title-text-decoration: unset;
  --typography-small-font-family: "Roboto Flex";
  --typography-small-font-grade: unset;
  --typography-small-font-size: .625rem;
  --typography-small-font-style: unset;
  --typography-small-font-variation-settings: unset;
  --typography-small-font-weight: 500;
  --typography-small-letter-spacing: normal;
  --typography-small-line-height: 1;
  --typography-small-text-decoration: unset;
  --typography-smallcaps-font-family: "Roboto Flex";
  --typography-smallcaps-font-grade: unset;
  --typography-smallcaps-font-size: .6875rem;
  --typography-smallcaps-font-style: unset;
  --typography-smallcaps-font-variation-settings: YTUC 528, YTFI 560;
  --typography-smallcaps-font-weight: 400;
  --typography-smallcaps-letter-spacing: normal;
  --typography-smallcaps-line-height: 1.2;
  --typography-smallcaps-text-decoration: unset;
  --typography-sub-section-title-font-family: "Roboto Flex";
  --typography-sub-section-title-font-grade: unset;
  --typography-sub-section-title-font-size: .8125rem;
  --typography-sub-section-title-font-style: unset;
  --typography-sub-section-title-font-variation-settings: unset;
  --typography-sub-section-title-font-weight: 500;
  --typography-sub-section-title-letter-spacing: normal;
  --typography-sub-section-title-line-height: 1.2;
  --typography-sub-section-title-text-decoration: unset;
  --typography-thick-font-family: "Roboto Flex";
  --typography-thick-font-grade: "GRAD" 150;
  --typography-thick-font-size: .6875rem;
  --typography-thick-font-style: unset;
  --typography-thick-font-variation-settings: unset;
  --typography-thick-font-weight: 400;
  --typography-thick-letter-spacing: normal;
  --typography-thick-line-height: 1.2;
  --typography-thick-text-decoration: unset;
  --elevation-large: 0px 6px 24px 0px rgba(0, 0, 0, .9);
  --elevation-medium: 0px 4px 8px 0px rgba(0, 0, 0, .9);
  --elevation-small: 0px 1px 4px 0px rgba(0, 0, 0, .9);
  --surface-background: #111111;
  --surface-code: #4c5a66;
  --surface-level-1: #20262b;
  --surface-level-2: #293138;
  --surface-level-3: #20262b;
  --surface-mask: rgba(0, 0, 0, .6);
  --surface-raised: #293138;
  --surface-tint-info: rgba(51, 88, 204, .3);
  --surface-tint-inverted: rgba(255, 255, 255, .1);
  --surface-tint-negative: rgba(214, 0, 0, .3);
  --surface-tint-neutral-10: rgba(0, 0, 0, .1);
  --surface-tint-neutral-20: rgba(0, 0, 0, .8);
  --surface-tint-positive: rgba(0, 123, 34, .3);
  --surface-tint-transparent: rgba(0, 0, 0, 0);
  --surface-tint-warning: rgba(218, 187, 7, .3);
  --text-brand: #48b8bc;
  --text-default: #fafafa;
  --text-disabled: #ababab;
  --text-info: #7a95eb;
  --text-inverted: #111111;
  --text-muted: #ababab;
  --text-negative: #fb6a6a;
  --text-on-formatting-background-blue-heavy: #fafafa;
  --text-on-formatting-background-gray-heavy: #fafafa;
  --text-on-formatting-background-green-heavy: #fafafa;
  --text-on-formatting-background-orange-heavy: #fafafa;
  --text-on-formatting-background-pink-heavy: #fafafa;
  --text-on-formatting-background-purple-heavy: #fafafa;
  --text-on-formatting-background-red-heavy: #fafafa;
  --text-on-formatting-background-yellow-heavy: #fafafa;
  --text-on-info-10: #fafafa;
  --text-on-info-20: #fafafa;
  --text-on-info-30: #111111;
  --text-on-info-40: #111111;
  --text-on-info-50: #111111;
  --text-on-input-10: #fafafa;
  --text-on-input-20: #111111;
  --text-on-input-30: #fafafa;
  --text-on-input-40: #fafafa;
  --text-on-input-50: #111111;
  --text-on-input-60: #111111;
  --text-on-input-background-active: #fafafa;
  --text-on-input-background-default: #fafafa;
  --text-on-input-background-disabled: #ababab;
  --text-on-input-background-hover: #fafafa;
  --text-on-interactive-10: #fafafa;
  --text-on-interactive-20: #fafafa;
  --text-on-interactive-30: #111111;
  --text-on-interactive-40: #111111;
  --text-on-interactive-50: #111111;
  --text-on-negative-10: #fafafa;
  --text-on-negative-20: #fafafa;
  --text-on-negative-30: #111111;
  --text-on-negative-40: #111111;
  --text-on-negative-50: #111111;
  --text-on-neutral-10: #fafafa;
  --text-on-neutral-20: #fafafa;
  --text-on-neutral-30: #111111;
  --text-on-neutral-40: #111111;
  --text-on-neutral-50: #111111;
  --text-on-positive-10: #fafafa;
  --text-on-positive-20: #fafafa;
  --text-on-positive-30: #111111;
  --text-on-positive-40: #111111;
  --text-on-positive-50: #111111;
  --text-on-warning-10: #fafafa;
  --text-on-warning-20: #111111;
  --text-on-warning-30: #111111;
  --text-on-warning-40: #111111;
  --text-on-warning-50: #111111;
  --text-positive: #45aa61;
  --text-warning: #eccb09;
}
@property --icon-target-min-size { syntax:"<number>";inherits:true;initial-value:20px }
.simcorponedark {
  color-scheme: dark;
  --border-color-10: #3b3b3b;
  --border-color-20: #4a4a4a;
  --border-color-30: #595959;
  --border-color-code: #4c5a66;
  --color-brand-10: #e6f4f5;
  --color-brand-20: #beeaeb;
  --color-brand-30: #95dbdd;
  --color-brand-40: #6ac9cd;
  --color-brand-50: #48b8bc;
  --color-brand-60: #329da2;
  --color-brand-70: #338084;
  --color-brand-80: #2a6466;
  --color-brand-90: #1e4647;
  --color-brand-100: #142b2c;
  --color-chart-category-10: #a6cee3;
  --color-chart-category-20: #1f78b4;
  --color-chart-category-30: #b2df8a;
  --color-chart-category-40: #33a02c;
  --color-chart-category-50: #fb9a99;
  --color-chart-category-60: #e31a1c;
  --color-chart-category-70: #fdbf6f;
  --color-chart-category-80: #ff7f00;
  --color-chart-category-90: #cab2d6;
  --color-chart-category-100: #6a3d9a;
  --color-chart-category-110: #ffff99;
  --color-chart-category-120: #b15928;
  --color-chart-category-130: #e5e5e5;
  --color-chart-category-140: #858585;
  --color-chart-category-150: #96e2de;
  --color-chart-diverging-10: #41a05b;
  --color-chart-diverging-20: #68b87b;
  --color-chart-diverging-30: #a1dbab;
  --color-chart-diverging-40: #c8f3cb;
  --color-chart-diverging-50: #f1f1f1;
  --color-chart-diverging-60: #fdc7c9;
  --color-chart-diverging-70: #f9a0a5;
  --color-chart-diverging-80: #f3656e;
  --color-chart-diverging-90: #ef3e4a;
  --color-chart-semantic-info: #0a80e0;
  --color-chart-semantic-negative: #ef3e4a;
  --color-chart-semantic-positive: #41a05b;
  --color-chart-semantic-warning: #f0cf61;
  --color-chart-sequential-10: #e7f2fc;
  --color-chart-sequential-20: #b6d9f6;
  --color-chart-sequential-30: #85c0f0;
  --color-chart-sequential-40: #54a6e9;
  --color-chart-sequential-50: #3b99e6;
  --color-chart-sequential-60: #0a80e0;
  --color-chart-sequential-70: #0866b3;
  --color-chart-sequential-80: #064d86;
  --color-chart-sequential-90: #04335a;
  --color-codeblock-10: #e9ebf3;
  --color-codeblock-20: #868686;
  --color-codeblock-30: #cab2d6;
  --color-codeblock-40: #f9a0a5;
  --color-codeblock-50: #1a96b9;
  --color-codeblock-60: #b2df8a;
  --color-codeblock-70: #fdbf6f;
  --color-codeblock-80: #b6d9f6;
  --color-codeblock-90: #f0cf61;
  --color-disabled-10: #3b3b3b;
  --color-disabled-20: #4a4a4a;
  --color-focus-10: #148a96;
  --color-formatting-background-green-subtle: #002d0d;
  --color-formatting-background-green-heavy: #00601a;
  --color-formatting-background-red-subtle: #550000;
  --color-formatting-background-red-heavy: #a90000;
  --color-formatting-background-blue-subtle: #03264d;
  --color-formatting-background-blue-heavy: #254cac;
  --color-formatting-background-yellow-subtle: #4f3a08;
  --color-formatting-background-yellow-heavy: #856405;
  --color-formatting-background-orange-subtle: #593509;
  --color-formatting-background-orange-heavy: #a06317;
  --color-formatting-background-pink-subtle: #691d45;
  --color-formatting-background-pink-heavy: #b5427d;
  --color-formatting-background-purple-subtle: #4f2c68;
  --color-formatting-background-purple-heavy: #914ebe;
  --color-formatting-background-gray-subtle: #3b3b3b;
  --color-formatting-background-gray-heavy: #595959;
  --color-formatting-graphic-1: #539966;
  --color-formatting-graphic-2: #f20f0f;
  --color-formatting-graphic-3: #fd2772;
  --color-formatting-graphic-4: #fb9b2a;
  --color-formatting-graphic-5: #ffff99;
  --color-formatting-graphic-6: #f7db32;
  --color-formatting-graphic-7: #a6cee3;
  --color-formatting-graphic-8: #317b90;
  --color-formatting-graphic-9: #868686;
  --color-formatting-graphic-10: #8f5ce7;
  --color-formatting-text-default: #fafafa;
  --color-formatting-text-inverted: #111111;
  --color-formatting-text-green: #45aa61;
  --color-formatting-text-red: #fb6a6a;
  --color-formatting-text-blue: #7a95eb;
  --color-formatting-text-yellow: #eccb09;
  --color-formatting-text-orange: #ff9027;
  --color-formatting-text-pink: #ff5b9d;
  --color-formatting-text-purple: #ba7bf2;
  --color-formatting-text-transparent: rgba(0, 0, 0, 0);
  --color-grid-header: #161a1d;
  --color-grid-row-odd: #293138;
  --color-grid-row-selected: #1e4647;
  --color-grid-row-hover-base-color: #1e4647;
  --color-info-10: #03264d;
  --color-info-20: #12387a;
  --color-info-30: #7a95eb;
  --color-info-40: #8ba6f6;
  --color-info-50: #aebfff;
  --color-input-background-active: #262626;
  --color-input-background-default: #262626;
  --color-input-background-disabled: #3b3b3b;
  --color-input-background-hover: #262626;
  --color-input-border-active: #6ac9cd;
  --color-input-border-default: #919191;
  --color-input-border-disabled: #ababab;
  --color-input-border-hover: #48b8bc;
  --color-input-ripple-active: #338084;
  --color-input-ripple-default: rgba(0, 0, 0, 0);
  --color-input-ripple-disabled: rgba(0, 0, 0, 0);
  --color-input-ripple-hover: #2a6466;
  --color-interactive-10: #1e4647;
  --color-interactive-20: #2a6466;
  --color-interactive-30: #48b8bc;
  --color-interactive-40: #6ac9cd;
  --color-interactive-50: #95dbdd;
  --color-link-10: #48b8bc;
  --color-link-20: #6ac9cd;
  --color-link-30: #95dbdd;
  --color-negative-10: #550000;
  --color-negative-20: #7d0000;
  --color-negative-30: #fb6a6a;
  --color-negative-40: #fe8888;
  --color-negative-50: #feb3b3;
  --color-neutral-10: #262626;
  --color-neutral-20: #3b3b3b;
  --color-neutral-30: #919191;
  --color-neutral-40: #ababab;
  --color-neutral-50: #d9d9d9;
  --color-positive-10: #002d0d;
  --color-positive-20: #004514;
  --color-positive-30: #45aa61;
  --color-positive-40: #6db681;
  --color-positive-50: #95caa3;
  --color-scheme: dark;
  --color-warning-10: #856405;
  --color-warning-20: #b68a07;
  --color-warning-30: #eccb09;
  --color-warning-40: #f7db32;
  --color-warning-50: #f6e960;
  --components-badge-spacing: 4px;
  --components-grid-spacing: 2px;
  --components-min-height: 24px;
  --components-min-width: 24px;
  --gap-l: 8px;
  --gap-m: 4px;
  --gap-s: 2px;
  --gap-xl: 12px;
  --gap-xs: 1px;
  --icon-size-1: .75rem;
  --icon-size-2: .875rem;
  --icon-size-3: 1rem;
  --icon-size-4: 1.125rem;
  --icon-size-5: 1.375rem;
  --icon-size-6: 1.75rem;
  --icon-target-min-size: 24px;
  --margin-l: 8px;
  --margin-m: 6px;
  --margin-s: 4px;
  --margin-xl: 12px;
  --margin-xs: 2px;
  --padding-l: 8px;
  --padding-m: 6px;
  --padding-s: 4px;
  --padding-xl: 12px;
  --padding-xs: 2px;
  --typography-block-title-font-family: "Roboto Flex";
  --typography-block-title-font-grade: unset;
  --typography-block-title-font-size: .8125rem;
  --typography-block-title-font-style: unset;
  --typography-block-title-font-variation-settings: unset;
  --typography-block-title-font-weight: 600;
  --typography-block-title-letter-spacing: normal;
  --typography-block-title-line-height: 1.2;
  --typography-block-title-text-decoration: unset;
  --typography-body-font-family: "Roboto Flex";
  --typography-body-font-grade: unset;
  --typography-body-font-size: .75rem;
  --typography-body-font-style: unset;
  --typography-body-font-variation-settings: unset;
  --typography-body-font-weight: 400;
  --typography-body-letter-spacing: normal;
  --typography-body-line-height: 1.2;
  --typography-body-text-decoration: unset;
  --typography-chart-axis-label-font-family: "Roboto Flex";
  --typography-chart-axis-label-font-grade: unset;
  --typography-chart-axis-label-font-size: .6875rem;
  --typography-chart-axis-label-font-style: unset;
  --typography-chart-axis-label-font-variation-settings: unset;
  --typography-chart-axis-label-font-weight: 600;
  --typography-chart-axis-label-letter-spacing: .025em;
  --typography-chart-axis-label-line-height: 1.2;
  --typography-chart-axis-label-text-decoration: unset;
  --typography-chart-chart-text-font-family: "Roboto Flex";
  --typography-chart-chart-text-font-grade: unset;
  --typography-chart-chart-text-font-size: .6875rem;
  --typography-chart-chart-text-font-style: unset;
  --typography-chart-chart-text-font-variation-settings: unset;
  --typography-chart-chart-text-font-weight: 600;
  --typography-chart-chart-text-letter-spacing: normal;
  --typography-chart-chart-text-line-height: 1.2;
  --typography-chart-chart-text-text-decoration: unset;
  --typography-chart-series-data-point-label-font-family: "Roboto Flex";
  --typography-chart-series-data-point-label-font-grade: unset;
  --typography-chart-series-data-point-label-font-size: .6875rem;
  --typography-chart-series-data-point-label-font-style: unset;
  --typography-chart-series-data-point-label-font-variation-settings: unset;
  --typography-chart-series-data-point-label-font-weight: 700;
  --typography-chart-series-data-point-label-letter-spacing: normal;
  --typography-chart-series-data-point-label-line-height: 1.2;
  --typography-chart-series-data-point-label-text-decoration: unset;
  --typography-code-font-family: "Roboto Mono";
  --typography-code-font-grade: unset;
  --typography-code-font-size: .75rem;
  --typography-code-font-style: unset;
  --typography-code-font-variation-settings: unset;
  --typography-code-font-weight: 400;
  --typography-code-letter-spacing: normal;
  --typography-code-line-height: 1.5;
  --typography-code-text-decoration: unset;
  --typography-data-label-title-font-family: "Roboto Flex";
  --typography-data-label-title-font-grade: unset;
  --typography-data-label-title-font-size: .8125rem;
  --typography-data-label-title-font-style: unset;
  --typography-data-label-title-font-variation-settings: unset;
  --typography-data-label-title-font-weight: 400;
  --typography-data-label-title-letter-spacing: normal;
  --typography-data-label-title-line-height: 1.2;
  --typography-data-label-title-text-decoration: unset;
  --typography-datagrid-font-family: "Roboto Flex";
  --typography-datagrid-font-grade: unset;
  --typography-datagrid-font-size: .75rem;
  --typography-datagrid-font-style: unset;
  --typography-datagrid-font-variation-settings: unset;
  --typography-datagrid-font-weight: 400;
  --typography-datagrid-letter-spacing: normal;
  --typography-datagrid-line-height: 1.2;
  --typography-datagrid-text-decoration: unset;
  --typography-input-label-font-family: "Roboto Flex";
  --typography-input-label-font-grade: unset;
  --typography-input-label-font-size: .75rem;
  --typography-input-label-font-style: unset;
  --typography-input-label-font-variation-settings: unset;
  --typography-input-label-font-weight: 400;
  --typography-input-label-letter-spacing: normal;
  --typography-input-label-line-height: 1.2;
  --typography-input-label-text-decoration: unset;
  --typography-italic-font-family: "Roboto Flex";
  --typography-italic-font-grade: unset;
  --typography-italic-font-size: .75rem;
  --typography-italic-font-style: italic;
  --typography-italic-font-variation-settings: unset;
  --typography-italic-font-weight: 400;
  --typography-italic-letter-spacing: normal;
  --typography-italic-line-height: 1.2;
  --typography-italic-text-decoration: unset;
  --typography-link-font-family: "Roboto Flex";
  --typography-link-font-grade: "GRAD" 150;
  --typography-link-font-size: .75rem;
  --typography-link-font-style: unset;
  --typography-link-font-variation-settings: unset;
  --typography-link-font-weight: 400;
  --typography-link-letter-spacing: normal;
  --typography-link-line-height: 1.2;
  --typography-link-text-decoration: underline;
  --typography-micro-title-font-family: "Roboto Flex";
  --typography-micro-title-font-grade: unset;
  --typography-micro-title-font-size: .75rem;
  --typography-micro-title-font-style: unset;
  --typography-micro-title-font-variation-settings: unset;
  --typography-micro-title-font-weight: 600;
  --typography-micro-title-letter-spacing: normal;
  --typography-micro-title-line-height: 1.2;
  --typography-micro-title-text-decoration: unset;
  --typography-narrow-font-family: "Roboto Flex";
  --typography-narrow-font-grade: unset;
  --typography-narrow-font-size: .75rem;
  --typography-narrow-font-style: unset;
  --typography-narrow-font-variation-settings: unset;
  --typography-narrow-font-weight: 400;
  --typography-narrow-letter-spacing: -.025em;
  --typography-narrow-line-height: 1.2;
  --typography-narrow-text-decoration: unset;
  --typography-page-title-font-family: "Roboto Flex";
  --typography-page-title-font-grade: unset;
  --typography-page-title-font-size: 1rem;
  --typography-page-title-font-style: unset;
  --typography-page-title-font-variation-settings: unset;
  --typography-page-title-font-weight: 600;
  --typography-page-title-letter-spacing: normal;
  --typography-page-title-line-height: 1.2;
  --typography-page-title-text-decoration: unset;
  --typography-paragraph-font-family: "Roboto Flex";
  --typography-paragraph-font-grade: unset;
  --typography-paragraph-font-size: .75rem;
  --typography-paragraph-font-style: unset;
  --typography-paragraph-font-variation-settings: unset;
  --typography-paragraph-font-weight: 400;
  --typography-paragraph-letter-spacing: normal;
  --typography-paragraph-line-height: 1.5;
  --typography-paragraph-text-decoration: unset;
  --typography-section-title-font-family: "Roboto Flex";
  --typography-section-title-font-grade: unset;
  --typography-section-title-font-size: .9375rem;
  --typography-section-title-font-style: unset;
  --typography-section-title-font-variation-settings: unset;
  --typography-section-title-font-weight: 600;
  --typography-section-title-letter-spacing: normal;
  --typography-section-title-line-height: 1.2;
  --typography-section-title-text-decoration: unset;
  --typography-small-font-family: "Roboto Flex";
  --typography-small-font-grade: unset;
  --typography-small-font-size: .6875rem;
  --typography-small-font-style: unset;
  --typography-small-font-variation-settings: unset;
  --typography-small-font-weight: 500;
  --typography-small-letter-spacing: normal;
  --typography-small-line-height: 1;
  --typography-small-text-decoration: unset;
  --typography-smallcaps-font-family: "Roboto Flex";
  --typography-smallcaps-font-grade: unset;
  --typography-smallcaps-font-size: .75rem;
  --typography-smallcaps-font-style: unset;
  --typography-smallcaps-font-variation-settings: YTUC 528, YTFI 560;
  --typography-smallcaps-font-weight: 400;
  --typography-smallcaps-letter-spacing: normal;
  --typography-smallcaps-line-height: 1.2;
  --typography-smallcaps-text-decoration: unset;
  --typography-sub-section-title-font-family: "Roboto Flex";
  --typography-sub-section-title-font-grade: unset;
  --typography-sub-section-title-font-size: .875rem;
  --typography-sub-section-title-font-style: unset;
  --typography-sub-section-title-font-variation-settings: unset;
  --typography-sub-section-title-font-weight: 500;
  --typography-sub-section-title-letter-spacing: normal;
  --typography-sub-section-title-line-height: 1.2;
  --typography-sub-section-title-text-decoration: unset;
  --typography-thick-font-family: "Roboto Flex";
  --typography-thick-font-grade: "GRAD" 150;
  --typography-thick-font-size: .75rem;
  --typography-thick-font-style: unset;
  --typography-thick-font-variation-settings: unset;
  --typography-thick-font-weight: 400;
  --typography-thick-letter-spacing: normal;
  --typography-thick-line-height: 1.2;
  --typography-thick-text-decoration: unset;
  --elevation-large: 0px 6px 24px 0px rgba(0, 0, 0, .9);
  --elevation-medium: 0px 4px 8px 0px rgba(0, 0, 0, .9);
  --elevation-small: 0px 1px 4px 0px rgba(0, 0, 0, .9);
  --surface-background: #111111;
  --surface-code: #4c5a66;
  --surface-level-1: #20262b;
  --surface-level-2: #293138;
  --surface-level-3: #20262b;
  --surface-mask: rgba(0, 0, 0, .6);
  --surface-raised: #293138;
  --surface-tint-info: rgba(51, 88, 204, .3);
  --surface-tint-inverted: rgba(255, 255, 255, .1);
  --surface-tint-negative: rgba(214, 0, 0, .3);
  --surface-tint-neutral-10: rgba(0, 0, 0, .1);
  --surface-tint-neutral-20: rgba(0, 0, 0, .8);
  --surface-tint-positive: rgba(0, 123, 34, .3);
  --surface-tint-transparent: rgba(0, 0, 0, 0);
  --surface-tint-warning: rgba(218, 187, 7, .3);
  --text-brand: #48b8bc;
  --text-default: #fafafa;
  --text-disabled: #ababab;
  --text-info: #7a95eb;
  --text-inverted: #111111;
  --text-muted: #ababab;
  --text-negative: #fb6a6a;
  --text-on-formatting-background-blue-heavy: #fafafa;
  --text-on-formatting-background-gray-heavy: #fafafa;
  --text-on-formatting-background-green-heavy: #fafafa;
  --text-on-formatting-background-orange-heavy: #fafafa;
  --text-on-formatting-background-pink-heavy: #fafafa;
  --text-on-formatting-background-purple-heavy: #fafafa;
  --text-on-formatting-background-red-heavy: #fafafa;
  --text-on-formatting-background-yellow-heavy: #fafafa;
  --text-on-info-10: #fafafa;
  --text-on-info-20: #fafafa;
  --text-on-info-30: #111111;
  --text-on-info-40: #111111;
  --text-on-info-50: #111111;
  --text-on-input-10: #fafafa;
  --text-on-input-20: #111111;
  --text-on-input-30: #fafafa;
  --text-on-input-40: #fafafa;
  --text-on-input-50: #111111;
  --text-on-input-60: #111111;
  --text-on-input-background-active: #fafafa;
  --text-on-input-background-default: #fafafa;
  --text-on-input-background-disabled: #ababab;
  --text-on-input-background-hover: #fafafa;
  --text-on-interactive-10: #fafafa;
  --text-on-interactive-20: #fafafa;
  --text-on-interactive-30: #111111;
  --text-on-interactive-40: #111111;
  --text-on-interactive-50: #111111;
  --text-on-negative-10: #fafafa;
  --text-on-negative-20: #fafafa;
  --text-on-negative-30: #111111;
  --text-on-negative-40: #111111;
  --text-on-negative-50: #111111;
  --text-on-neutral-10: #fafafa;
  --text-on-neutral-20: #fafafa;
  --text-on-neutral-30: #111111;
  --text-on-neutral-40: #111111;
  --text-on-neutral-50: #111111;
  --text-on-positive-10: #fafafa;
  --text-on-positive-20: #fafafa;
  --text-on-positive-30: #111111;
  --text-on-positive-40: #111111;
  --text-on-positive-50: #111111;
  --text-on-warning-10: #fafafa;
  --text-on-warning-20: #111111;
  --text-on-warning-30: #111111;
  --text-on-warning-40: #111111;
  --text-on-warning-50: #111111;
  --text-positive: #45aa61;
  --text-warning: #eccb09;
}
@property --border-color-10 { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --border-color-20 { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --border-color-30 { syntax:"<color>";inherits:true;initial-value:#595959 }
@property --border-color-code { syntax:"<color>";inherits:true;initial-value:#4c5a66 }
@property --color-brand-10 { syntax:"<color>";inherits:true;initial-value:#e6f4f5 }
@property --color-brand-20 { syntax:"<color>";inherits:true;initial-value:#beeaeb }
@property --color-brand-30 { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --color-brand-40 { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --color-brand-50 { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --color-brand-60 { syntax:"<color>";inherits:true;initial-value:#329da2 }
@property --color-brand-70 { syntax:"<color>";inherits:true;initial-value:#338084 }
@property --color-brand-80 { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --color-brand-90 { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --color-brand-100 { syntax:"<color>";inherits:true;initial-value:#142b2c }
@property --color-chart-category-10 { syntax:"<color>";inherits:true;initial-value:#a6cee3 }
@property --color-chart-category-20 { syntax:"<color>";inherits:true;initial-value:#1f78b4 }
@property --color-chart-category-30 { syntax:"<color>";inherits:true;initial-value:#b2df8a }
@property --color-chart-category-40 { syntax:"<color>";inherits:true;initial-value:#33a02c }
@property --color-chart-category-50 { syntax:"<color>";inherits:true;initial-value:#fb9a99 }
@property --color-chart-category-60 { syntax:"<color>";inherits:true;initial-value:#e31a1c }
@property --color-chart-category-70 { syntax:"<color>";inherits:true;initial-value:#fdbf6f }
@property --color-chart-category-80 { syntax:"<color>";inherits:true;initial-value:#ff7f00 }
@property --color-chart-category-90 { syntax:"<color>";inherits:true;initial-value:#cab2d6 }
@property --color-chart-category-100 { syntax:"<color>";inherits:true;initial-value:#6a3d9a }
@property --color-chart-category-110 { syntax:"<color>";inherits:true;initial-value:#ff9 }
@property --color-chart-category-120 { syntax:"<color>";inherits:true;initial-value:#b15928 }
@property --color-chart-category-130 { syntax:"<color>";inherits:true;initial-value:#e5e5e5 }
@property --color-chart-category-140 { syntax:"<color>";inherits:true;initial-value:#858585 }
@property --color-chart-category-150 { syntax:"<color>";inherits:true;initial-value:#96e2de }
@property --color-chart-diverging-10 { syntax:"<color>";inherits:true;initial-value:#41a05b }
@property --color-chart-diverging-20 { syntax:"<color>";inherits:true;initial-value:#68b87b }
@property --color-chart-diverging-30 { syntax:"<color>";inherits:true;initial-value:#a1dbab }
@property --color-chart-diverging-40 { syntax:"<color>";inherits:true;initial-value:#c8f3cb }
@property --color-chart-diverging-50 { syntax:"<color>";inherits:true;initial-value:#f1f1f1 }
@property --color-chart-diverging-60 { syntax:"<color>";inherits:true;initial-value:#fdc7c9 }
@property --color-chart-diverging-70 { syntax:"<color>";inherits:true;initial-value:#f9a0a5 }
@property --color-chart-diverging-80 { syntax:"<color>";inherits:true;initial-value:#f3656e }
@property --color-chart-diverging-90 { syntax:"<color>";inherits:true;initial-value:#ef3e4a }
@property --color-chart-semantic-info { syntax:"<color>";inherits:true;initial-value:#0a80e0 }
@property --color-chart-semantic-negative { syntax:"<color>";inherits:true;initial-value:#ef3e4a }
@property --color-chart-semantic-positive { syntax:"<color>";inherits:true;initial-value:#41a05b }
@property --color-chart-semantic-warning { syntax:"<color>";inherits:true;initial-value:#f0cf61 }
@property --color-chart-sequential-10 { syntax:"<color>";inherits:true;initial-value:#e7f2fc }
@property --color-chart-sequential-20 { syntax:"<color>";inherits:true;initial-value:#b6d9f6 }
@property --color-chart-sequential-30 { syntax:"<color>";inherits:true;initial-value:#85c0f0 }
@property --color-chart-sequential-40 { syntax:"<color>";inherits:true;initial-value:#54a6e9 }
@property --color-chart-sequential-50 { syntax:"<color>";inherits:true;initial-value:#3b99e6 }
@property --color-chart-sequential-60 { syntax:"<color>";inherits:true;initial-value:#0a80e0 }
@property --color-chart-sequential-70 { syntax:"<color>";inherits:true;initial-value:#0866b3 }
@property --color-chart-sequential-80 { syntax:"<color>";inherits:true;initial-value:#064d86 }
@property --color-chart-sequential-90 { syntax:"<color>";inherits:true;initial-value:#04335a }
@property --color-codeblock-10 { syntax:"<color>";inherits:true;initial-value:#e9ebf3 }
@property --color-codeblock-20 { syntax:"<color>";inherits:true;initial-value:#868686 }
@property --color-codeblock-30 { syntax:"<color>";inherits:true;initial-value:#cab2d6 }
@property --color-codeblock-40 { syntax:"<color>";inherits:true;initial-value:#f9a0a5 }
@property --color-codeblock-50 { syntax:"<color>";inherits:true;initial-value:#1a96b9 }
@property --color-codeblock-60 { syntax:"<color>";inherits:true;initial-value:#b2df8a }
@property --color-codeblock-70 { syntax:"<color>";inherits:true;initial-value:#fdbf6f }
@property --color-codeblock-80 { syntax:"<color>";inherits:true;initial-value:#b6d9f6 }
@property --color-codeblock-90 { syntax:"<color>";inherits:true;initial-value:#f0cf61 }
@property --color-disabled-10 { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --color-disabled-20 { syntax:"<color>";inherits:true;initial-value:#4a4a4a }
@property --color-focus-10 { syntax:"<color>";inherits:true;initial-value:#148a96 }
@property --color-formatting-background-green-subtle { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --color-formatting-background-green-heavy { syntax:"<color>";inherits:true;initial-value:#00601a }
@property --color-formatting-background-red-subtle { syntax:"<color>";inherits:true;initial-value:#500 }
@property --color-formatting-background-red-heavy { syntax:"<color>";inherits:true;initial-value:#a90000 }
@property --color-formatting-background-blue-subtle { syntax:"<color>";inherits:true;initial-value:#03264d }
@property --color-formatting-background-blue-heavy { syntax:"<color>";inherits:true;initial-value:#254cac }
@property --color-formatting-background-yellow-subtle { syntax:"<color>";inherits:true;initial-value:#4f3a08 }
@property --color-formatting-background-yellow-heavy { syntax:"<color>";inherits:true;initial-value:#856405 }
@property --color-formatting-background-orange-subtle { syntax:"<color>";inherits:true;initial-value:#593509 }
@property --color-formatting-background-orange-heavy { syntax:"<color>";inherits:true;initial-value:#a06317 }
@property --color-formatting-background-pink-subtle { syntax:"<color>";inherits:true;initial-value:#691d45 }
@property --color-formatting-background-pink-heavy { syntax:"<color>";inherits:true;initial-value:#b5427d }
@property --color-formatting-background-purple-subtle { syntax:"<color>";inherits:true;initial-value:#4f2c68 }
@property --color-formatting-background-purple-heavy { syntax:"<color>";inherits:true;initial-value:#914ebe }
@property --color-formatting-background-gray-subtle { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --color-formatting-background-gray-heavy { syntax:"<color>";inherits:true;initial-value:#595959 }
@property --color-formatting-graphic-1 { syntax:"<color>";inherits:true;initial-value:#539966 }
@property --color-formatting-graphic-2 { syntax:"<color>";inherits:true;initial-value:#f20f0f }
@property --color-formatting-graphic-3 { syntax:"<color>";inherits:true;initial-value:#fd2772 }
@property --color-formatting-graphic-4 { syntax:"<color>";inherits:true;initial-value:#fb9b2a }
@property --color-formatting-graphic-5 { syntax:"<color>";inherits:true;initial-value:#ff9 }
@property --color-formatting-graphic-6 { syntax:"<color>";inherits:true;initial-value:#f7db32 }
@property --color-formatting-graphic-7 { syntax:"<color>";inherits:true;initial-value:#a6cee3 }
@property --color-formatting-graphic-8 { syntax:"<color>";inherits:true;initial-value:#317b90 }
@property --color-formatting-graphic-9 { syntax:"<color>";inherits:true;initial-value:#868686 }
@property --color-formatting-graphic-10 { syntax:"<color>";inherits:true;initial-value:#8f5ce7 }
@property --color-formatting-text-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --color-formatting-text-inverted { syntax:"<color>";inherits:true;initial-value:#111 }
@property --color-formatting-text-green { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --color-formatting-text-red { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --color-formatting-text-blue { syntax:"<color>";inherits:true;initial-value:#7a95eb }
@property --color-formatting-text-yellow { syntax:"<color>";inherits:true;initial-value:#eccb09 }
@property --color-formatting-text-orange { syntax:"<color>";inherits:true;initial-value:#ff9027 }
@property --color-formatting-text-pink { syntax:"<color>";inherits:true;initial-value:#ff5b9d }
@property --color-formatting-text-purple { syntax:"<color>";inherits:true;initial-value:#ba7bf2 }
@property --color-grid-header { syntax:"<color>";inherits:true;initial-value:#161a1d }
@property --color-grid-row-odd { syntax:"<color>";inherits:true;initial-value:#293138 }
@property --color-grid-row-selected { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --color-grid-row-hover-base-color { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --color-info-10 { syntax:"<color>";inherits:true;initial-value:#03264d }
@property --color-info-20 { syntax:"<color>";inherits:true;initial-value:#12387a }
@property --color-info-30 { syntax:"<color>";inherits:true;initial-value:#7a95eb }
@property --color-info-40 { syntax:"<color>";inherits:true;initial-value:#8ba6f6 }
@property --color-info-50 { syntax:"<color>";inherits:true;initial-value:#aebfff }
@property --color-input-background-active { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --color-input-background-default { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --color-input-background-disabled { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --color-input-background-hover { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --color-input-border-active { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --color-input-border-default { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --color-input-border-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --color-input-border-hover { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --color-input-ripple-active { syntax:"<color>";inherits:true;initial-value:#338084 }
@property --color-input-ripple-hover { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --color-interactive-10 { syntax:"<color>";inherits:true;initial-value:#1e4647 }
@property --color-interactive-20 { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --color-interactive-30 { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --color-interactive-40 { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --color-interactive-50 { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --color-link-10 { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --color-link-20 { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --color-link-30 { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --color-negative-10 { syntax:"<color>";inherits:true;initial-value:#500 }
@property --color-negative-20 { syntax:"<color>";inherits:true;initial-value:#7d0000 }
@property --color-negative-30 { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --color-negative-40 { syntax:"<color>";inherits:true;initial-value:#fe8888 }
@property --color-negative-50 { syntax:"<color>";inherits:true;initial-value:#feb3b3 }
@property --color-neutral-10 { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --color-neutral-20 { syntax:"<color>";inherits:true;initial-value:#3b3b3b }
@property --color-neutral-30 { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --color-neutral-40 { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --color-neutral-50 { syntax:"<color>";inherits:true;initial-value:#d9d9d9 }
@property --color-positive-10 { syntax:"<color>";inherits:true;initial-value:#002d0d }
@property --color-positive-20 { syntax:"<color>";inherits:true;initial-value:#004514 }
@property --color-positive-30 { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --color-positive-40 { syntax:"<color>";inherits:true;initial-value:#6db681 }
@property --color-positive-50 { syntax:"<color>";inherits:true;initial-value:#95caa3 }
@property --color-scheme { syntax:"<string>";inherits:true;initial-value:dark }
@property --color-warning-10 { syntax:"<color>";inherits:true;initial-value:#856405 }
@property --color-warning-20 { syntax:"<color>";inherits:true;initial-value:#b68a07 }
@property --color-warning-30 { syntax:"<color>";inherits:true;initial-value:#eccb09 }
@property --color-warning-40 { syntax:"<color>";inherits:true;initial-value:#f7db32 }
@property --color-warning-50 { syntax:"<color>";inherits:true;initial-value:#f6e960 }
@property --icon-target-min-size { syntax:"<number>";inherits:true;initial-value:24px }
@property --typography-block-title-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-block-title-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-block-title-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-block-title-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-block-title-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-body-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-body-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-body-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-body-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-body-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-chart-axis-label-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-chart-axis-label-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-chart-axis-label-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-chart-axis-label-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-chart-axis-label-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-chart-chart-text-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-chart-chart-text-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-chart-chart-text-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-chart-chart-text-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-chart-chart-text-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-chart-series-data-point-label-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-chart-series-data-point-label-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-chart-series-data-point-label-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-chart-series-data-point-label-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-chart-series-data-point-label-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-code-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Mono" }
@property --typography-code-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-code-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-code-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-code-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-data-label-title-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-data-label-title-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-data-label-title-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-data-label-title-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-data-label-title-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-datagrid-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-datagrid-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-datagrid-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-datagrid-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-datagrid-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-input-label-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-input-label-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-input-label-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-input-label-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-input-label-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-italic-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-italic-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-italic-font-style { syntax:"<string>";inherits:true;initial-value:italic }
@property --typography-italic-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-italic-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-link-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-link-font-grade { syntax:"<string>";inherits:true;initial-value:"GRAD" 150 }
@property --typography-link-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-link-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-micro-title-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-micro-title-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-micro-title-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-micro-title-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-micro-title-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-narrow-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-narrow-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-narrow-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-narrow-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-narrow-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-page-title-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-page-title-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-page-title-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-page-title-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-page-title-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-paragraph-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-paragraph-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-paragraph-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-paragraph-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-paragraph-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-section-title-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-section-title-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-section-title-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-section-title-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-section-title-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-small-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-small-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-small-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-small-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-small-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-smallcaps-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-smallcaps-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-smallcaps-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-smallcaps-font-variation-settings { syntax:"<string>";inherits:true;initial-value:YTUC 528, YTFI 560 }
@property --typography-smallcaps-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-sub-section-title-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-sub-section-title-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-sub-section-title-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-sub-section-title-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-sub-section-title-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-thick-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-thick-font-grade { syntax:"<string>";inherits:true;initial-value:"GRAD" 150 }
@property --typography-thick-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-thick-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-thick-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
@property --surface-background { syntax:"<color>";inherits:true;initial-value:#111 }
@property --surface-code { syntax:"<color>";inherits:true;initial-value:#4c5a66 }
@property --surface-level-1 { syntax:"<color>";inherits:true;initial-value:#20262b }
@property --surface-level-2 { syntax:"<color>";inherits:true;initial-value:#293138 }
@property --surface-level-3 { syntax:"<color>";inherits:true;initial-value:#20262b }
@property --surface-raised { syntax:"<color>";inherits:true;initial-value:#293138 }
@property --text-brand { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --text-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --text-info { syntax:"<color>";inherits:true;initial-value:#7a95eb }
@property --text-inverted { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-muted { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --text-negative { syntax:"<color>";inherits:true;initial-value:#fb6a6a }
@property --text-on-formatting-background-blue-heavy { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-formatting-background-gray-heavy { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-formatting-background-green-heavy { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-formatting-background-orange-heavy { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-formatting-background-pink-heavy { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-formatting-background-purple-heavy { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-formatting-background-red-heavy { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-formatting-background-yellow-heavy { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-info-10 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-info-20 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-info-30 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-info-40 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-info-50 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-input-10 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-input-20 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-input-30 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-input-40 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-input-50 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-input-60 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-input-background-active { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-input-background-default { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-input-background-disabled { syntax:"<color>";inherits:true;initial-value:#ababab }
@property --text-on-input-background-hover { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-interactive-10 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-interactive-20 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-interactive-30 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-interactive-40 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-interactive-50 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-negative-10 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-negative-20 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-negative-30 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-negative-40 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-negative-50 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-neutral-10 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-neutral-20 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-neutral-30 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-neutral-40 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-neutral-50 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-positive-10 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-positive-20 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-positive-30 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-positive-40 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-positive-50 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-warning-10 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --text-on-warning-20 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-warning-30 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-warning-40 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-on-warning-50 { syntax:"<color>";inherits:true;initial-value:#111 }
@property --text-positive { syntax:"<color>";inherits:true;initial-value:#45aa61 }
@property --text-warning { syntax:"<color>";inherits:true;initial-value:#eccb09 }
.simcorponedark {
  --color-input-10: #262626;
  --color-input-20: #919191;
  --color-input-30: #2a6466;
  --color-input-40: #338084;
  --color-input-50: #48b8bc;
  --color-input-60: #6ac9cd;
  --typography-label-title-font-family: "Roboto Flex";
  --typography-label-title-font-grade: unset;
  --typography-label-title-font-size: .8125rem;
  --typography-label-title-font-style: unset;
  --typography-label-title-font-variation-settings: unset;
  --typography-label-title-font-weight: 400;
  --typography-label-title-letter-spacing: normal;
  --typography-label-title-line-height: 1.2;
  --typography-label-title-text-decoration: unset;
  --text-icon-with-darker-text-warning: #dabb07;
  --text-on-warning: #111111;
}
.simcorponedark.comfort {
  --color-input-10: #262626;
  --color-input-20: #919191;
  --color-input-30: #2a6466;
  --color-input-40: #338084;
  --color-input-50: #48b8bc;
  --color-input-60: #6ac9cd;
  --typography-label-title-font-family: "Roboto Flex";
  --typography-label-title-font-grade: unset;
  --typography-label-title-font-style: unset;
  --typography-label-title-font-variation-settings: unset;
  --typography-label-title-font-weight: 400;
  --typography-label-title-letter-spacing: normal;
  --typography-label-title-line-height: 1.2;
  --typography-label-title-text-decoration: unset;
  --text-icon-with-darker-text-warning: #dabb07;
  --text-on-warning: #111111;
}
.simcorponedark.compact {
  --color-input-10: #262626;
  --color-input-20: #919191;
  --color-input-30: #2a6466;
  --color-input-40: #338084;
  --color-input-50: #48b8bc;
  --color-input-60: #6ac9cd;
  --typography-label-title-font-family: "Roboto Flex";
  --typography-label-title-font-grade: unset;
  --typography-label-title-font-size: .75rem;
  --typography-label-title-font-style: unset;
  --typography-label-title-font-variation-settings: unset;
  --typography-label-title-font-weight: 400;
  --typography-label-title-letter-spacing: normal;
  --typography-label-title-line-height: 1.2;
  --typography-label-title-text-decoration: unset;
  --text-icon-with-darker-text-warning: #dabb07;
  --text-on-warning: #111111;
}
@property --color-input-10 { syntax:"<color>";inherits:true;initial-value:#262626 }
@property --color-input-20 { syntax:"<color>";inherits:true;initial-value:#919191 }
@property --color-input-30 { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --color-input-40 { syntax:"<color>";inherits:true;initial-value:#338084 }
@property --color-input-50 { syntax:"<color>";inherits:true;initial-value:#48b8bc }
@property --color-input-60 { syntax:"<color>";inherits:true;initial-value:#6ac9cd }
@property --text-icon-with-darker-text-warning { syntax:"<color>";inherits:true;initial-value:#dabb07 }
@property --text-on-warning { syntax:"<color>";inherits:true;initial-value:#111 }
.simcorponelight {
  --color-input-10: #fafafa;
  --color-input-20: #6a6a6a;
  --color-input-30: #beeaeb;
  --color-input-40: #95dbdd;
  --color-input-50: #338084;
  --color-input-60: #2a6466;
  --typography-label-title-font-family: "Roboto Flex";
  --typography-label-title-font-grade: unset;
  --typography-label-title-font-size: .8125rem;
  --typography-label-title-font-style: unset;
  --typography-label-title-font-variation-settings: unset;
  --typography-label-title-font-weight: 400;
  --typography-label-title-letter-spacing: normal;
  --typography-label-title-line-height: 1.2;
  --typography-label-title-text-decoration: unset;
}
.simcorponelight.comfort {
  --color-input-10: #fafafa;
  --color-input-20: #6a6a6a;
  --color-input-30: #beeaeb;
  --color-input-40: #95dbdd;
  --color-input-50: #338084;
  --color-input-60: #2a6466;
  --typography-label-title-font-family: "Roboto Flex";
  --typography-label-title-font-grade: unset;
  --typography-label-title-font-style: unset;
  --typography-label-title-font-variation-settings: unset;
  --typography-label-title-font-weight: 400;
  --typography-label-title-letter-spacing: normal;
  --typography-label-title-line-height: 1.2;
  --typography-label-title-text-decoration: unset;
}
.simcorponelight.compact {
  --color-input-10: #fafafa;
  --color-input-20: #6a6a6a;
  --color-input-30: #beeaeb;
  --color-input-40: #95dbdd;
  --color-input-50: #338084;
  --color-input-60: #2a6466;
  --typography-label-title-font-family: "Roboto Flex";
  --typography-label-title-font-grade: unset;
  --typography-label-title-font-size: .75rem;
  --typography-label-title-font-style: unset;
  --typography-label-title-font-variation-settings: unset;
  --typography-label-title-font-weight: 400;
  --typography-label-title-letter-spacing: normal;
  --typography-label-title-line-height: 1.2;
  --typography-label-title-text-decoration: unset;
}
@property --color-input-10 { syntax:"<color>";inherits:true;initial-value:#fafafa }
@property --color-input-20 { syntax:"<color>";inherits:true;initial-value:#6a6a6a }
@property --color-input-30 { syntax:"<color>";inherits:true;initial-value:#beeaeb }
@property --color-input-40 { syntax:"<color>";inherits:true;initial-value:#95dbdd }
@property --color-input-50 { syntax:"<color>";inherits:true;initial-value:#338084 }
@property --color-input-60 { syntax:"<color>";inherits:true;initial-value:#2a6466 }
@property --typography-label-title-font-family { syntax:"<string>";inherits:true;initial-value:"Roboto Flex" }
@property --typography-label-title-font-grade { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-label-title-font-style { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-label-title-font-variation-settings { syntax:"<string>";inherits:true;initial-value:unset }
@property --typography-label-title-text-decoration { syntax:"<string>";inherits:true;initial-value:unset }
.m-0 {
  margin: 0 !important;
}
.m-auto {
  margin: auto !important;
}
.m-xs {
  margin: var(--margin-xs) !important;
}
.m-s {
  margin: var(--margin-s) !important;
}
.m-m {
  margin: var(--margin-m) !important;
}
.m-l {
  margin: var(--margin-l) !important;
}
.m-xl {
  margin: var(--margin-xl) !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-auto {
  margin-left: auto !important;
}
.ml-xs {
  margin-left: var(--margin-xs) !important;
}
.ml-s {
  margin-left: var(--margin-s) !important;
}
.ml-m {
  margin-left: var(--margin-m) !important;
}
.ml-l {
  margin-left: var(--margin-l) !important;
}
.ml-xl {
  margin-left: var(--margin-xl) !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mr-xs {
  margin-right: var(--margin-xs) !important;
}
.mr-s {
  margin-right: var(--margin-s) !important;
}
.mr-m {
  margin-right: var(--margin-m) !important;
}
.mr-l {
  margin-right: var(--margin-l) !important;
}
.mr-xl {
  margin-right: var(--margin-xl) !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mt-xs {
  margin-top: var(--margin-xs) !important;
}
.mt-s {
  margin-top: var(--margin-s) !important;
}
.mt-m {
  margin-top: var(--margin-m) !important;
}
.mt-l {
  margin-top: var(--margin-l) !important;
}
.mt-xl {
  margin-top: var(--margin-xl) !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.mb-xs {
  margin-bottom: var(--margin-xs) !important;
}
.mb-s {
  margin-bottom: var(--margin-s) !important;
}
.mb-m {
  margin-bottom: var(--margin-m) !important;
}
.mb-l {
  margin-bottom: var(--margin-l) !important;
}
.mb-xl {
  margin-bottom: var(--margin-xl) !important;
}
.my-0 {
  margin-block: 0 !important;
}
.my-auto {
  margin-block: auto !important;
}
.my-xs {
  margin-block: var(--margin-xs) !important;
}
.my-s {
  margin-block: var(--margin-s) !important;
}
.my-m {
  margin-block: var(--margin-m) !important;
}
.my-l {
  margin-block: var(--margin-l) !important;
}
.my-xl {
  margin-block: var(--margin-xl) !important;
}
.mx-0 {
  margin-inline: 0 !important;
}
.mx-auto {
  margin-inline: auto !important;
}
.mx-xs {
  margin-inline: var(--margin-xs) !important;
}
.mx-s {
  margin-inline: var(--margin-s) !important;
}
.mx-m {
  margin-inline: var(--margin-m) !important;
}
.mx-l {
  margin-inline: var(--margin-l) !important;
}
.mx-xl {
  margin-inline: var(--margin-xl) !important;
}
.margin-none {
  margin: 0 !important;
}
.margin-auto {
  margin: auto !important;
}
.margin-xs {
  margin: var(--margin-xs) !important;
}
.margin-s {
  margin: var(--margin-s) !important;
}
.margin-m {
  margin: var(--margin-m) !important;
}
.margin-l {
  margin: var(--margin-l) !important;
}
.margin-xl {
  margin: var(--margin-xl) !important;
}
.margin-left-none {
  margin-left: 0 !important;
}
.margin-left-auto {
  margin-left: auto !important;
}
.margin-left-xs {
  margin-left: var(--margin-xs) !important;
}
.margin-left-s {
  margin-left: var(--margin-s) !important;
}
.margin-left-m {
  margin-left: var(--margin-m) !important;
}
.margin-left-l {
  margin-left: var(--margin-l) !important;
}
.margin-left-xl {
  margin-left: var(--margin-xl) !important;
}
.margin-right-none {
  margin-right: 0 !important;
}
.margin-right-auto {
  margin-right: auto !important;
}
.margin-right-xs {
  margin-right: var(--margin-xs) !important;
}
.margin-right-s {
  margin-right: var(--margin-s) !important;
}
.margin-right-m {
  margin-right: var(--margin-m) !important;
}
.margin-right-l {
  margin-right: var(--margin-l) !important;
}
.margin-right-xl {
  margin-right: var(--margin-xl) !important;
}
.margin-top-none {
  margin-top: 0 !important;
}
.margin-top-auto {
  margin-top: auto !important;
}
.margin-top-xs {
  margin-top: var(--margin-xs) !important;
}
.margin-top-s {
  margin-top: var(--margin-s) !important;
}
.margin-top-m {
  margin-top: var(--margin-m) !important;
}
.margin-top-l {
  margin-top: var(--margin-l) !important;
}
.margin-top-xl {
  margin-top: var(--margin-xl) !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.margin-bottom-auto {
  margin-bottom: auto !important;
}
.margin-bottom-xs {
  margin-bottom: var(--margin-xs) !important;
}
.margin-bottom-s {
  margin-bottom: var(--margin-s) !important;
}
.margin-bottom-m {
  margin-bottom: var(--margin-m) !important;
}
.margin-bottom-l {
  margin-bottom: var(--margin-l) !important;
}
.margin-bottom-xl {
  margin-bottom: var(--margin-xl) !important;
}
.margin-tb-none {
  margin-block: 0 !important;
}
.margin-tb-auto {
  margin-block: auto !important;
}
.margin-tb-xs {
  margin-block: var(--margin-xs) !important;
}
.margin-tb-s {
  margin-block: var(--margin-s) !important;
}
.margin-tb-m {
  margin-block: var(--margin-m) !important;
}
.margin-tb-l {
  margin-block: var(--margin-l) !important;
}
.margin-tb-xl {
  margin-block: var(--margin-xl) !important;
}
.margin-lr-none {
  margin-inline: 0 !important;
}
.margin-lr-auto {
  margin-inline: auto !important;
}
.margin-lr-xs {
  margin-inline: var(--margin-xs) !important;
}
.margin-lr-s {
  margin-inline: var(--margin-s) !important;
}
.margin-lr-m {
  margin-inline: var(--margin-m) !important;
}
.margin-lr-l {
  margin-inline: var(--margin-l) !important;
}
.margin-lr-xl {
  margin-inline: var(--margin-xl) !important;
}
.p-0 {
  padding: 0 !important;
}
.p-xs {
  padding: var(--padding-xs) !important;
}
.p-s {
  padding: var(--padding-s) !important;
}
.p-m {
  padding: var(--padding-m) !important;
}
.p-l {
  padding: var(--padding-l) !important;
}
.p-xl {
  padding: var(--padding-xl) !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-xs {
  padding-left: var(--padding-xs) !important;
}
.pl-s {
  padding-left: var(--padding-s) !important;
}
.pl-m {
  padding-left: var(--padding-m) !important;
}
.pl-l {
  padding-left: var(--padding-l) !important;
}
.pl-xl {
  padding-left: var(--padding-xl) !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-xs {
  padding-right: var(--padding-xs) !important;
}
.pr-s {
  padding-right: var(--padding-s) !important;
}
.pr-m {
  padding-right: var(--padding-m) !important;
}
.pr-l {
  padding-right: var(--padding-l) !important;
}
.pr-xl {
  padding-right: var(--padding-xl) !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: var(--padding-xs) !important;
}
.pt-s {
  padding-top: var(--padding-s) !important;
}
.pt-m {
  padding-top: var(--padding-m) !important;
}
.pt-l {
  padding-top: var(--padding-l) !important;
}
.pt-xl {
  padding-top: var(--padding-xl) !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-xs {
  padding-bottom: var(--padding-xs) !important;
}
.pb-s {
  padding-bottom: var(--padding-s) !important;
}
.pb-m {
  padding-bottom: var(--padding-m) !important;
}
.pb-l {
  padding-bottom: var(--padding-l) !important;
}
.pb-xl {
  padding-bottom: var(--padding-xl) !important;
}
.py-0 {
  padding-block: 0 !important;
}
.py-xs {
  padding-block: var(--padding-xs) !important;
}
.py-s {
  padding-block: var(--padding-s) !important;
}
.py-m {
  padding-block: var(--padding-m) !important;
}
.py-l {
  padding-block: var(--padding-l) !important;
}
.py-xl {
  padding-block: var(--padding-xl) !important;
}
.px-0 {
  padding-inline: 0 !important;
}
.px-xs {
  padding-inline: var(--padding-xs) !important;
}
.px-s {
  padding-inline: var(--padding-s) !important;
}
.px-m {
  padding-inline: var(--padding-m) !important;
}
.px-l {
  padding-inline: var(--padding-l) !important;
}
.px-xl {
  padding-inline: var(--padding-xl) !important;
}
.padding-none {
  padding: 0 !important;
}
.padding-xs {
  padding: var(--padding-xs) !important;
}
.padding-s {
  padding: var(--padding-s) !important;
}
.padding-m {
  padding: var(--padding-m) !important;
}
.padding-l {
  padding: var(--padding-l) !important;
}
.padding-xl {
  padding: var(--padding-xl) !important;
}
.padding-left-none {
  padding-left: 0 !important;
}
.padding-left-xs {
  padding-left: var(--padding-xs) !important;
}
.padding-left-s {
  padding-left: var(--padding-s) !important;
}
.padding-left-m {
  padding-left: var(--padding-m) !important;
}
.padding-left-l {
  padding-left: var(--padding-l) !important;
}
.padding-left-xl {
  padding-left: var(--padding-xl) !important;
}
.padding-right-none {
  padding-right: 0 !important;
}
.padding-right-xs {
  padding-right: var(--padding-xs) !important;
}
.padding-right-s {
  padding-right: var(--padding-s) !important;
}
.padding-right-m {
  padding-right: var(--padding-m) !important;
}
.padding-right-l {
  padding-right: var(--padding-l) !important;
}
.padding-right-xl {
  padding-right: var(--padding-xl) !important;
}
.padding-top-none {
  padding-top: 0 !important;
}
.padding-top-xs {
  padding-top: var(--padding-xs) !important;
}
.padding-top-s {
  padding-top: var(--padding-s) !important;
}
.padding-top-m {
  padding-top: var(--padding-m) !important;
}
.padding-top-l {
  padding-top: var(--padding-l) !important;
}
.padding-top-xl {
  padding-top: var(--padding-xl) !important;
}
.padding-bottom-none {
  padding-bottom: 0 !important;
}
.padding-bottom-xs {
  padding-bottom: var(--padding-xs) !important;
}
.padding-bottom-s {
  padding-bottom: var(--padding-s) !important;
}
.padding-bottom-m {
  padding-bottom: var(--padding-m) !important;
}
.padding-bottom-l {
  padding-bottom: var(--padding-l) !important;
}
.padding-bottom-xl {
  padding-bottom: var(--padding-xl) !important;
}
.padding-tb-none {
  padding-block: 0 !important;
}
.padding-tb-xs {
  padding-block: var(--padding-xs) !important;
}
.padding-tb-s {
  padding-block: var(--padding-s) !important;
}
.padding-tb-m {
  padding-block: var(--padding-m) !important;
}
.padding-tb-l {
  padding-block: var(--padding-l) !important;
}
.padding-tb-xl {
  padding-block: var(--padding-xl) !important;
}
.padding-lr-none {
  padding-inline: 0 !important;
}
.padding-lr-xs {
  padding-inline: var(--padding-xs) !important;
}
.padding-lr-s {
  padding-inline: var(--padding-s) !important;
}
.padding-lr-m {
  padding-inline: var(--padding-m) !important;
}
.padding-lr-l {
  padding-inline: var(--padding-l) !important;
}
.padding-lr-xl {
  padding-inline: var(--padding-xl) !important;
}
.gap-none {
  gap: 0 !important;
}
.gap-xs {
  gap: var(--gap-xs) !important;
}
.gap-s {
  gap: var(--gap-s) !important;
}
.gap-m {
  gap: var(--gap-m) !important;
}
.gap-l {
  gap: var(--gap-l) !important;
}
.gap-xl {
  gap: var(--gap-xl) !important;
}
.column-gap-none {
  column-gap: 0 !important;
}
.column-gap-xs {
  column-gap: var(--gap-xs) !important;
}
.column-gap-s {
  column-gap: var(--gap-s) !important;
}
.column-gap-m {
  column-gap: var(--gap-m) !important;
}
.column-gap-l {
  column-gap: var(--gap-l) !important;
}
.column-gap-xl {
  column-gap: var(--gap-xl) !important;
}
.row-gap-none {
  row-gap: 0 !important;
}
.row-gap-xs {
  row-gap: var(--gap-xs) !important;
}
.row-gap-s {
  row-gap: var(--gap-s) !important;
}
.row-gap-m {
  row-gap: var(--gap-m) !important;
}
.row-gap-l {
  row-gap: var(--gap-l) !important;
}
.row-gap-xl {
  row-gap: var(--gap-xl) !important;
}
kbd {
  font-family: var(--typography-code-font-family), sans-serif;
  font-size: var(--typography-code-font-size);
  font-weight: var(--typography-code-font-weight);
  letter-spacing: var(--typography-code-letter-spacing);
  line-height: var(--typography-code-line-height);
  font-style: var(--typography-code-font-style);
  font-variation-settings: var(--typography-code-font-variation-settings, var(--typography-code-font-grade));
  background: var(--kbd-background);
  border-radius: var(--kbd-border-radius);
  padding-block: var(--kbd-padding-block);
  padding-inline: var(--kbd-padding-inline);
}
kbd > kbd {
  padding-inline: 0;
  padding-block: 0;
}
body {
  background: var(--surface-background);
  color: var(--text-default);
  font-family: var(--typography-body-font-family), sans-serif;
  font-size: var(--typography-body-font-size);
  font-weight: var(--typography-body-font-weight);
  letter-spacing: var(--typography-body-letter-spacing);
  line-height: var(--typography-body-line-height);
}
@property --angle { syntax:"<percentage>";initial-value:0%;inherits:false }
.display-none {
  display: none !important;
}
.display-block {
  display: block !important;
}
.display-inline {
  display: inline !important;
}
.display-flex {
  display: flex !important;
}
.display-inline-flex {
  display: inline-flex !important;
}
.display-grid {
  display: grid !important;
}
.display-contents {
  display: contents !important;
}
.display-flex-column {
  display: flex !important;
  flex-direction: column !important;
}
.flex-main-container {
  flex-shrink: 1 !important;
  flex-grow: 1 !important;
  min-height: var(--dimension-0) !important;
  min-width: var(--dimension-0) !important;
}
.flex-direction-column {
  flex-direction: column !important;
}
.flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-direction-row {
  flex-direction: row !important;
}
.flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}
.no-flex-grow {
  flex-grow: 0 !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.no-flex-shrink {
  flex-shrink: 0 !important;
}
.flex-shrink {
  flex-shrink: 1 !important;
}
.flex-basis-0 {
  flex-basis: 0 !important;
}
.flex-basis-2 {
  flex-basis: 2% !important;
}
.flex-basis-5 {
  flex-basis: 5% !important;
}
.flex-basis-10 {
  flex-basis: 10% !important;
}
.flex-basis-15 {
  flex-basis: 15% !important;
}
.flex-basis-20 {
  flex-basis: 20% !important;
}
.flex-basis-25 {
  flex-basis: 25% !important;
}
.flex-basis-30 {
  flex-basis: 30% !important;
}
.flex-basis-35 {
  flex-basis: 35% !important;
}
.flex-basis-40 {
  flex-basis: 40% !important;
}
.flex-basis-45 {
  flex-basis: 45% !important;
}
.flex-basis-50 {
  flex-basis: 50% !important;
}
.flex-basis-55 {
  flex-basis: 55% !important;
}
.flex-basis-60 {
  flex-basis: 60% !important;
}
.flex-basis-65 {
  flex-basis: 65% !important;
}
.flex-basis-70 {
  flex-basis: 70% !important;
}
.flex-basis-75 {
  flex-basis: 75% !important;
}
.flex-basis-80 {
  flex-basis: 80% !important;
}
.flex-basis-85 {
  flex-basis: 85% !important;
}
.flex-basis-90 {
  flex-basis: 90% !important;
}
.flex-basis-95 {
  flex-basis: 95% !important;
}
.flex-basis-100 {
  flex-basis: 100% !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-relative {
  position: relative !important;
}
.position-sticky {
  position: sticky !important;
}
.flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-wrap {
  flex-wrap: wrap !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-flex-end {
  align-items: flex-end !important;
}
.align-items-flex-start {
  align-items: flex-start !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.align-self-flex-end {
  align-self: flex-end !important;
}
.align-self-flex-start {
  align-self: flex-start !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-content-flex-end {
  align-content: flex-end !important;
}
.align-content-flex-start {
  align-content: flex-start !important;
}
.align-content-space-around {
  align-content: space-around !important;
}
.align-content-space-between {
  align-content: space-between !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-start {
  justify-content: start !important;
}
.justify-content-end {
  justify-content: end !important;
}
.justify-content-flex-end {
  justify-content: flex-end !important;
}
.justify-content-flex-start {
  justify-content: flex-start !important;
}
.justify-content-space-evenly {
  justify-content: space-evenly !important;
}
.justify-content-space-around {
  justify-content: space-around !important;
}
.justify-content-space-between {
  justify-content: space-between !important;
}
.justify-self-flex-start {
  justify-self: flex-start !important;
}
.justify-self-flex-end {
  justify-self: flex-end !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.all-width {
  width: 100% !important;
}
.all-height {
  height: 100% !important;
}
.all-min-width {
  min-width: 100% !important;
}
.all-min-height {
  min-height: 100% !important;
}
.all-max-width {
  max-width: 100% !important;
}
.all-max-height {
  max-height: 100% !important;
}
.half-width {
  width: 50% !important;
}
.half-height {
  height: 50% !important;
}
.half-min-width {
  min-width: 50% !important;
}
.half-min-height {
  min-height: 50% !important;
}
.no-width {
  width: var(--dimension-0) !important;
}
.no-height {
  height: var(--dimension-0) !important;
}
.no-min-width {
  min-width: var(--dimension-0) !important;
}
.no-min-height {
  min-height: var(--dimension-0) !important;
}
.sc-mask {
  position: fixed;
  inset: 0;
  background-color: var(--surface-mask);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.elevation-medium {
  box-shadow: var(--elevation-medium);
}
.elevation-large {
  box-shadow: var(--elevation-large);
}
.text-brand {
  color: var(--text-brand);
}
.text-default {
  color: var(--text-default);
}
.text-disabled {
  color: var(--text-disabled);
}
.text-icon-with-darker-text-warning {
  color: var(--text-icon-with-darker-text-warning);
}
.text-info {
  color: var(--text-info);
}
.text-inverted {
  color: var(--text-inverted);
}
.text-muted {
  color: var(--text-muted);
}
.text-negative {
  color: var(--text-negative);
}
.text-positive {
  color: var(--text-positive);
}
.text-warning {
  color: var(--text-warning);
}
.disabled-10-color {
  color: var(--color-disabled-10);
}
.disabled-10-background {
  background: var(--color-disabled-10);
}
.focus-10-color {
  color: var(--color-focus-10);
}
.focus-10-background {
  background: var(--color-focus-10);
}
.grid-header-color {
  color: var(--color-grid-header);
}
.grid-header-background {
  background: var(--color-grid-header);
}
.grid-row-odd-color {
  color: var(--color-grid-row-odd);
}
.grid-row-odd-background {
  background: var(--color-grid-row-odd);
}
.grid-row-selected-color {
  color: var(--color-grid-row-selected);
}
.grid-row-selected-background {
  background: var(--color-grid-row-selected);
}
.info-10-color {
  color: var(--color-info-10);
}
.info-10-background {
  background: var(--color-info-10);
}
.info-20-color {
  color: var(--color-info-20);
}
.info-20-background {
  background: var(--color-info-20);
}
.info-30-color {
  color: var(--color-info-30);
}
.info-30-background {
  background: var(--color-info-30);
}
.info-40-color {
  color: var(--color-info-40);
}
.info-40-background {
  background: var(--color-info-40);
}
.info-50-color {
  color: var(--color-info-50);
}
.info-50-background {
  background: var(--color-info-50);
}
.interactive-10-color {
  color: var(--color-interactive-10);
}
.interactive-10-background {
  background: var(--color-interactive-10);
}
.interactive-20-color {
  color: var(--color-interactive-20);
}
.interactive-20-background {
  background: var(--color-interactive-20);
}
.interactive-30-color {
  color: var(--color-interactive-30);
}
.interactive-30-background {
  background: var(--color-interactive-30);
}
.interactive-40-color {
  color: var(--color-interactive-40);
}
.interactive-40-background {
  background: var(--color-interactive-40);
}
.interactive-50-color {
  color: var(--color-interactive-50);
}
.interactive-50-background {
  background: var(--color-interactive-50);
}
.link-10-color {
  color: var(--color-link-10);
}
.link-10-background {
  background: var(--color-link-10);
}
.link-20-color {
  color: var(--color-link-20);
}
.link-20-background {
  background: var(--color-link-20);
}
.link-30-color {
  color: var(--color-link-30);
}
.link-30-background {
  background: var(--color-link-30);
}
.negative-10-color {
  color: var(--color-negative-10);
}
.negative-10-background {
  background: var(--color-negative-10);
}
.negative-20-color {
  color: var(--color-negative-20);
}
.negative-20-background {
  background: var(--color-negative-20);
}
.negative-30-color {
  color: var(--color-negative-30);
}
.negative-30-background {
  background: var(--color-negative-30);
}
.negative-40-color {
  color: var(--color-negative-40);
}
.negative-40-background {
  background: var(--color-negative-40);
}
.negative-50-color {
  color: var(--color-negative-50);
}
.negative-50-background {
  background: var(--color-negative-50);
}
.neutral-10-color {
  color: var(--color-neutral-10);
}
.neutral-10-background {
  background: var(--color-neutral-10);
}
.neutral-20-color {
  color: var(--color-neutral-20);
}
.neutral-20-background {
  background: var(--color-neutral-20);
}
.neutral-30-color {
  color: var(--color-neutral-30);
}
.neutral-30-background {
  background: var(--color-neutral-30);
}
.neutral-40-color {
  color: var(--color-neutral-40);
}
.neutral-40-background {
  background: var(--color-neutral-40);
}
.neutral-50-color {
  color: var(--color-neutral-50);
}
.neutral-50-background {
  background: var(--color-neutral-50);
}
.positive-10-color {
  color: var(--color-positive-10);
}
.positive-10-background {
  background: var(--color-positive-10);
}
.positive-20-color {
  color: var(--color-positive-20);
}
.positive-20-background {
  background: var(--color-positive-20);
}
.positive-30-color {
  color: var(--color-positive-30);
}
.positive-30-background {
  background: var(--color-positive-30);
}
.positive-40-color {
  color: var(--color-positive-40);
}
.positive-40-background {
  background: var(--color-positive-40);
}
.positive-50-color {
  color: var(--color-positive-50);
}
.positive-50-background {
  background: var(--color-positive-50);
}
.warning-10-color {
  color: var(--color-warning-10);
}
.warning-10-background {
  background: var(--color-warning-10);
}
.warning-20-color {
  color: var(--color-warning-20);
}
.warning-20-background {
  background: var(--color-warning-20);
}
.warning-30-color {
  color: var(--color-warning-30);
}
.warning-30-background {
  background: var(--color-warning-30);
}
.warning-40-color {
  color: var(--color-warning-40);
}
.warning-40-background {
  background: var(--color-warning-40);
}
.warning-50-color {
  color: var(--color-warning-50);
}
.warning-50-background {
  background: var(--color-warning-50);
}
.border-color-10 {
  border-color: var(--border-color-10);
}
.border-color-20 {
  border-color: var(--border-color-20);
}
.border-color-30 {
  border-color: var(--border-color-30);
}
.surface-background-background {
  background: var(--surface-background);
}
.surface-level-1-background {
  background: var(--surface-level-1);
}
.surface-level-2-background {
  background: var(--surface-level-2);
}
.surface-level-3-background {
  background: var(--surface-level-3);
}
.surface-mask-background {
  background: var(--surface-mask);
}
.surface-raised-background {
  background: var(--surface-raised);
}
.surface-tint-info-color {
  color: var(--surface-tint-info);
}
.surface-tint-inverted-color {
  color: var(--surface-tint-inverted);
}
.surface-tint-negative-color {
  color: var(--surface-tint-negative);
}
.surface-tint-neutral-10-color {
  color: var(--surface-tint-neutral-10);
}
.surface-tint-neutral-20-color {
  color: var(--surface-tint-neutral-20);
}
.surface-tint-positive-color {
  color: var(--surface-tint-positive);
}
.surface-tint-transparent-color {
  color: var(--surface-tint-transparent);
}
.surface-tint-warning-color {
  color: var(--surface-tint-warning);
}
.text-align-center {
  text-align: center !important;
}
.text-align-end {
  text-align: end !important;
}
.text-align-start {
  text-align: start !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-wrap-break-word {
  overflow-wrap: break-word !important;
}
.overflow-wrap-normal {
  overflow-wrap: normal !important;
}
.text-transform-capitalize {
  text-transform: capitalize !important;
}
.text-transform-lowercase {
  text-transform: lowercase !important;
}
.text-transform-none {
  text-transform: none !important;
}
.text-transform-uppercase {
  text-transform: uppercase !important;
}
.text-decoration-dashed {
  text-decoration: dashed !important;
}
.text-decoration-dotted {
  text-decoration: dotted !important;
}
.text-decoration-double {
  text-decoration: double !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-solid {
  text-decoration: solid !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-wavy {
  text-decoration: wavy !important;
}
.white-space-nowrap {
  white-space: nowrap !important;
}
.white-space-normal {
  white-space: normal !important;
}
.white-space-pre-wrap {
  white-space: pre-wrap !important;
}
.white-space-pre {
  white-space: pre !important;
}
.visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.text-overflow-ellipsis {
  text-overflow: ellipsis !important;
}
.text-overflow-clip {
  text-overflow: clip !important;
}
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-wait {
  cursor: wait !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-help {
  cursor: help !important;
}
.cursor-copy {
  cursor: copy !important;
}
.cursor-grab {
  cursor: grab !important;
}
.cursor-grabbing {
  cursor: grabbing !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
@font-face {
  font-family: fallback;
  src: local(Arial);
  size-adjust: 0%;
}
.link {
  text-decoration-line: underline;
  cursor: pointer;
}
.typography-block-title {
  font-family: var(--typography-block-title-font-family), sans-serif;
  font-size: var(--typography-block-title-font-size);
  font-weight: var(--typography-block-title-font-weight);
  letter-spacing: var(--typography-block-title-letter-spacing);
  line-height: var(--typography-block-title-line-height);
  font-style: var(--typography-block-title-font-style);
  font-variation-settings: var(--typography-block-title-font-variation-settings, var(--typography-block-title-font-grade));
}
.typography-body {
  font-family: var(--typography-body-font-family), sans-serif;
  font-size: var(--typography-body-font-size);
  font-weight: var(--typography-body-font-weight);
  letter-spacing: var(--typography-body-letter-spacing);
  line-height: var(--typography-body-line-height);
  font-style: var(--typography-body-font-style);
  font-variation-settings: var(--typography-body-font-variation-settings, var(--typography-body-font-grade));
}
.typography-chart-axis-label {
  font-family: var(--typography-chart-axis-label-font-family), sans-serif;
  font-size: var(--typography-chart-axis-label-font-size);
  font-weight: var(--typography-chart-axis-label-font-weight);
  letter-spacing: var(--typography-chart-axis-label-letter-spacing);
  line-height: var(--typography-chart-axis-label-line-height);
  font-style: var(--typography-chart-axis-label-font-style);
  font-variation-settings: var(--typography-chart-axis-label-font-variation-settings, var(--typography-chart-axis-label-font-grade));
}
.typography-chart-chart-text {
  font-family: var(--typography-chart-chart-text-font-family), sans-serif;
  font-size: var(--typography-chart-chart-text-font-size);
  font-weight: var(--typography-chart-chart-text-font-weight);
  letter-spacing: var(--typography-chart-chart-text-letter-spacing);
  line-height: var(--typography-chart-chart-text-line-height);
  font-style: var(--typography-chart-chart-text-font-style);
  font-variation-settings: var(--typography-chart-chart-text-font-variation-settings, var(--typography-chart-chart-text-font-grade));
}
.typography-chart-series-data-point-label {
  font-family: var(--typography-chart-series-data-point-label-font-family), sans-serif;
  font-size: var(--typography-chart-series-data-point-label-font-size);
  font-weight: var(--typography-chart-series-data-point-label-font-weight);
  letter-spacing: var(--typography-chart-series-data-point-label-letter-spacing);
  line-height: var(--typography-chart-series-data-point-label-line-height);
  font-style: var(--typography-chart-series-data-point-label-font-style);
  font-variation-settings: var(--typography-chart-series-data-point-label-font-variation-settings, var(--typography-chart-series-data-point-label-font-grade));
}
.typography-code {
  font-family: var(--typography-code-font-family), sans-serif;
  font-size: var(--typography-code-font-size);
  font-weight: var(--typography-code-font-weight);
  letter-spacing: var(--typography-code-letter-spacing);
  line-height: var(--typography-code-line-height);
  font-style: var(--typography-code-font-style);
  font-variation-settings: var(--typography-code-font-variation-settings, var(--typography-code-font-grade));
}
.typography-data-label-title {
  font-family: var(--typography-data-label-title-font-family), sans-serif;
  font-size: var(--typography-data-label-title-font-size);
  font-weight: var(--typography-data-label-title-font-weight);
  letter-spacing: var(--typography-data-label-title-letter-spacing);
  line-height: var(--typography-data-label-title-line-height);
  font-style: var(--typography-data-label-title-font-style);
  font-variation-settings: var(--typography-data-label-title-font-variation-settings, var(--typography-data-label-title-font-grade));
}
.typography-datagrid {
  font-family: var(--typography-datagrid-font-family), sans-serif;
  font-size: var(--typography-datagrid-font-size);
  font-weight: var(--typography-datagrid-font-weight);
  letter-spacing: var(--typography-datagrid-letter-spacing);
  line-height: var(--typography-datagrid-line-height);
  font-style: var(--typography-datagrid-font-style);
  font-variation-settings: var(--typography-datagrid-font-variation-settings, var(--typography-datagrid-font-grade));
}
.typography-input-label {
  font-family: var(--typography-input-label-font-family), sans-serif;
  font-size: var(--typography-input-label-font-size);
  font-weight: var(--typography-input-label-font-weight);
  letter-spacing: var(--typography-input-label-letter-spacing);
  line-height: var(--typography-input-label-line-height);
  font-style: var(--typography-input-label-font-style);
  font-variation-settings: var(--typography-input-label-font-variation-settings, var(--typography-input-label-font-grade));
}
.typography-italic {
  font-family: var(--typography-italic-font-family), sans-serif;
  font-size: var(--typography-italic-font-size);
  font-weight: var(--typography-italic-font-weight);
  letter-spacing: var(--typography-italic-letter-spacing);
  line-height: var(--typography-italic-line-height);
  font-style: var(--typography-italic-font-style);
  font-variation-settings: var(--typography-italic-font-variation-settings, var(--typography-italic-font-grade));
}
.typography-label-title {
  font-family: var(--typography-label-title-font-family), sans-serif;
  font-size: var(--typography-label-title-font-size);
  font-weight: var(--typography-label-title-font-weight);
  letter-spacing: var(--typography-label-title-letter-spacing);
  line-height: var(--typography-label-title-line-height);
  font-style: var(--typography-label-title-font-style);
  font-variation-settings: var(--typography-label-title-font-variation-settings, var(--typography-label-title-font-grade));
}
.typography-link {
  font-family: var(--typography-link-font-family), sans-serif;
  font-size: var(--typography-link-font-size);
  font-weight: var(--typography-link-font-weight);
  letter-spacing: var(--typography-link-letter-spacing);
  line-height: var(--typography-link-line-height);
  font-style: var(--typography-link-font-style);
  font-variation-settings: var(--typography-link-font-variation-settings, var(--typography-link-font-grade));
}
.typography-micro-title {
  font-family: var(--typography-micro-title-font-family), sans-serif;
  font-size: var(--typography-micro-title-font-size);
  font-weight: var(--typography-micro-title-font-weight);
  letter-spacing: var(--typography-micro-title-letter-spacing);
  line-height: var(--typography-micro-title-line-height);
  font-style: var(--typography-micro-title-font-style);
  font-variation-settings: var(--typography-micro-title-font-variation-settings, var(--typography-micro-title-font-grade));
}
.typography-narrow {
  font-family: var(--typography-narrow-font-family), sans-serif;
  font-size: var(--typography-narrow-font-size);
  font-weight: var(--typography-narrow-font-weight);
  letter-spacing: var(--typography-narrow-letter-spacing);
  line-height: var(--typography-narrow-line-height);
  font-style: var(--typography-narrow-font-style);
  font-variation-settings: var(--typography-narrow-font-variation-settings, var(--typography-narrow-font-grade));
}
.typography-page-title {
  font-family: var(--typography-page-title-font-family), sans-serif;
  font-size: var(--typography-page-title-font-size);
  font-weight: var(--typography-page-title-font-weight);
  letter-spacing: var(--typography-page-title-letter-spacing);
  line-height: var(--typography-page-title-line-height);
  font-style: var(--typography-page-title-font-style);
  font-variation-settings: var(--typography-page-title-font-variation-settings, var(--typography-page-title-font-grade));
}
.typography-paragraph {
  font-family: var(--typography-paragraph-font-family), sans-serif;
  font-size: var(--typography-paragraph-font-size);
  font-weight: var(--typography-paragraph-font-weight);
  letter-spacing: var(--typography-paragraph-letter-spacing);
  line-height: var(--typography-paragraph-line-height);
  font-style: var(--typography-paragraph-font-style);
  font-variation-settings: var(--typography-paragraph-font-variation-settings, var(--typography-paragraph-font-grade));
}
.typography-section-title {
  font-family: var(--typography-section-title-font-family), sans-serif;
  font-size: var(--typography-section-title-font-size);
  font-weight: var(--typography-section-title-font-weight);
  letter-spacing: var(--typography-section-title-letter-spacing);
  line-height: var(--typography-section-title-line-height);
  font-style: var(--typography-section-title-font-style);
  font-variation-settings: var(--typography-section-title-font-variation-settings, var(--typography-section-title-font-grade));
}
.typography-small {
  font-family: var(--typography-small-font-family), sans-serif;
  font-size: var(--typography-small-font-size);
  font-weight: var(--typography-small-font-weight);
  letter-spacing: var(--typography-small-letter-spacing);
  line-height: var(--typography-small-line-height);
  font-style: var(--typography-small-font-style);
  font-variation-settings: var(--typography-small-font-variation-settings, var(--typography-small-font-grade));
}
.typography-smallcaps {
  font-family: var(--typography-smallcaps-font-family), sans-serif;
  font-size: var(--typography-smallcaps-font-size);
  font-weight: var(--typography-smallcaps-font-weight);
  letter-spacing: var(--typography-smallcaps-letter-spacing);
  line-height: var(--typography-smallcaps-line-height);
  font-style: var(--typography-smallcaps-font-style);
  font-variation-settings: var(--typography-smallcaps-font-variation-settings, var(--typography-smallcaps-font-grade));
}
.typography-sub-section-title {
  font-family: var(--typography-sub-section-title-font-family), sans-serif;
  font-size: var(--typography-sub-section-title-font-size);
  font-weight: var(--typography-sub-section-title-font-weight);
  letter-spacing: var(--typography-sub-section-title-letter-spacing);
  line-height: var(--typography-sub-section-title-line-height);
  font-style: var(--typography-sub-section-title-font-style);
  font-variation-settings: var(--typography-sub-section-title-font-variation-settings, var(--typography-sub-section-title-font-grade));
}
.typography-thick {
  font-family: var(--typography-thick-font-family), sans-serif;
  font-size: var(--typography-thick-font-size);
  font-weight: var(--typography-thick-font-weight);
  letter-spacing: var(--typography-thick-letter-spacing);
  line-height: var(--typography-thick-line-height);
  font-style: var(--typography-thick-font-style);
  font-variation-settings: var(--typography-thick-font-variation-settings, var(--typography-thick-font-grade));
}
.ag-popup:last-child .ag-popup-child {
  z-index: 1000;
}
.ag-row.bold,
.ag-row [data-weight=bold] {
  --typography-datagrid-font-weight: 700;
}
.ag-row.font-110,
.ag-row [data-size="110"] {
  --typography-datagrid-font-size: .825rem;
}
.ag-row.font-120,
.ag-row [data-size="120"] {
  --typography-datagrid-font-size: .9rem;
}
.ag-row [data-bg=transparent] {
  --ag-background-color: transparent;
  --ag-odd-row-background-color: transparent;
}
.ag-row.background-green-subtle,
.ag-row .ag-cell:has([data-bg=green-subtle]) {
  --ag-background-color: var(--color-formatting-background-green-subtle);
  --ag-odd-row-background-color: var(--color-formatting-background-green-subtle);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=green-subtle]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-green-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-green-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=green-subtle]) {
  background: var(--ag-background-color);
}
.ag-row.background-green-heavy,
.ag-row .ag-cell:has([data-bg=green-heavy]) {
  --ag-background-color: var(--color-formatting-background-green-heavy);
  --ag-odd-row-background-color: var(--color-formatting-background-green-heavy);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=green-heavy]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-green-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-green-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=green-heavy]) {
  background: var(--ag-background-color);
}
.ag-row.background-red-subtle,
.ag-row .ag-cell:has([data-bg=red-subtle]) {
  --ag-background-color: var(--color-formatting-background-red-subtle);
  --ag-odd-row-background-color: var(--color-formatting-background-red-subtle);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=red-subtle]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-red-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-red-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=red-subtle]) {
  background: var(--ag-background-color);
}
.ag-row.background-red-heavy,
.ag-row .ag-cell:has([data-bg=red-heavy]) {
  --ag-background-color: var(--color-formatting-background-red-heavy);
  --ag-odd-row-background-color: var(--color-formatting-background-red-heavy);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=red-heavy]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-red-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-red-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=red-heavy]) {
  background: var(--ag-background-color);
}
.ag-row.background-blue-subtle,
.ag-row .ag-cell:has([data-bg=blue-subtle]) {
  --ag-background-color: var(--color-formatting-background-blue-subtle);
  --ag-odd-row-background-color: var(--color-formatting-background-blue-subtle);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=blue-subtle]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-blue-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-blue-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=blue-subtle]) {
  background: var(--ag-background-color);
}
.ag-row.background-blue-heavy,
.ag-row .ag-cell:has([data-bg=blue-heavy]) {
  --ag-background-color: var(--color-formatting-background-blue-heavy);
  --ag-odd-row-background-color: var(--color-formatting-background-blue-heavy);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=blue-heavy]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-blue-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-blue-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=blue-heavy]) {
  background: var(--ag-background-color);
}
.ag-row.background-yellow-subtle,
.ag-row .ag-cell:has([data-bg=yellow-subtle]) {
  --ag-background-color: var(--color-formatting-background-yellow-subtle);
  --ag-odd-row-background-color: var(--color-formatting-background-yellow-subtle);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=yellow-subtle]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-yellow-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-yellow-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=yellow-subtle]) {
  background: var(--ag-background-color);
}
.ag-row.background-yellow-heavy,
.ag-row .ag-cell:has([data-bg=yellow-heavy]) {
  --ag-background-color: var(--color-formatting-background-yellow-heavy);
  --ag-odd-row-background-color: var(--color-formatting-background-yellow-heavy);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=yellow-heavy]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-yellow-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-yellow-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=yellow-heavy]) {
  background: var(--ag-background-color);
}
.ag-row.background-orange-subtle,
.ag-row .ag-cell:has([data-bg=orange-subtle]) {
  --ag-background-color: var(--color-formatting-background-orange-subtle);
  --ag-odd-row-background-color: var(--color-formatting-background-orange-subtle);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=orange-subtle]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-orange-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-orange-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=orange-subtle]) {
  background: var(--ag-background-color);
}
.ag-row.background-orange-heavy,
.ag-row .ag-cell:has([data-bg=orange-heavy]) {
  --ag-background-color: var(--color-formatting-background-orange-heavy);
  --ag-odd-row-background-color: var(--color-formatting-background-orange-heavy);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=orange-heavy]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-orange-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-orange-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=orange-heavy]) {
  background: var(--ag-background-color);
}
.ag-row.background-pink-subtle,
.ag-row .ag-cell:has([data-bg=pink-subtle]) {
  --ag-background-color: var(--color-formatting-background-pink-subtle);
  --ag-odd-row-background-color: var(--color-formatting-background-pink-subtle);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=pink-subtle]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-pink-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-pink-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=pink-subtle]) {
  background: var(--ag-background-color);
}
.ag-row.background-pink-heavy,
.ag-row .ag-cell:has([data-bg=pink-heavy]) {
  --ag-background-color: var(--color-formatting-background-pink-heavy);
  --ag-odd-row-background-color: var(--color-formatting-background-pink-heavy);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=pink-heavy]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-pink-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-pink-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=pink-heavy]) {
  background: var(--ag-background-color);
}
.ag-row.background-purple-subtle,
.ag-row .ag-cell:has([data-bg=purple-subtle]) {
  --ag-background-color: var(--color-formatting-background-purple-subtle);
  --ag-odd-row-background-color: var(--color-formatting-background-purple-subtle);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=purple-subtle]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-purple-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-purple-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=purple-subtle]) {
  background: var(--ag-background-color);
}
.ag-row.background-purple-heavy,
.ag-row .ag-cell:has([data-bg=purple-heavy]) {
  --ag-background-color: var(--color-formatting-background-purple-heavy);
  --ag-odd-row-background-color: var(--color-formatting-background-purple-heavy);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=purple-heavy]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-purple-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-purple-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=purple-heavy]) {
  background: var(--ag-background-color);
}
.ag-row.background-gray-subtle,
.ag-row .ag-cell:has([data-bg=gray-subtle]) {
  --ag-background-color: var(--color-formatting-background-gray-subtle);
  --ag-odd-row-background-color: var(--color-formatting-background-gray-subtle);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=gray-subtle]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-gray-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-gray-subtle) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=gray-subtle]) {
  background: var(--ag-background-color);
}
.ag-row.background-gray-heavy,
.ag-row .ag-cell:has([data-bg=gray-heavy]) {
  --ag-background-color: var(--color-formatting-background-gray-heavy);
  --ag-odd-row-background-color: var(--color-formatting-background-gray-heavy);
}
.ag-row.ag-row-hover .ag-cell:has([data-bg=gray-heavy]) {
  --ag-background-color: color-mix( in srgb-linear, var(--color-formatting-background-gray-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
  --ag-odd-row-background-color: color-mix( in srgb-linear, var(--color-formatting-background-gray-heavy) 100%, var(--ag-inherited-row-hover-color) 100% ) !important;
}
.ag-row .ag-cell:has([data-bg=gray-heavy]) {
  background: var(--ag-background-color);
}
.ag-row.text-default:not(.ag-row-hover):not(.ag-row-selected),
.ag-row .ag-cell:has([data-fg=default]) {
  --ag-foreground-color: var(--color-formatting-text-default);
  --ag-cell-text-color: var(--color-formatting-text-default);
  color: var(--ag-cell-text-color);
}
.ag-row.text-inverted:not(.ag-row-hover):not(.ag-row-selected),
.ag-row .ag-cell:has([data-fg=inverted]) {
  --ag-foreground-color: var(--color-formatting-text-inverted);
  --ag-cell-text-color: var(--color-formatting-text-inverted);
  color: var(--ag-cell-text-color);
}
.ag-row.text-green:not(.ag-row-hover):not(.ag-row-selected),
.ag-row .ag-cell:has([data-fg=green]) {
  --ag-foreground-color: var(--color-formatting-text-green);
  --ag-cell-text-color: var(--color-formatting-text-green);
  color: var(--ag-cell-text-color);
}
.ag-row.text-red:not(.ag-row-hover):not(.ag-row-selected),
.ag-row .ag-cell:has([data-fg=red]) {
  --ag-foreground-color: var(--color-formatting-text-red);
  --ag-cell-text-color: var(--color-formatting-text-red);
  color: var(--ag-cell-text-color);
}
.ag-row.text-blue:not(.ag-row-hover):not(.ag-row-selected),
.ag-row .ag-cell:has([data-fg=blue]) {
  --ag-foreground-color: var(--color-formatting-text-blue);
  --ag-cell-text-color: var(--color-formatting-text-blue);
  color: var(--ag-cell-text-color);
}
.ag-row.text-yellow:not(.ag-row-hover):not(.ag-row-selected),
.ag-row .ag-cell:has([data-fg=yellow]) {
  --ag-foreground-color: var(--color-formatting-text-yellow);
  --ag-cell-text-color: var(--color-formatting-text-yellow);
  color: var(--ag-cell-text-color);
}
.ag-row.text-orange:not(.ag-row-hover):not(.ag-row-selected),
.ag-row .ag-cell:has([data-fg=orange]) {
  --ag-foreground-color: var(--color-formatting-text-orange);
  --ag-cell-text-color: var(--color-formatting-text-orange);
  color: var(--ag-cell-text-color);
}
.ag-row.text-pink:not(.ag-row-hover):not(.ag-row-selected),
.ag-row .ag-cell:has([data-fg=pink]) {
  --ag-foreground-color: var(--color-formatting-text-pink);
  --ag-cell-text-color: var(--color-formatting-text-pink);
  color: var(--ag-cell-text-color);
}
.ag-row.text-purple:not(.ag-row-hover):not(.ag-row-selected),
.ag-row .ag-cell:has([data-fg=purple]) {
  --ag-foreground-color: var(--color-formatting-text-purple);
  --ag-cell-text-color: var(--color-formatting-text-purple);
  color: var(--ag-cell-text-color);
}
.ag-row.text-transparent:not(.ag-row-hover):not(.ag-row-selected),
.ag-row .ag-cell:has([data-fg=transparent]) {
  --ag-foreground-color: var(--color-formatting-text-transparent);
  --ag-cell-text-color: var(--color-formatting-text-transparent);
  color: var(--ag-cell-text-color);
}
.ag-row.text-transparent:not(.ag-row-hover):not(.ag-row-selected),
.ag-row .ag-cell:has([data-fg=transparent]) {
  --ag-foreground-color: transparent;
  --ag-cell-text-color: transparent;
  color: #0000;
}
table {
  background-color: var(--surface-level-1);
  border: solid var(--border-width-10) var(--border-color-10);
  border-radius: var(--radius-default);
  border-spacing: 0;
  overflow: hidden;
}
table,
table th {
  font-family: var(--typography-datagrid-font-family), sans-serif;
  font-size: var(--typography-datagrid-font-size);
  font-weight: var(--typography-datagrid-font-weight);
  letter-spacing: var(--typography-datagrid-letter-spacing);
  line-height: var(--typography-datagrid-line-height);
  font-style: var(--typography-datagrid-font-style);
  font-variation-settings: var(--typography-datagrid-font-variation-settings, var(--typography-datagrid-font-grade));
}
table td,
table th {
  padding: var(--dimension-4);
  text-align: unset;
}
table thead {
  background-color: var(--color-grid-header);
}
table thead,
table thead th {
  font-weight: 500;
}
table tbody tr:nth-child(2n) {
  background-color: var(--color-grid-row-odd);
}
table tbody tr:hover {
  background-color: var(--color-grid-row-selected);
}
[data-ref=eContainer] form:last-child [data-width]:after {
  content: "";
  width: var(--dummy-width);
}
.ag-header-row:has(.ag-sort-order:not(.ag-hidden)) .ag-header-cell-label {
  display: grid;
  grid-template: "sort filter" 1.25rem "text filter" 1fr/auto 1fr;
  row-gap: 0;
}
.ag-header-row:has(.ag-sort-order:not(.ag-hidden)) .ag-header-cell-label .ag-sort-indicator-container {
  grid-area: sort;
  display: inline-flex;
  align-items: center;
}
.ag-header-row:has(.ag-sort-order:not(.ag-hidden)) .ag-header-cell-label .ag-header-cell-text {
  grid-area: text;
}
.ag-header-row:has(.ag-sort-order:not(.ag-hidden)) .ag-header-cell-label .ag-filter-icon {
  grid-area: filter;
}
.ag-theme-simcorp {
  --ag-accent-color: var(--color-interactive-30) !important;
  --ag-background-color: var(--surface-level-1) !important;
  --ag-border-color: var(--ag-inherited-border-color, var(--border-color-10));
  --ag-browser-color-scheme: var(--color-scheme) !important;
  --ag-cell-editable-border: var(--border-width-10) dashed var(--color-focus-10);
  --ag-data-font-size: var(--ag-font-size);
  --ag-font-family: var(--typography-datagrid-font-family);
  --ag-foreground-color: var(--text-default) !important;
  --ag-header-background-color: var(--color-grid-header) !important;
  --ag-header-font-size: var(--ag-font-size);
  --ag-header-font-weight: var(--ag-inherited-header-font-weight, 500);
  --ag-header-height: var(--components-min-height);
  --ag-header-row-border: var(--ag-inherited-wrapper-border, solid var(--border-width-10) var(--border-color-10));
  --ag-inherited-cell-horizontal-padding: var(--dimension-4);
  --ag-inherited-font-size: var(--typography-datagrid-font-size);
  --ag-inherited-input-focus-border: var(--border-width-10) solid var(--color-focus-10);
  --ag-inherited-input-focus-shadow: none;
  --ag-inherited-pinned-column-border: transparent;
  --ag-inherited-range-selection-background-color: var(--color-grid-row-selected);
  --ag-inherited-range-selection-border-color: var(--color-focus-10);
  --ag-invalid-color: var(--color-negative-30) !important;
  --ag-row-border: 0 solid transparent;
  --ag-row-group-panel-background: var(--surface-level-2);
  --ag-row-height: var(--components-min-height);
  --ag-inherited-row-hover-color: color-mix(in srgb, var(--color-grid-row-hover-base-color) 40%, transparent 50%);
  --ag-spacing: var(--ag-inherited-spacing, var(--components-grid-spacing));
  --ag-text-color: var(--ag-inherited-text-color, var(--ag-foreground-color));
  --ag-value-change-delta-down-color: var(--text-negative, #e53935) !important;
  --ag-value-change-delta-up-color: var(--text-positive, #43a047) !important;
  --ag-wrapper-border: var(--ag-inherited-wrapper-border, solid var(--border-width-10) var(--border-color-10));
  --dummy-width: auto;
}
.ag-theme-simcorp .ag-tool-panel-wrapper {
  container: panel/size;
}
.ag-theme-simcorp .pivot-builder {
  --ag-background-color: transparent;
}
.ag-theme-simcorp .pivot-builder .ag-side-bar {
  width: 100% !important;
  --ag-side-bar-panel-width: 100%;
}
.ag-theme-simcorp .pivot-builder .ag-tool-panel-wrapper {
  width: 100% !important;
}
.ag-theme-simcorp .pivot-builder .ag-tool-panel-horizontal-resize {
  display: none;
}
.ag-theme-simcorp .pivot-builder .ag-column-panel {
  width: 100% !important;
  padding: 0 !important;
  grid-template: "columns - column-labels" 1fr "columns row-groups values" 1fr/1fr 1fr 1fr;
}
.ag-theme-simcorp .pivot-builder .ag-column-panel .ag-column-select-checkbox,
.ag-theme-simcorp .pivot-builder .ag-column-panel .ag-column-select-header-checkbox {
  display: none;
}
.ag-theme-simcorp .pivot-builder .ag-column-panel .ag-column-drop,
.ag-theme-simcorp .pivot-builder .ag-column-panel .ag-column-select {
  background: var(--surface-level-1);
}
.ag-theme-simcorp .pivot-builder .ag-column-panel .ag-column-drop-cell {
  background: var(--pill-filter-background-default);
  border-color: #0000;
}
.ag-theme-simcorp .pivot-builder .ag-pivot-mode-panel {
  display: none;
}
@container panel (width > 400px) {
  .ag-theme-simcorp .ag-column-panel:has(> .ag-hidden:last-child) {
    grid-template: "pivot pivot" auto "columns row-groups" 1fr "columns values" 1fr/1fr 1fr;
  }
  .ag-theme-simcorp .ag-column-panel {
    display: grid;
    grid-template: "columns row-groups column-labels" 1fr "columns values values" 1fr/1fr 1fr 1fr;
  }
  .ag-theme-simcorp .ag-column-panel:has(> .ag-pivot-mode-panel) {
    grid-template: "pivot pivot pivot" auto "columns row-groups column-labels" 1fr "columns values values" 1fr/1fr 1fr 1fr;
  }
  .ag-theme-simcorp .ag-column-panel {
    gap: var(--gap-m);
    padding: var(--padding-s) !important;
  }
  .ag-theme-simcorp .ag-column-panel .ag-column-drop,
  .ag-theme-simcorp .ag-column-panel .ag-column-select {
    border: 1px solid var(--border-color-10);
    border-radius: var(--radius-default);
  }
  .ag-theme-simcorp .ag-column-panel .ag-column-drop-vertical-title-bar {
    border-bottom: 1px solid var(--border-color-10);
    padding-inline: var(--padding-s);
    padding-block: unset;
    height: var(--components-min-height);
  }
  .ag-theme-simcorp .ag-column-panel .ag-column-select.ag-column-panel-column-select:before {
    content: "Available columns";
    display: flex;
    align-items: center;
    padding-inline: var(--padding-s);
    padding-block: unset;
    height: var(--components-min-height);
    border-bottom: 1px solid var(--border-color-10);
  }
  .ag-theme-simcorp .ag-column-panel .ag-pivot-mode-panel {
    grid-area: pivot;
  }
  .ag-theme-simcorp .ag-column-panel .ag-column-select {
    grid-area: columns;
  }
  .ag-theme-simcorp .ag-column-panel .ag-column-drop.ag-column-drop-rowgroup {
    grid-area: row-groups;
  }
  .ag-theme-simcorp .ag-column-panel .ag-column-drop.ag-column-drop-aggregation {
    grid-area: values;
  }
  .ag-theme-simcorp .ag-column-panel .ag-column-drop.ag-column-drop-pivot {
    grid-area: column-labels;
  }
  .ag-theme-simcorp .ag-column-panel .ag-resizer-wrapper {
    display: none;
  }
}
.ag-theme-simcorp.ag-status-bar-bottom .ag-status-bar {
  order: unset !important;
}
.ag-theme-simcorp .ag-status-bar-center,
.ag-theme-simcorp .ag-status-bar-left,
.ag-theme-simcorp .ag-status-bar-right {
  display: flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}
.ag-theme-simcorp .ag-status-bar-center:not(:has(sc-designated-filter-bar)),
.ag-theme-simcorp .ag-status-bar-left:not(:has(sc-designated-filter-bar)),
.ag-theme-simcorp .ag-status-bar-right:not(:has(sc-designated-filter-bar)) {
  flex-shrink: 0;
}
.ag-theme-simcorp .ag-root-wrapper:has(sc-toolpanel-buttons) .ag-side-buttons {
  display: none !important;
}
.ag-theme-simcorp .ag-cell:has(sc-row-flag) {
  padding: 0 !important;
}
.ag-theme-simcorp .ag-cell:not(.ag-cell-range-selected):has(sc-row-flag[flag=error]) {
  border-color: var(--color-negative-20);
}
.ag-theme-simcorp .ag-cell:not(.ag-cell-range-selected):has(sc-row-flag[flag=warning]) {
  border-color: var(--color-warning-10);
}
.ag-theme-simcorp .ag-cell:not(.ag-cell-range-selected):has(sc-row-flag[flag=info]) {
  border-color: var(--color-info-20);
}
.ag-theme-simcorp .ag-cell:not(.ag-cell-range-selected):has(sc-row-flag[flag=success]) {
  border-color: var(--color-positive-20);
}
.ag-theme-simcorp .ag-cell.ag-row-number-cell {
  background-color: var(--ag-header-background-color) !important;
  color: var(--text-default) !important;
}
.ag-theme-simcorp .ag-cell-wrapper.ag-checkbox-cell {
  justify-content: center;
}
.ag-theme-simcorp .ag-root-wrapper {
  background-color: #0000;
  border: none;
  overflow: visible;
}
.ag-theme-simcorp .ag-root-wrapper .ag-status-bar {
  order: -1;
  padding-inline: var(--dimension-0);
  padding-block: var(--dimension-0);
  gap: var(--gap-m);
  align-items: center;
  overflow: visible;
}
.ag-theme-simcorp .ag-root-wrapper .ag-status-bar > [role=status] {
  gap: var(--gap-m);
}
.ag-theme-simcorp .ag-root-wrapper > .ag-column-drop-wrapper .ag-column-drop {
  background: var(--ag-row-group-panel-background);
}
.ag-theme-simcorp .ag-root-wrapper > .ag-column-drop-wrapper:has(> :not(.ag-hidden)) {
  border-top: var(--ag-wrapper-border);
  border-top-left-radius: var(--ag-wrapper-border-radius);
  border-top-right-radius: var(--ag-wrapper-border-radius);
}
.ag-theme-simcorp .ag-root-wrapper > .ag-column-drop-wrapper:has(> :not(.ag-hidden)) .ag-column-drop {
  border-top-left-radius: var(--ag-wrapper-border-radius);
  border-top-right-radius: var(--ag-wrapper-border-radius);
}
.ag-theme-simcorp .ag-root-wrapper > :not(.ag-column-drop-wrapper:has(> :not(.ag-hidden))) + .ag-root-wrapper-body {
  border-top: var(--ag-wrapper-border);
  border-top-left-radius: var(--ag-wrapper-border-radius);
  border-top-right-radius: var(--ag-wrapper-border-radius);
}
.ag-theme-simcorp .ag-root-wrapper > :not(.ag-column-drop-wrapper:has(> :not(.ag-hidden))) + .ag-root-wrapper-body .ag-header {
  border-top-left-radius: var(--ag-wrapper-border-radius);
  border-top-right-radius: var(--ag-wrapper-border-radius);
}
.ag-theme-simcorp .ag-root-wrapper > :not(.ag-status-bar) {
  border-left: var(--ag-wrapper-border);
  border-right: var(--ag-wrapper-border);
}
.ag-theme-simcorp .ag-root-wrapper > .ag-root-wrapper-body {
  border-bottom: var(--ag-wrapper-border);
}
.ag-theme-simcorp .ag-root-wrapper > .ag-root-wrapper-body,
.ag-theme-simcorp .ag-root-wrapper > .ag-root-wrapper-body > .ag-root {
  border-bottom-left-radius: var(--ag-wrapper-border-radius);
  border-bottom-right-radius: var(--ag-wrapper-border-radius);
}
.ag-theme-simcorp .ag-cell-inline-editing {
  border-radius: var(--dimension-0);
  --ag-inherited-input-border: 0 solid transparent;
  --ag-input-border: var(--dimension-0);
}
.ag-theme-simcorp .ag-cell-inline-editing.ag-cell-focus {
  outline: var(--ag-input-focus-border) !important;
}
.ag-theme-simcorp .ag-cell-inline-editing.ag-cell-focus input {
  border-width: var(--dimension-0) !important;
  border-radius: var(--dimension-0) !important;
}
.ag-theme-simcorp .ag-checkbox-edit {
  padding-left: var(--ag-cell-horizontal-padding) !important;
}
.ag-theme-simcorp .ag-cell-editable:not(.ag-cell-inline-editing):hover {
  border-color: var(--color-focus-10);
  border-style: dashed !important;
}
.ag-theme-simcorp .ag-row-inline-editing > .ag-cell-editable {
  border: var(--ag-cell-editable-border) !important;
  --ag-inherited-border-color: var(--color-focus-10);
  border-style: solid !important;
}
.ag-theme-simcorp .ag-row-selected {
  --ag-inherited-row-hover-color: var(--color-grid-row-selected);
  --ag-row-hover-color: var(--color-grid-row-selected);
}
.ag-theme-simcorp .ag-cell.ag-flag-negative,
.ag-theme-simcorp .ag-cell.ag-flag-warning,
.ag-theme-simcorp .ag-cell.ag-flag-info,
.ag-theme-simcorp .ag-cell.ag-flag-positive {
  border: var(--border-width-10) solid var(--flag-border-color);
  display: flex;
  align-items: center;
  gap: var(--gap-xs);
}
.ag-theme-simcorp .ag-cell.ag-flag-negative:before,
.ag-theme-simcorp .ag-cell.ag-flag-warning:before,
.ag-theme-simcorp .ag-cell.ag-flag-info:before,
.ag-theme-simcorp .ag-cell.ag-flag-positive:before {
  content: var(--flag-icon);
  font-family: Material Symbols Outlined, sans-serif;
  font-variation-settings: "FILL" 1;
  color: var(--flag-text-color);
  font-size: var(--icon-size-2);
}
.ag-theme-simcorp .ag-cell.ag-flag-negative.ag-cell-range-selected,
.ag-theme-simcorp .ag-cell.ag-flag-warning.ag-cell-range-selected,
.ag-theme-simcorp .ag-cell.ag-flag-info.ag-cell-range-selected,
.ag-theme-simcorp .ag-cell.ag-flag-positive.ag-cell-range-selected {
  outline: var(--border-width-10) solid var(--ag-range-selection-border-color);
}
.ag-theme-simcorp .ag-cell.ag-flag-negative.ag-right-aligned-cell,
.ag-theme-simcorp .ag-cell.ag-flag-warning.ag-right-aligned-cell,
.ag-theme-simcorp .ag-cell.ag-flag-info.ag-right-aligned-cell,
.ag-theme-simcorp .ag-cell.ag-flag-positive.ag-right-aligned-cell {
  flex-direction: row-reverse;
}
.ag-theme-simcorp .ag-cell.ag-flag-negative {
  --flag-border-color: var(--color-negative-30);
  --flag-text-color: var(--text-negative);
  --flag-icon: "emergency_home";
}
.ag-theme-simcorp .ag-cell.ag-flag-positive {
  --flag-border-color: var(--color-positive-30);
  --flag-text-color: var(--text-positive);
  --flag-icon: "check_circle";
}
.ag-theme-simcorp .ag-cell.ag-flag-warning {
  --flag-border-color: var(--color-warning-30);
  --flag-text-color: var(--text-warning);
  --flag-icon: "warning";
}
.ag-theme-simcorp .ag-cell.ag-flag-info {
  --flag-border-color: var(--color-info-30);
  --flag-text-color: var(--text-info);
  --flag-icon: "info";
}
.ag-theme-simcorp {
  --ag-footer-row-border: var(--ag-inherited-footer-row-border, var(--ag-row-border));
  --ag-column-border: var(--ag-inherited-column-border, solid 1px transparent);
  --ag-header-column-border: var(--ag-inherited-header-column-border, none);
  --ag-header-column-border-height: var(--ag-inherited-header-column-border-height, 100%);
  --ag-pinned-column-border: var(--ag-inherited-pinned-column-border, solid 1px var(--ag-border-color));
  --ag-pinned-row-border: var(--ag-inherited-pinned-row-border, solid 1px var(--ag-border-color));
  --ag-side-panel-border: var(--ag-inherited-side-panel-border, solid 1px var(--ag-border-color));
  --ag-chrome-background-color: var( --ag-inherited-chrome-background-color, color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 2%) );
  --ag-header-font-family: var(--ag-inherited-header-font-family, var(--ag-font-family));
  --ag-header-text-color: var(--ag-inherited-header-text-color, var(--ag-text-color));
  --ag-header-cell-hover-background-color: var(--ag-inherited-header-cell-hover-background-color, transparent);
  --ag-header-cell-moving-background-color: var( --ag-inherited-header-cell-moving-background-color, var(--ag-background-color) );
  --ag-header-cell-background-transition-duration: var( --ag-inherited-header-cell-background-transition-duration, .2s );
  --ag-cell-text-color: var(--ag-inherited-cell-text-color, var(--ag-text-color));
  --ag-subtle-text-color: var( --ag-inherited-subtle-text-color, color-mix(in srgb, transparent, var(--ag-text-color) 50%) );
  --ag-range-selection-border-style: var(--ag-inherited-range-selection-border-style, solid);
  --ag-range-selection-border-color: var(--ag-inherited-range-selection-border-color, var(--ag-accent-color));
  --ag-range-selection-background-color: var( --ag-inherited-range-selection-background-color, color-mix(in srgb, transparent, var(--ag-accent-color) 20%) );
  --ag-range-selection-chart-background-color: var(--ag-inherited-range-selection-chart-background-color, #0058ff1a);
  --ag-range-selection-chart-category-background-color: var( --ag-inherited-range-selection-chart-category-background-color, #00ff841a );
  --ag-range-selection-highlight-color: var( --ag-inherited-range-selection-highlight-color, color-mix(in srgb, transparent, var(--ag-accent-color) 50%) );
  --ag-row-hover-color: var( --ag-inherited-row-hover-color, color-mix(in srgb, transparent, var(--ag-accent-color) 8%) );
  --ag-column-hover-color: var( --ag-inherited-column-hover-color, color-mix(in srgb, transparent, var(--ag-accent-color) 5%) );
  --ag-selected-row-background-color: var(--color-grid-row-selected);
  --ag-modal-overlay-background-color: var( --ag-inherited-modal-overlay-background-color, color-mix(in srgb, transparent, var(--ag-background-color) 66%) );
  --ag-odd-row-background-color: var(--color-grid-row-odd);
  --ag-border-radius: var(--ag-inherited-border-radius, 4px);
  --ag-wrapper-border-radius: var(--ag-inherited-wrapper-border-radius, 4px);
  --ag-cell-horizontal-padding: var( --ag-inherited-cell-horizontal-padding, calc(var(--ag-spacing) * 2 * var(--ag-cell-horizontal-padding-scale)) );
  --ag-cell-widget-spacing: var(--ag-inherited-cell-widget-spacing, calc(var(--ag-spacing) * 1.5));
  --ag-cell-horizontal-padding-scale: var(--ag-inherited-cell-horizontal-padding-scale, 1);
  --ag-row-group-indent-size: var( --ag-inherited-row-group-indent-size, calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size)) );
  --ag-value-change-value-highlight-background-color: var( --ag-inherited-value-change-value-highlight-background-color, #16a08580 );
  --ag-font-size: var(--ag-inherited-font-size, 12px);
  --ag-row-vertical-padding-scale: var(--ag-inherited-row-vertical-padding-scale, 1);
  --ag-header-vertical-padding-scale: var(--ag-inherited-header-vertical-padding-scale, 1);
  --ag-popup-shadow: var(--ag-inherited-popup-shadow, 0 0 16px 0 #00000026);
  --ag-dropdown-shadow: var(--ag-inherited-dropdown-shadow, 0 1px 4px 1px #babfc766);
  --ag-drag-and-drop-image-background-color: var( --ag-inherited-drag-and-drop-image-background-color, var(--ag-background-color) );
  --ag-drag-and-drop-image-border: var(--ag-inherited-drag-and-drop-image-border, solid 1px var(--ag-border-color));
  --ag-drag-and-drop-image-shadow: var(--ag-inherited-drag-and-drop-image-shadow, var(--ag-popup-shadow));
  --ag-drag-handle-color: var( --ag-inherited-drag-handle-color, color-mix(in srgb, transparent, var(--ag-foreground-color) 70%) );
  --ag-focus-shadow: var( --ag-inherited-focus-shadow, 0 0 0 3px color-mix(in srgb, transparent, var(--ag-accent-color) 50%) );
  --ag-side-bar-panel-width: var(--ag-inherited-side-bar-panel-width, 250px);
  --ag-side-bar-background-color: var(--ag-inherited-side-bar-background-color, var(--ag-chrome-background-color));
  --ag-header-column-resize-handle-height: var(--ag-inherited-header-column-resize-handle-height, 100%);
  --ag-header-column-resize-handle-width: var(--ag-inherited-header-column-resize-handle-width, 1px);
  --ag-header-column-resize-handle-color: var( --ag-inherited-header-column-resize-handle-color, var(--ag-border-color) );
  --ag-widget-container-horizontal-padding: var( --ag-inherited-widget-container-horizontal-padding, calc(var(--ag-spacing) * 1.5) );
  --ag-widget-container-vertical-padding: var( --ag-inherited-widget-container-vertical-padding, calc(var(--ag-spacing) * 1.5) );
  --ag-widget-horizontal-spacing: var(--ag-inherited-widget-horizontal-spacing, calc(var(--ag-spacing) * 1.5));
  --ag-widget-vertical-spacing: var(--ag-inherited-widget-vertical-spacing, var(--ag-spacing));
  --ag-list-item-height: var( --ag-inherited-list-item-height, calc(var(--ag-icon-size) + var(--ag-widget-vertical-spacing)) );
  --ag-icon-size: var(--ag-inherited-icon-size, 16px);
  --ag-toggle-button-width: var(--ag-inherited-toggle-button-width, 28px);
  --ag-toggle-button-height: var(--ag-inherited-toggle-button-height, 18px);
  --ag-toggle-button-border-width: var(--ag-inherited-toggle-button-border-width, 2px);
  --ag-toggle-button-on-border-color: var(--ag-inherited-toggle-button-on-border-color, var(--ag-accent-color));
  --ag-toggle-button-on-background-color: var( --ag-inherited-toggle-button-on-background-color, var(--ag-accent-color) );
  --ag-toggle-button-off-border-color: var( --ag-inherited-toggle-button-off-border-color, color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 30%) );
  --ag-toggle-button-off-background-color: var( --ag-inherited-toggle-button-off-background-color, color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 30%) );
  --ag-toggle-button-switch-border-color: var( --ag-inherited-toggle-button-switch-border-color, var(--ag-toggle-button-off-border-color) );
  --ag-toggle-button-switch-background-color: var( --ag-inherited-toggle-button-switch-background-color, var(--ag-background-color) );
  --ag-menu-border: var( --ag-inherited-menu-border, solid 1px color-mix(in srgb, transparent, var(--ag-foreground-color) 20%) );
  --ag-menu-background-color: var( --ag-inherited-menu-background-color, color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 3%) );
  --ag-menu-text-color: var( --ag-inherited-menu-text-color, color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 95%) );
  --ag-menu-shadow: var(--ag-inherited-menu-shadow, var(--ag-popup-shadow));
  --ag-menu-separator-color: var(--ag-inherited-menu-separator-color, var(--ag-border-color));
  --ag-set-filter-indent-size: var(--ag-inherited-set-filter-indent-size, var(--ag-icon-size));
  --ag-chart-menu-panel-width: var(--ag-inherited-chart-menu-panel-width, 260px);
  --ag-chart-menu-label-color: var( --ag-inherited-chart-menu-label-color, color-mix(in srgb, transparent, var(--ag-foreground-color) 80%) );
  --ag-icon-button-hover-color: var( --ag-inherited-icon-button-hover-color, color-mix(in srgb, transparent, var(--ag-foreground-color) 10%) );
  --ag-dialog-shadow: var(--ag-inherited-dialog-shadow, var(--ag-popup-shadow));
  --ag-dialog-border: var( --ag-inherited-dialog-border, solid 1px color-mix(in srgb, transparent, var(--ag-foreground-color) 20%) );
  --ag-panel-background-color: var(--ag-inherited-panel-background-color, var(--ag-background-color));
  --ag-panel-title-bar-background-color: var( --ag-inherited-panel-title-bar-background-color, var(--ag-header-background-color) );
  --ag-panel-title-bar-border: var(--ag-inherited-panel-title-bar-border, solid 1px var(--ag-border-color));
  --ag-column-select-indent-size: var(--ag-inherited-column-select-indent-size, var(--ag-icon-size));
  --ag-tool-panel-separator-border: var(--ag-inherited-tool-panel-separator-border, solid 1px var(--ag-border-color));
  --ag-tooltip-background-color: var(--ag-inherited-tooltip-background-color, var(--ag-chrome-background-color));
  --ag-tooltip-text-color: var(--ag-inherited-tooltip-text-color, var(--ag-text-color));
  --ag-tooltip-border: var(--ag-inherited-tooltip-border, solid 1px var(--ag-border-color));
  --ag-column-drop-cell-background-color: var( --ag-inherited-column-drop-cell-background-color, color-mix(in srgb, transparent, var(--ag-foreground-color) 7.000000000000001%) );
  --ag-column-drop-cell-border: var( --ag-inherited-column-drop-cell-border, solid 1px color-mix(in srgb, transparent, var(--ag-foreground-color) 13%) );
  --ag-select-cell-background-color: var( --ag-inherited-select-cell-background-color, color-mix(in srgb, transparent, var(--ag-foreground-color) 7.000000000000001%) );
  --ag-select-cell-border: var( --ag-inherited-select-cell-border, solid 1px color-mix(in srgb, transparent, var(--ag-foreground-color) 13%) );
  --ag-advanced-filter-builder-button-bar-border: var( --ag-inherited-advanced-filter-builder-button-bar-border, solid 1px var(--ag-border-color) );
  --ag-advanced-filter-builder-indent-size: var( --ag-inherited-advanced-filter-builder-indent-size, calc(var(--ag-spacing) * 2 + var(--ag-icon-size)) );
  --ag-advanced-filter-builder-join-pill-color: var(--ag-inherited-advanced-filter-builder-join-pill-color, #f08e8d);
  --ag-advanced-filter-builder-column-pill-color: var( --ag-inherited-advanced-filter-builder-column-pill-color, #a6e194 );
  --ag-advanced-filter-builder-option-pill-color: var( --ag-inherited-advanced-filter-builder-option-pill-color, #f3c08b );
  --ag-advanced-filter-builder-value-pill-color: var( --ag-inherited-advanced-filter-builder-value-pill-color, #85c0e4 );
  --ag-filter-tool-panel-group-indent: var(--ag-inherited-filter-tool-panel-group-indent, var(--ag-spacing));
  --ag-icon-button-hover-background-color: var( --ag-inherited-icon-button-hover-background-color, color-mix(in srgb, transparent, var(--ag-foreground-color) 10%) );
  --ag-row-loading-skeleton-effect-color: var( --ag-inherited-row-loading-skeleton-effect-color, rgba(66, 66, 66, .2) );
  --ag-checkbox-unchecked-background-color: var( --ag-inherited-checkbox-unchecked-background-color, var(--ag-background-color) );
  --ag-checkbox-checked-shape-image: var( --ag-inherited-checkbox-checked-shape-image, url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%227%22%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.75%22%20d%3D%22M1%203.5%203.5%206l5-5%22%2F%3E%3C%2Fsvg%3E) );
  --ag-checkbox-checked-shape-color: var(--ag-inherited-checkbox-checked-shape-color, var(--ag-background-color));
  --ag-checkbox-indeterminate-background-color: var( --ag-inherited-checkbox-indeterminate-background-color, color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 30%) );
  --ag-checkbox-indeterminate-border-color: var( --ag-inherited-checkbox-indeterminate-border-color, color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 30%) );
  --ag-checkbox-indeterminate-shape-image: var( --ag-inherited-checkbox-indeterminate-shape-image, url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%222%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2210%22%20height%3D%222%22%20fill%3D%22%23000%22%20rx%3D%221%22%2F%3E%3C%2Fsvg%3E) );
  --ag-checkbox-indeterminate-shape-color: var( --ag-inherited-checkbox-indeterminate-shape-color, var(--ag-background-color) );
  --ag-checkbox-border-width: var(--border-width-20);
  --ag-checkbox-border-radius: var(--radius-10);
  --ag-checkbox-unchecked-border-color: var(--color-input-border-default);
  --ag-checkbox-checked-background-color: var(--color-input-border-hover);
  --ag-checkbox-checked-border-color: var(--color-input-border-hover);
  --ag-radio-checked-shape-image: var( --ag-inherited-radio-checked-shape-image, url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%226%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E) );
  --ag-tab-bar-background-color: var( --ag-inherited-tab-bar-background-color, color-mix(in srgb, transparent, var(--ag-foreground-color) 5%) );
  --ag-tab-bar-horizontal-padding: var(--ag-inherited-tab-bar-horizontal-padding, 0);
  --ag-tab-bar-top-padding: var(--ag-inherited-tab-bar-top-padding, 0);
  --ag-tab-background-color: var(--ag-inherited-tab-background-color, transparent);
  --ag-tab-text-color: var(--ag-inherited-tab-text-color, color-mix(in srgb, transparent, var(--ag-text-color) 70%));
  --ag-tab-horizontal-padding: var(--ag-inherited-tab-horizontal-padding, var(--ag-spacing));
  --ag-tab-top-padding: var(--ag-inherited-tab-top-padding, var(--ag-spacing));
  --ag-tab-bottom-padding: var(--ag-inherited-tab-bottom-padding, var(--ag-spacing));
  --ag-tab-spacing: var(--ag-inherited-tab-spacing, 0);
  --ag-tab-hover-background-color: var(--ag-inherited-tab-hover-background-color, var(--ag-tab-background-color));
  --ag-tab-hover-text-color: var(--ag-inherited-tab-hover-text-color, var(--ag-text-color));
  --ag-tab-selected-background-color: var(--ag-inherited-tab-selected-background-color, var(--ag-background-color));
  --ag-tab-selected-text-color: var(--ag-inherited-tab-selected-text-color, var(--ag-text-color));
  --ag-tab-selected-border-width: var(--ag-inherited-tab-selected-border-width, 1px);
  --ag-tab-selected-border-color: var(--ag-inherited-tab-selected-border-color, var(--ag-border-color));
  --ag-tab-selected-underline-color: var(--ag-inherited-tab-selected-underline-color, transparent);
  --ag-tab-selected-underline-width: var(--ag-inherited-tab-selected-underline-width, 0);
  --ag-tab-selected-underline-transition-duration: var(--ag-inherited-tab-selected-underline-transition-duration, 0);
  --ag-tab-bar-border: var(--ag-inherited-tab-bar-border, solid 1px var(--ag-border-color));
  --ag-input-background-color: var(--ag-inherited-input-background-color, var(--ag-background-color));
  --ag-input-border: var(--ag-inherited-input-border, solid 1px var(--ag-border-color));
  --ag-input-border-radius: var(--ag-inherited-input-border-radius, var(--ag-border-radius));
  --ag-input-text-color: var(--ag-inherited-input-text-color, var(--ag-text-color));
  --ag-input-padding-start: var(--ag-inherited-input-padding-start, var(--ag-spacing));
  --ag-input-height: var( --ag-inherited-input-height, calc(max(var(--ag-icon-size), var(--ag-font-size)) + var(--ag-spacing) * 2) );
  --ag-input-focus-background-color: var( --ag-inherited-input-focus-background-color, var(--ag-input-background-color) );
  --ag-input-focus-border: var(--ag-inherited-input-focus-border, solid 1px var(--ag-accent-color));
  --ag-input-focus-shadow: var(--ag-inherited-input-focus-shadow, var(--ag-focus-shadow));
  --ag-input-focus-text-color: var(--ag-inherited-input-focus-text-color, var(--ag-input-text-color));
  --ag-input-disabled-background-color: var( --ag-inherited-input-disabled-background-color, color-mix(in srgb, var(--ag-background-color), var(--ag-foreground-color) 6%) );
  --ag-input-disabled-border: var(--ag-inherited-input-disabled-border, var(--ag-input-border));
  --ag-input-disabled-text-color: var( --ag-inherited-input-disabled-text-color, color-mix(in srgb, transparent, var(--ag-text-color) 50%) );
  --ag-input-invalid-background-color: var( --ag-inherited-input-invalid-background-color, var(--ag-input-background-color) );
  --ag-input-invalid-border: var(--ag-inherited-input-invalid-border, solid 1px var(--ag-invalid-color));
  --ag-input-invalid-text-color: var(--ag-inherited-input-invalid-text-color, var(--ag-input-text-color));
}
:has(> :where(.ag-theme-simcorp)):not(:where(.ag-theme-simcorp)) {
  --ag-inherited-background-color: var(--ag-background-color);
  --ag-inherited-foreground-color: var(--ag-foreground-color);
  --ag-inherited-text-color: var(--ag-text-color);
  --ag-inherited-accent-color: var(--ag-accent-color);
  --ag-inherited-invalid-color: var(--ag-invalid-color);
  --ag-inherited-border-color: var(--ag-border-color);
  --ag-inherited-wrapper-border: var(--ag-wrapper-border);
  --ag-inherited-row-border: var(--ag-row-border);
  --ag-inherited-browser-color-scheme: var(--ag-browser-color-scheme);
  --ag-inherited-header-row-border: var(--ag-header-row-border);
  --ag-inherited-footer-row-border: var(--ag-footer-row-border);
  --ag-inherited-column-border: var(--ag-column-border);
  --ag-inherited-header-column-border: var(--ag-header-column-border);
  --ag-inherited-header-column-border-height: var(--ag-header-column-border-height);
  --ag-inherited-pinned-column-border: var(--ag-pinned-column-border);
  --ag-inherited-pinned-row-border: var(--ag-pinned-row-border);
  --ag-inherited-side-panel-border: var(--ag-side-panel-border);
  --ag-inherited-font-family: var(--ag-font-family);
  --ag-inherited-chrome-background-color: var(--ag-chrome-background-color);
  --ag-inherited-header-background-color: var(--ag-header-background-color);
  --ag-inherited-header-font-family: var(--ag-header-font-family);
  --ag-inherited-header-font-weight: var(--ag-header-font-weight);
  --ag-inherited-header-font-size: var(--ag-header-font-size);
  --ag-inherited-data-font-size: var(--ag-data-font-size);
  --ag-inherited-header-text-color: var(--ag-header-text-color);
  --ag-inherited-header-cell-hover-background-color: var(--ag-header-cell-hover-background-color);
  --ag-inherited-header-cell-moving-background-color: var(--ag-header-cell-moving-background-color);
  --ag-inherited-header-cell-background-transition-duration: var(--ag-header-cell-background-transition-duration);
  --ag-inherited-cell-text-color: var(--ag-cell-text-color);
  --ag-inherited-subtle-text-color: var(--ag-subtle-text-color);
  --ag-inherited-range-selection-border-style: var(--ag-range-selection-border-style);
  --ag-inherited-range-selection-border-color: var(--ag-range-selection-border-color);
  --ag-inherited-range-selection-background-color: var(--ag-range-selection-background-color);
  --ag-inherited-range-selection-chart-background-color: var(--ag-range-selection-chart-background-color);
  --ag-inherited-range-selection-chart-category-background-color: var( --ag-range-selection-chart-category-background-color );
  --ag-inherited-range-selection-highlight-color: var(--ag-range-selection-highlight-color);
  --ag-inherited-row-hover-color: var(--ag-row-hover-color);
  --ag-inherited-column-hover-color: var(--ag-column-hover-color);
  --ag-inherited-selected-row-background-color: var(--ag-selected-row-background-color);
  --ag-inherited-modal-overlay-background-color: var(--ag-modal-overlay-background-color);
  --ag-inherited-odd-row-background-color: var(--ag-odd-row-background-color);
  --ag-inherited-border-radius: var(--ag-border-radius);
  --ag-inherited-wrapper-border-radius: var(--ag-wrapper-border-radius);
  --ag-inherited-cell-horizontal-padding: var(--ag-cell-horizontal-padding);
  --ag-inherited-cell-widget-spacing: var(--ag-cell-widget-spacing);
  --ag-inherited-cell-horizontal-padding-scale: var(--ag-cell-horizontal-padding-scale);
  --ag-inherited-row-group-indent-size: var(--ag-row-group-indent-size);
  --ag-inherited-value-change-delta-up-color: var(--ag-value-change-delta-up-color);
  --ag-inherited-value-change-delta-down-color: var(--ag-value-change-delta-down-color);
  --ag-inherited-value-change-value-highlight-background-color: var(--ag-value-change-value-highlight-background-color);
  --ag-inherited-spacing: var(--ag-spacing);
  --ag-inherited-font-size: var(--ag-font-size);
  --ag-inherited-row-height: var(--ag-row-height);
  --ag-inherited-row-vertical-padding-scale: var(--ag-row-vertical-padding-scale);
  --ag-inherited-header-height: var(--ag-header-height);
  --ag-inherited-header-vertical-padding-scale: var(--ag-header-vertical-padding-scale);
  --ag-inherited-popup-shadow: var(--ag-popup-shadow);
  --ag-inherited-dropdown-shadow: var(--ag-dropdown-shadow);
  --ag-inherited-drag-and-drop-image-background-color: var(--ag-drag-and-drop-image-background-color);
  --ag-inherited-drag-and-drop-image-border: var(--ag-drag-and-drop-image-border);
  --ag-inherited-drag-and-drop-image-shadow: var(--ag-drag-and-drop-image-shadow);
  --ag-inherited-drag-handle-color: var(--ag-drag-handle-color);
  --ag-inherited-focus-shadow: var(--ag-focus-shadow);
  --ag-inherited-side-bar-panel-width: var(--ag-side-bar-panel-width);
  --ag-inherited-side-bar-background-color: var(--ag-side-bar-background-color);
  --ag-inherited-header-column-resize-handle-height: var(--ag-header-column-resize-handle-height);
  --ag-inherited-header-column-resize-handle-width: var(--ag-header-column-resize-handle-width);
  --ag-inherited-header-column-resize-handle-color: var(--ag-header-column-resize-handle-color);
  --ag-inherited-widget-container-horizontal-padding: var(--ag-widget-container-horizontal-padding);
  --ag-inherited-widget-container-vertical-padding: var(--ag-widget-container-vertical-padding);
  --ag-inherited-widget-horizontal-spacing: var(--ag-widget-horizontal-spacing);
  --ag-inherited-widget-vertical-spacing: var(--ag-widget-vertical-spacing);
  --ag-inherited-list-item-height: var(--ag-list-item-height);
  --ag-inherited-icon-size: var(--ag-icon-size);
  --ag-inherited-toggle-button-width: var(--ag-toggle-button-width);
  --ag-inherited-toggle-button-height: var(--ag-toggle-button-height);
  --ag-inherited-toggle-button-border-width: var(--ag-toggle-button-border-width);
  --ag-inherited-toggle-button-on-border-color: var(--ag-toggle-button-on-border-color);
  --ag-inherited-toggle-button-on-background-color: var(--ag-toggle-button-on-background-color);
  --ag-inherited-toggle-button-off-border-color: var(--ag-toggle-button-off-border-color);
  --ag-inherited-toggle-button-off-background-color: var(--ag-toggle-button-off-background-color);
  --ag-inherited-toggle-button-switch-border-color: var(--ag-toggle-button-switch-border-color);
  --ag-inherited-toggle-button-switch-background-color: var(--ag-toggle-button-switch-background-color);
  --ag-inherited-menu-border: var(--ag-menu-border);
  --ag-inherited-menu-background-color: var(--ag-menu-background-color);
  --ag-inherited-menu-text-color: var(--ag-menu-text-color);
  --ag-inherited-menu-shadow: var(--ag-menu-shadow);
  --ag-inherited-menu-separator-color: var(--ag-menu-separator-color);
  --ag-inherited-set-filter-indent-size: var(--ag-set-filter-indent-size);
  --ag-inherited-chart-menu-panel-width: var(--ag-chart-menu-panel-width);
  --ag-inherited-chart-menu-label-color: var(--ag-chart-menu-label-color);
  --ag-inherited-icon-button-hover-color: var(--ag-icon-button-hover-color);
  --ag-inherited-dialog-shadow: var(--ag-dialog-shadow);
  --ag-inherited-dialog-border: var(--ag-dialog-border);
  --ag-inherited-panel-background-color: var(--ag-panel-background-color);
  --ag-inherited-panel-title-bar-background-color: var(--ag-panel-title-bar-background-color);
  --ag-inherited-panel-title-bar-border: var(--ag-panel-title-bar-border);
  --ag-inherited-column-select-indent-size: var(--ag-column-select-indent-size);
  --ag-inherited-tool-panel-separator-border: var(--ag-tool-panel-separator-border);
  --ag-inherited-tooltip-background-color: var(--ag-tooltip-background-color);
  --ag-inherited-tooltip-text-color: var(--ag-tooltip-text-color);
  --ag-inherited-tooltip-border: var(--ag-tooltip-border);
  --ag-inherited-column-drop-cell-background-color: var(--ag-column-drop-cell-background-color);
  --ag-inherited-column-drop-cell-border: var(--ag-column-drop-cell-border);
  --ag-inherited-select-cell-background-color: var(--ag-select-cell-background-color);
  --ag-inherited-select-cell-border: var(--ag-select-cell-border);
  --ag-inherited-advanced-filter-builder-button-bar-border: var(--ag-advanced-filter-builder-button-bar-border);
  --ag-inherited-advanced-filter-builder-indent-size: var(--ag-advanced-filter-builder-indent-size);
  --ag-inherited-advanced-filter-builder-join-pill-color: var(--ag-advanced-filter-builder-join-pill-color);
  --ag-inherited-advanced-filter-builder-column-pill-color: var(--ag-advanced-filter-builder-column-pill-color);
  --ag-inherited-advanced-filter-builder-option-pill-color: var(--ag-advanced-filter-builder-option-pill-color);
  --ag-inherited-advanced-filter-builder-value-pill-color: var(--ag-advanced-filter-builder-value-pill-color);
  --ag-inherited-filter-tool-panel-group-indent: var(--ag-filter-tool-panel-group-indent);
  --ag-inherited-icon-button-hover-background-color: var(--ag-icon-button-hover-background-color);
  --ag-inherited-row-loading-skeleton-effect-color: var(--ag-row-loading-skeleton-effect-color);
  --ag-inherited-checkbox-border-width: var(--ag-checkbox-border-width);
  --ag-inherited-checkbox-border-radius: var(--ag-checkbox-border-radius);
  --ag-inherited-checkbox-unchecked-background-color: var(--ag-checkbox-unchecked-background-color);
  --ag-inherited-checkbox-unchecked-border-color: var(--ag-checkbox-unchecked-border-color);
  --ag-inherited-checkbox-checked-background-color: var(--ag-checkbox-checked-background-color);
  --ag-inherited-checkbox-checked-border-color: var(--ag-checkbox-checked-border-color);
  --ag-inherited-checkbox-checked-shape-image: var(--ag-checkbox-checked-shape-image);
  --ag-inherited-checkbox-checked-shape-color: var(--ag-checkbox-checked-shape-color);
  --ag-inherited-checkbox-indeterminate-background-color: var(--ag-checkbox-indeterminate-background-color);
  --ag-inherited-checkbox-indeterminate-border-color: var(--ag-checkbox-indeterminate-border-color);
  --ag-inherited-checkbox-indeterminate-shape-image: var(--ag-checkbox-indeterminate-shape-image);
  --ag-inherited-checkbox-indeterminate-shape-color: var(--ag-checkbox-indeterminate-shape-color);
  --ag-inherited-radio-checked-shape-image: var(--ag-radio-checked-shape-image);
  --ag-inherited-tab-bar-background-color: var(--ag-tab-bar-background-color);
  --ag-inherited-tab-bar-horizontal-padding: var(--ag-tab-bar-horizontal-padding);
  --ag-inherited-tab-bar-top-padding: var(--ag-tab-bar-top-padding);
  --ag-inherited-tab-background-color: var(--ag-tab-background-color);
  --ag-inherited-tab-text-color: var(--ag-tab-text-color);
  --ag-inherited-tab-horizontal-padding: var(--ag-tab-horizontal-padding);
  --ag-inherited-tab-top-padding: var(--ag-tab-top-padding);
  --ag-inherited-tab-bottom-padding: var(--ag-tab-bottom-padding);
  --ag-inherited-tab-spacing: var(--ag-tab-spacing);
  --ag-inherited-tab-hover-background-color: var(--ag-tab-hover-background-color);
  --ag-inherited-tab-hover-text-color: var(--ag-tab-hover-text-color);
  --ag-inherited-tab-selected-background-color: var(--ag-tab-selected-background-color);
  --ag-inherited-tab-selected-text-color: var(--ag-tab-selected-text-color);
  --ag-inherited-tab-selected-border-width: var(--ag-tab-selected-border-width);
  --ag-inherited-tab-selected-border-color: var(--ag-tab-selected-border-color);
  --ag-inherited-tab-selected-underline-color: var(--ag-tab-selected-underline-color);
  --ag-inherited-tab-selected-underline-width: var(--ag-tab-selected-underline-width);
  --ag-inherited-tab-selected-underline-transition-duration: var(--ag-tab-selected-underline-transition-duration);
  --ag-inherited-tab-bar-border: var(--ag-tab-bar-border);
  --ag-inherited-input-background-color: var(--ag-input-background-color);
  --ag-inherited-input-border: var(--ag-input-border);
  --ag-inherited-input-border-radius: var(--ag-input-border-radius);
  --ag-inherited-input-text-color: var(--ag-input-text-color);
  --ag-inherited-input-padding-start: var(--ag-input-padding-start);
  --ag-inherited-input-height: var(--ag-input-height);
  --ag-inherited-input-focus-background-color: var(--ag-input-focus-background-color);
  --ag-inherited-input-focus-border: var(--ag-input-focus-border);
  --ag-inherited-input-focus-shadow: var(--ag-input-focus-shadow);
  --ag-inherited-input-focus-text-color: var(--ag-input-focus-text-color);
  --ag-inherited-input-disabled-background-color: var(--ag-input-disabled-background-color);
  --ag-inherited-input-disabled-border: var(--ag-input-disabled-border);
  --ag-inherited-input-disabled-text-color: var(--ag-input-disabled-text-color);
  --ag-inherited-input-invalid-background-color: var(--ag-input-invalid-background-color);
  --ag-inherited-input-invalid-border: var(--ag-input-invalid-border);
  --ag-inherited-input-invalid-text-color: var(--ag-input-invalid-text-color);
}
.ag-theme-simcorp .ag-icon:before {
  background-color: currentColor;
  content: "";
  display: block;
  height: var(--ag-icon-size);
  -webkit-mask-image: linear-gradient(#0000, #0000);
  mask-image: linear-gradient(#0000, #0000);
  -webkit-mask-size: contain;
  mask-size: contain;
  width: var(--ag-icon-size);
}
.ag-theme-simcorp .ag-icon-aggregation:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eaggregation%3C/title%3E%3Cpath d='M24 5.333H8V8l8.667 8L8 24v2.667h16v-4h-9.333L21.334 16l-6.667-6.667H24z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eaggregation%3C/title%3E%3Cpath d='M24 5.333H8V8l8.667 8L8 24v2.667h16v-4h-9.333L21.334 16l-6.667-6.667H24z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-arrows:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Earrows%3C/title%3E%3Cpath d='M13.333 11.556h5.333V8h3.556L16 1.778 9.778 8h3.556zm-1.777 1.777H8V9.777l-6.222 6.222L8 22.221v-3.556h3.556zM30.222 16 24 9.778v3.556h-3.556v5.333H24v3.556l6.222-6.222zm-11.555 4.444h-5.333V24H9.778L16 30.222 22.222 24h-3.556z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Earrows%3C/title%3E%3Cpath d='M13.333 11.556h5.333V8h3.556L16 1.778 9.778 8h3.556zm-1.777 1.777H8V9.777l-6.222 6.222L8 22.221v-3.556h3.556zM30.222 16 24 9.778v3.556h-3.556v5.333H24v3.556l6.222-6.222zm-11.555 4.444h-5.333V24H9.778L16 30.222 22.222 24h-3.556z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-asc:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Easc%3C/title%3E%3Cpath d='m5.333 16 1.88 1.88 7.453-7.44v16.227h2.667V10.44l7.44 7.453L26.666 16 15.999 5.333z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Easc%3C/title%3E%3Cpath d='m5.333 16 1.88 1.88 7.453-7.44v16.227h2.667V10.44l7.44 7.453L26.666 16 15.999 5.333z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-cancel:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Ecancel%3C/title%3E%3Cpath d='M16 2.667C8.627 2.667 2.667 8.627 2.667 16S8.627 29.333 16 29.333 29.333 23.373 29.333 16 23.373 2.667 16 2.667m6.667 18.12-1.88 1.88L16 17.88l-4.787 4.787-1.88-1.88L14.12 16l-4.787-4.787 1.88-1.88L16 14.12l4.787-4.787 1.88 1.88L17.88 16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Ecancel%3C/title%3E%3Cpath d='M16 2.667C8.627 2.667 2.667 8.627 2.667 16S8.627 29.333 16 29.333 29.333 23.373 29.333 16 23.373 2.667 16 2.667m6.667 18.12-1.88 1.88L16 17.88l-4.787 4.787-1.88-1.88L14.12 16l-4.787-4.787 1.88-1.88L16 14.12l4.787-4.787 1.88 1.88L17.88 16z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-chart:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Echart%3C/title%3E%3Cpath d='M6.667 12.267h4v13.067h-4zm7.466-5.6h3.733v18.667h-3.733zM21.6 17.333h3.733v8H21.6z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Echart%3C/title%3E%3Cpath d='M6.667 12.267h4v13.067h-4zm7.466-5.6h3.733v18.667h-3.733zM21.6 17.333h3.733v8H21.6z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-color-picker:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Ecolor-picker%3C/title%3E%3Cpath d='M23.907 17.587 10.574 4.254l-1.88 1.88 3.173 3.173-8.28 8.28 10.16 10.16zm-16.547 0 6.387-6.387 6.387 6.387H7.361zm18.387 2s-2.667 2.893-2.667 4.667c0 1.467 1.2 2.667 2.667 2.667s2.667-1.2 2.667-2.667c0-1.773-2.667-4.667-2.667-4.667'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Ecolor-picker%3C/title%3E%3Cpath d='M23.907 17.587 10.574 4.254l-1.88 1.88 3.173 3.173-8.28 8.28 10.16 10.16zm-16.547 0 6.387-6.387 6.387 6.387H7.361zm18.387 2s-2.667 2.893-2.667 4.667c0 1.467 1.2 2.667 2.667 2.667s2.667-1.2 2.667-2.667c0-1.773-2.667-4.667-2.667-4.667'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-columns:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Ecolumns%3C/title%3E%3Cpath d='M5.333 10.667h5.333V5.334H5.333zm8 16h5.333v-5.333h-5.333zm-8 0h5.333v-5.333H5.333zm0-8h5.333v-5.333H5.333zm8 0h5.333v-5.333h-5.333zm8-13.334v5.333h5.333V5.333zm-8 5.334h5.333V5.334h-5.333zm8 8h5.333v-5.333h-5.333zm0 8h5.333v-5.333h-5.333z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Ecolumns%3C/title%3E%3Cpath d='M5.333 10.667h5.333V5.334H5.333zm8 16h5.333v-5.333h-5.333zm-8 0h5.333v-5.333H5.333zm0-8h5.333v-5.333H5.333zm8 0h5.333v-5.333h-5.333zm8-13.334v5.333h5.333V5.333zm-8 5.334h5.333V5.334h-5.333zm8 8h5.333v-5.333h-5.333zm0 8h5.333v-5.333h-5.333z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-contracted:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Econtracted%3C/title%3E%3Cpath d='m12.94 8-1.88 1.88L17.167 16l-6.107 6.12L12.94 24l8-8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Econtracted%3C/title%3E%3Cpath d='m12.94 8-1.88 1.88L17.167 16l-6.107 6.12L12.94 24l8-8z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-copy:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Ecopy%3C/title%3E%3Cpath d='M22 1.333H6A2.675 2.675 0 0 0 3.333 4v18.667H6V4h16zm4 5.334H11.333a2.675 2.675 0 0 0-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667H26c1.467 0 2.667-1.2 2.667-2.667V9.334c0-1.467-1.2-2.667-2.667-2.667M26 28H11.333V9.333H26z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Ecopy%3C/title%3E%3Cpath d='M22 1.333H6A2.675 2.675 0 0 0 3.333 4v18.667H6V4h16zm4 5.334H11.333a2.675 2.675 0 0 0-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667H26c1.467 0 2.667-1.2 2.667-2.667V9.334c0-1.467-1.2-2.667-2.667-2.667M26 28H11.333V9.333H26z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-cross:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Ecross%3C/title%3E%3Cpath d='m25.333 8.547-1.88-1.88L16 14.12 8.547 6.667l-1.88 1.88L14.12 16l-7.453 7.453 1.88 1.88L16 17.88l7.453 7.453 1.88-1.88L17.88 16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Ecross%3C/title%3E%3Cpath d='m25.333 8.547-1.88-1.88L16 14.12 8.547 6.667l-1.88 1.88L14.12 16l-7.453 7.453 1.88 1.88L16 17.88l7.453 7.453 1.88-1.88L17.88 16z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-csv:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 32 32'%3E%3Cpath d='M384 131.9c-7.753-8.433-110.425-128.473-114.9-133L48-.1C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48zm-35.9 2.1H257V27.9zM30 479V27h200l1 105c0 13.3-1.3 29 12 29h111l1 318z' style='fill-rule:nonzero' transform='matrix(.06285 0 0 .06285 3.934 -.054)'/%3E%3Cpath d='M.688-.226a.2.2 0 0 1-.017.074.28.28 0 0 1-.145.14.412.412 0 0 1-.234.013.28.28 0 0 1-.202-.168.468.468 0 0 1-.04-.19q0-.086.025-.155a.319.319 0 0 1 .182-.191.4.4 0 0 1 .134-.025q.087 0 .155.035a.3.3 0 0 1 .104.085.17.17 0 0 1 .036.097.06.06 0 0 1-.018.044.06.06 0 0 1-.042.019.06.06 0 0 1-.042-.013.2.2 0 0 1-.031-.046.2.2 0 0 0-.066-.079.16.16 0 0 0-.095-.027.17.17 0 0 0-.142.068.3.3 0 0 0-.053.193.4.4 0 0 0 .023.139.2.2 0 0 0 .067.083.2.2 0 0 0 .1.027q.063 0 .106-.031a.2.2 0 0 0 .065-.091.2.2 0 0 1 .023-.046q.014-.018.044-.018a.06.06 0 0 1 .044.018.06.06 0 0 1 .019.045' style='fill-rule:nonzero' transform='matrix(8.39799 0 0 12.455 7.122 25.977)'/%3E%3Cpath d='M.622-.215a.2.2 0 0 1-.033.117.23.23 0 0 1-.098.081.4.4 0 0 1-.153.029.34.34 0 0 1-.175-.04.23.23 0 0 1-.079-.077.17.17 0 0 1-.031-.093q0-.027.019-.045a.06.06 0 0 1 .046-.019.06.06 0 0 1 .039.014.1.1 0 0 1 .027.044.3.3 0 0 0 .03.057q.015.023.044.038.03.015.076.015.065 0 .105-.03a.09.09 0 0 0 .04-.075.08.08 0 0 0-.022-.058.14.14 0 0 0-.056-.034 1 1 0 0 0-.092-.025.7.7 0 0 1-.129-.042.2.2 0 0 1-.083-.066.17.17 0 0 1-.03-.104q0-.058.032-.105a.2.2 0 0 1 .093-.07.4.4 0 0 1 .144-.025q.066 0 .114.016a.3.3 0 0 1 .08.044.2.2 0 0 1 .046.057q.015.03.015.058a.07.07 0 0 1-.018.046.06.06 0 0 1-.046.021q-.025 0-.038-.012a.2.2 0 0 1-.028-.041.2.2 0 0 0-.047-.063Q.387-.625.326-.625a.15.15 0 0 0-.09.025q-.035.024-.035.059 0 .021.012.037a.1.1 0 0 0 .032.027.4.4 0 0 0 .111.036q.06.015.11.031.048.018.083.042a.2.2 0 0 1 .054.062.2.2 0 0 1 .019.091' style='fill-rule:nonzero' transform='matrix(8.39799 0 0 12.455 13.339 25.977)'/%3E%3Cpath d='m.184-.633.162.48.163-.483q.013-.038.019-.053a.062.062 0 0 1 .061-.039q.018 0 .034.009a.1.1 0 0 1 .025.025q.009.015.009.031L.654-.64l-.007.025-.009.024-.173.468-.019.051a.2.2 0 0 1-.021.042.1.1 0 0 1-.033.03.1.1 0 0 1-.049.012.1.1 0 0 1-.05-.011A.1.1 0 0 1 .26-.03a.2.2 0 0 1-.021-.042L.22-.123.05-.587.041-.612.033-.638.03-.662q0-.025.02-.046a.07.07 0 0 1 .05-.02q.037 0 .053.023.015.023.031.072' style='fill-rule:nonzero' transform='matrix(8.39799 0 0 12.455 18.94 25.977)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 32 32'%3E%3Cpath d='M384 131.9c-7.753-8.433-110.425-128.473-114.9-133L48-.1C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48zm-35.9 2.1H257V27.9zM30 479V27h200l1 105c0 13.3-1.3 29 12 29h111l1 318z' style='fill-rule:nonzero' transform='matrix(.06285 0 0 .06285 3.934 -.054)'/%3E%3Cpath d='M.688-.226a.2.2 0 0 1-.017.074.28.28 0 0 1-.145.14.412.412 0 0 1-.234.013.28.28 0 0 1-.202-.168.468.468 0 0 1-.04-.19q0-.086.025-.155a.319.319 0 0 1 .182-.191.4.4 0 0 1 .134-.025q.087 0 .155.035a.3.3 0 0 1 .104.085.17.17 0 0 1 .036.097.06.06 0 0 1-.018.044.06.06 0 0 1-.042.019.06.06 0 0 1-.042-.013.2.2 0 0 1-.031-.046.2.2 0 0 0-.066-.079.16.16 0 0 0-.095-.027.17.17 0 0 0-.142.068.3.3 0 0 0-.053.193.4.4 0 0 0 .023.139.2.2 0 0 0 .067.083.2.2 0 0 0 .1.027q.063 0 .106-.031a.2.2 0 0 0 .065-.091.2.2 0 0 1 .023-.046q.014-.018.044-.018a.06.06 0 0 1 .044.018.06.06 0 0 1 .019.045' style='fill-rule:nonzero' transform='matrix(8.39799 0 0 12.455 7.122 25.977)'/%3E%3Cpath d='M.622-.215a.2.2 0 0 1-.033.117.23.23 0 0 1-.098.081.4.4 0 0 1-.153.029.34.34 0 0 1-.175-.04.23.23 0 0 1-.079-.077.17.17 0 0 1-.031-.093q0-.027.019-.045a.06.06 0 0 1 .046-.019.06.06 0 0 1 .039.014.1.1 0 0 1 .027.044.3.3 0 0 0 .03.057q.015.023.044.038.03.015.076.015.065 0 .105-.03a.09.09 0 0 0 .04-.075.08.08 0 0 0-.022-.058.14.14 0 0 0-.056-.034 1 1 0 0 0-.092-.025.7.7 0 0 1-.129-.042.2.2 0 0 1-.083-.066.17.17 0 0 1-.03-.104q0-.058.032-.105a.2.2 0 0 1 .093-.07.4.4 0 0 1 .144-.025q.066 0 .114.016a.3.3 0 0 1 .08.044.2.2 0 0 1 .046.057q.015.03.015.058a.07.07 0 0 1-.018.046.06.06 0 0 1-.046.021q-.025 0-.038-.012a.2.2 0 0 1-.028-.041.2.2 0 0 0-.047-.063Q.387-.625.326-.625a.15.15 0 0 0-.09.025q-.035.024-.035.059 0 .021.012.037a.1.1 0 0 0 .032.027.4.4 0 0 0 .111.036q.06.015.11.031.048.018.083.042a.2.2 0 0 1 .054.062.2.2 0 0 1 .019.091' style='fill-rule:nonzero' transform='matrix(8.39799 0 0 12.455 13.339 25.977)'/%3E%3Cpath d='m.184-.633.162.48.163-.483q.013-.038.019-.053a.062.062 0 0 1 .061-.039q.018 0 .034.009a.1.1 0 0 1 .025.025q.009.015.009.031L.654-.64l-.007.025-.009.024-.173.468-.019.051a.2.2 0 0 1-.021.042.1.1 0 0 1-.033.03.1.1 0 0 1-.049.012.1.1 0 0 1-.05-.011A.1.1 0 0 1 .26-.03a.2.2 0 0 1-.021-.042L.22-.123.05-.587.041-.612.033-.638.03-.662q0-.025.02-.046a.07.07 0 0 1 .05-.02q.037 0 .053.023.015.023.031.072' style='fill-rule:nonzero' transform='matrix(8.39799 0 0 12.455 18.94 25.977)'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-cut:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 32 32'%3E%3Cpath d='m19 3-6 6 2 2 7-7V3m-10 9.5a.503.503 0 0 1-.5-.5c0-.274.226-.5.5-.5s.5.226.5.5-.226.5-.5.5M6 20c-1.097 0-2-.903-2-2a2 2 0 0 1 2-2c1.097 0 2 .903 2 2a2 2 0 0 1-2 2M6 8c-1.097 0-2-.903-2-2a2 2 0 0 1 2-2c1.097 0 2 .903 2 2a2 2 0 0 1-2 2m3.64-.36c.23-.5.36-1.05.36-1.64 0-2.194-1.806-4-4-4S2 3.806 2 6s1.806 4 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14c-2.194 0-4 1.806-4 4s1.806 4 4 4 4-1.806 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1z' style='fill-rule:nonzero' transform='translate(4 4)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 32 32'%3E%3Cpath d='m19 3-6 6 2 2 7-7V3m-10 9.5a.503.503 0 0 1-.5-.5c0-.274.226-.5.5-.5s.5.226.5.5-.226.5-.5.5M6 20c-1.097 0-2-.903-2-2a2 2 0 0 1 2-2c1.097 0 2 .903 2 2a2 2 0 0 1-2 2M6 8c-1.097 0-2-.903-2-2a2 2 0 0 1 2-2c1.097 0 2 .903 2 2a2 2 0 0 1-2 2m3.64-.36c.23-.5.36-1.05.36-1.64 0-2.194-1.806-4-4-4S2 3.806 2 6s1.806 4 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14c-2.194 0-4 1.806-4 4s1.806 4 4 4 4-1.806 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1z' style='fill-rule:nonzero' transform='translate(4 4)'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-desc:before,
.ag-theme-simcorp .ag-icon-down:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Edesc%3C/title%3E%3Cpath d='m26.667 16-1.88-1.88-7.453 7.44V5.333h-2.667V21.56l-7.44-7.453L5.334 16l10.667 10.667L26.668 16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Edesc%3C/title%3E%3Cpath d='m26.667 16-1.88-1.88-7.453 7.44V5.333h-2.667V21.56l-7.44-7.453L5.334 16l10.667 10.667L26.668 16z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-excel:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 32 32'%3E%3Cpath d='M384 131.9c-7.753-8.433-110.425-128.473-114.9-133L48-.1C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48zm-35.9 2.1H257V27.9zM30 479V27h200l1 105c0 13.3-1.3 29 12 29h111l1 318z' style='fill-rule:nonzero' transform='matrix(.06285 0 0 .06285 3.934 -.054)'/%3E%3Cpath d='m.052-.139.16-.234-.135-.208a.4.4 0 0 1-.028-.052.1.1 0 0 1-.01-.042.05.05 0 0 1 .018-.037.07.07 0 0 1 .045-.016q.03 0 .047.018a1 1 0 0 1 .047.066l.107.174.115-.174.024-.038.019-.026.021-.015a.1.1 0 0 1 .027-.005.06.06 0 0 1 .044.016.05.05 0 0 1 .018.039q0 .033-.038.089l-.141.211.152.234a.3.3 0 0 1 .03.051.1.1 0 0 1 .009.038.1.1 0 0 1-.008.031.1.1 0 0 1-.024.023.1.1 0 0 1-.034.008.1.1 0 0 1-.035-.008.1.1 0 0 1-.023-.022L.427-.067.301-.265l-.134.204-.022.034-.016.019a.1.1 0 0 1-.022.015.1.1 0 0 1-.03.005.06.06 0 0 1-.044-.016.06.06 0 0 1-.017-.047q0-.036.036-.088' style='fill-rule:nonzero' transform='matrix(17.82892 0 0 16.50777 10.371 25.928)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 32 32'%3E%3Cpath d='M384 131.9c-7.753-8.433-110.425-128.473-114.9-133L48-.1C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48zm-35.9 2.1H257V27.9zM30 479V27h200l1 105c0 13.3-1.3 29 12 29h111l1 318z' style='fill-rule:nonzero' transform='matrix(.06285 0 0 .06285 3.934 -.054)'/%3E%3Cpath d='m.052-.139.16-.234-.135-.208a.4.4 0 0 1-.028-.052.1.1 0 0 1-.01-.042.05.05 0 0 1 .018-.037.07.07 0 0 1 .045-.016q.03 0 .047.018a1 1 0 0 1 .047.066l.107.174.115-.174.024-.038.019-.026.021-.015a.1.1 0 0 1 .027-.005.06.06 0 0 1 .044.016.05.05 0 0 1 .018.039q0 .033-.038.089l-.141.211.152.234a.3.3 0 0 1 .03.051.1.1 0 0 1 .009.038.1.1 0 0 1-.008.031.1.1 0 0 1-.024.023.1.1 0 0 1-.034.008.1.1 0 0 1-.035-.008.1.1 0 0 1-.023-.022L.427-.067.301-.265l-.134.204-.022.034-.016.019a.1.1 0 0 1-.022.015.1.1 0 0 1-.03.005.06.06 0 0 1-.044-.016.06.06 0 0 1-.017-.047q0-.036.036-.088' style='fill-rule:nonzero' transform='matrix(17.82892 0 0 16.50777 10.371 25.928)'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-expanded:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eexpanded%3C/title%3E%3Cpath d='M20.94 9.88 19.06 8l-8 8 8 8 1.88-1.88L14.833 16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eexpanded%3C/title%3E%3Cpath d='M20.94 9.88 19.06 8l-8 8 8 8 1.88-1.88L14.833 16z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-eye-slash:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eeye-slash%3C/title%3E%3Cpath d='M21.106 15.088A5.19 5.19 0 0 0 16 10.814a5.17 5.17 0 0 0-3.668 1.522L9.866 9.868a12.2 12.2 0 0 1 6.133-1.646c5.186 0 9.614 3.225 11.408 7.778a12.34 12.34 0 0 1-5.276 6.133l-2.468-2.466a5.17 5.17 0 0 0 1.449-2.802h-2.123c-.148.508-.42.964-.782 1.33l-1.33-1.33h-2.514l2.196 2.196q-.272.049-.56.05a3.11 3.11 0 0 1-2.99-2.245h-2.123a5.19 5.19 0 0 0 7.3 3.836l2.247 2.247a12.2 12.2 0 0 1-4.434.828c-5.186 0-9.614-3.225-11.408-7.778a12.3 12.3 0 0 1 3.781-5.111l2.924 2.924a5.1 5.1 0 0 0-.404 1.275h4.206l-1.296-1.296a3.1 3.1 0 0 1 2.196-.903c1.404 0 2.587.924 2.976 2.199h2.13z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eeye-slash%3C/title%3E%3Cpath d='M21.106 15.088A5.19 5.19 0 0 0 16 10.814a5.17 5.17 0 0 0-3.668 1.522L9.866 9.868a12.2 12.2 0 0 1 6.133-1.646c5.186 0 9.614 3.225 11.408 7.778a12.34 12.34 0 0 1-5.276 6.133l-2.468-2.466a5.17 5.17 0 0 0 1.449-2.802h-2.123c-.148.508-.42.964-.782 1.33l-1.33-1.33h-2.514l2.196 2.196q-.272.049-.56.05a3.11 3.11 0 0 1-2.99-2.245h-2.123a5.19 5.19 0 0 0 7.3 3.836l2.247 2.247a12.2 12.2 0 0 1-4.434.828c-5.186 0-9.614-3.225-11.408-7.778a12.3 12.3 0 0 1 3.781-5.111l2.924 2.924a5.1 5.1 0 0 0-.404 1.275h4.206l-1.296-1.296a3.1 3.1 0 0 1 2.196-.903c1.404 0 2.587.924 2.976 2.199h2.13z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-eye:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eeye%3C/title%3E%3Cpath d='M16 8.222c-5.186 0-9.614 3.225-11.408 7.778 1.794 4.553 6.222 7.778 11.408 7.778S25.614 20.553 27.408 16C25.614 11.447 21.186 8.222 16 8.222m0 12.964c-2.862 0-5.186-2.324-5.186-5.186s2.324-5.186 5.186-5.186 5.186 2.324 5.186 5.186-2.324 5.186-5.186 5.186m0-8.297c-1.721 0-3.111 1.39-3.111 3.111s1.39 3.111 3.111 3.111 3.111-1.39 3.111-3.111-1.39-3.111-3.111-3.111'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eeye%3C/title%3E%3Cpath d='M16 8.222c-5.186 0-9.614 3.225-11.408 7.778 1.794 4.553 6.222 7.778 11.408 7.778S25.614 20.553 27.408 16C25.614 11.447 21.186 8.222 16 8.222m0 12.964c-2.862 0-5.186-2.324-5.186-5.186s2.324-5.186 5.186-5.186 5.186 2.324 5.186 5.186-2.324 5.186-5.186 5.186m0-8.297c-1.721 0-3.111 1.39-3.111 3.111s1.39 3.111 3.111 3.111 3.111-1.39 3.111-3.111-1.39-3.111-3.111-3.111'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-filter:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Efilter%3C/title%3E%3Cpath d='M13.333 24h5.333v-2.667h-5.333zM4 8v2.667h24V8zm4 9.333h16v-2.667H8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Efilter%3C/title%3E%3Cpath d='M13.333 24h5.333v-2.667h-5.333zM4 8v2.667h24V8zm4 9.333h16v-2.667H8z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-first:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Efirst%3C/title%3E%3Cpath d='M24.273 22.12 18.153 16l6.12-6.12L22.393 8l-8 8 8 8zM7.727 8h2.667v16H7.727z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Efirst%3C/title%3E%3Cpath d='M24.273 22.12 18.153 16l6.12-6.12L22.393 8l-8 8 8 8zM7.727 8h2.667v16H7.727z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-group:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Egroup%3C/title%3E%3Cpath d='M18.667 21.333h8.889A3.555 3.555 0 0 1 24 24.889h-5.333zm8.888-7.111v3.556h-8.889v-3.556zM24 7.111a3.555 3.555 0 0 1 3.556 3.556h-16V7.111zm-8.889 17.778h-3.556v-3.556h3.556zm0-7.111h-3.556v-3.556h3.556zM8 10.667H4.444A3.555 3.555 0 0 1 8 7.111z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Egroup%3C/title%3E%3Cpath d='M18.667 21.333h8.889A3.555 3.555 0 0 1 24 24.889h-5.333zm8.888-7.111v3.556h-8.889v-3.556zM24 7.111a3.555 3.555 0 0 1 3.556 3.556h-16V7.111zm-8.889 17.778h-3.556v-3.556h3.556zm0-7.111h-3.556v-3.556h3.556zM8 10.667H4.444A3.555 3.555 0 0 1 8 7.111z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-last:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Elast%3C/title%3E%3Cpath d='m7.727 9.88 6.12 6.12-6.12 6.12L9.607 24l8-8-8-8zM21.607 8h2.667v16h-2.667z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Elast%3C/title%3E%3Cpath d='m7.727 9.88 6.12 6.12-6.12 6.12L9.607 24l8-8-8-8zM21.607 8h2.667v16h-2.667z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-left:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eleft%3C/title%3E%3Cpath d='M26.667 14.667H10.44l7.453-7.453L16 5.334 5.333 16.001 16 26.668l1.88-1.88-7.44-7.453h16.227v-2.667z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eleft%3C/title%3E%3Cpath d='M26.667 14.667H10.44l7.453-7.453L16 5.334 5.333 16.001 16 26.668l1.88-1.88-7.44-7.453h16.227v-2.667z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-linked:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Elinked%3C/title%3E%3Cpath d='M5.2 16a4.136 4.136 0 0 1 4.133-4.133h5.333V9.334H9.333c-3.68 0-6.667 2.987-6.667 6.667s2.987 6.667 6.667 6.667h5.333v-2.533H9.333A4.136 4.136 0 0 1 5.2 16.002zm5.467 1.333h10.667v-2.667H10.667zm12-8h-5.333v2.533h5.333c2.28 0 4.133 1.853 4.133 4.133s-1.853 4.133-4.133 4.133h-5.333v2.533h5.333c3.68 0 6.667-2.987 6.667-6.667s-2.987-6.667-6.667-6.667z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Elinked%3C/title%3E%3Cpath d='M5.2 16a4.136 4.136 0 0 1 4.133-4.133h5.333V9.334H9.333c-3.68 0-6.667 2.987-6.667 6.667s2.987 6.667 6.667 6.667h5.333v-2.533H9.333A4.136 4.136 0 0 1 5.2 16.002zm5.467 1.333h10.667v-2.667H10.667zm12-8h-5.333v2.533h5.333c2.28 0 4.133 1.853 4.133 4.133s-1.853 4.133-4.133 4.133h-5.333v2.533h5.333c3.68 0 6.667-2.987 6.667-6.667s-2.987-6.667-6.667-6.667z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-loading:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eloading%3C/title%3E%3Cpath d='m17.778 11.708 3.25-3.251 2.516 2.516-3.251 3.25h4.597v3.556h-4.597l3.251 3.25-2.516 2.516-3.25-3.251v4.597h-3.556v-4.597l-3.25 3.251-2.516-2.516 3.251-3.25H7.11v-3.556h4.597l-3.251-3.25 2.516-2.516 3.25 3.251V7.111h3.556zm-3.251 7.847h2.944l2.084-2.084v-2.944l-2.084-2.084h-2.944l-2.084 2.084v2.944z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eloading%3C/title%3E%3Cpath d='m17.778 11.708 3.25-3.251 2.516 2.516-3.251 3.25h4.597v3.556h-4.597l3.251 3.25-2.516 2.516-3.25-3.251v4.597h-3.556v-4.597l-3.25 3.251-2.516-2.516 3.251-3.25H7.11v-3.556h4.597l-3.251-3.25 2.516-2.516 3.25 3.251V7.111h3.556zm-3.251 7.847h2.944l2.084-2.084v-2.944l-2.084-2.084h-2.944l-2.084 2.084v2.944z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-maximize:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Emaximize%3C/title%3E%3Cpath d='M4 4h24v2.667H4z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Emaximize%3C/title%3E%3Cpath d='M4 4h24v2.667H4z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-menu:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Emenu%3C/title%3E%3Cpath d='M4 24h24v-2.667H4zm0-6.667h24v-2.667H4zM4 8v2.667h24V8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Emenu%3C/title%3E%3Cpath d='M4 24h24v-2.667H4zm0-6.667h24v-2.667H4zM4 8v2.667h24V8z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-menu-alt:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M16 26.667a2.57 2.57 0 0 1-1.883-.784A2.57 2.57 0 0 1 13.333 24q0-1.1.784-1.883A2.57 2.57 0 0 1 16 21.333q1.1 0 1.883.784.784.783.784 1.883t-.784 1.883a2.57 2.57 0 0 1-1.883.784m0-8a2.57 2.57 0 0 1-1.883-.784A2.57 2.57 0 0 1 13.333 16q0-1.1.784-1.883A2.57 2.57 0 0 1 16 13.333q1.1 0 1.883.784.784.783.784 1.883t-.784 1.883a2.57 2.57 0 0 1-1.883.784m0-8a2.57 2.57 0 0 1-1.883-.784A2.57 2.57 0 0 1 13.333 8q0-1.1.784-1.883A2.57 2.57 0 0 1 16 5.333q1.1 0 1.883.784.784.783.784 1.883t-.784 1.883a2.57 2.57 0 0 1-1.883.784'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M16 26.667a2.57 2.57 0 0 1-1.883-.784A2.57 2.57 0 0 1 13.333 24q0-1.1.784-1.883A2.57 2.57 0 0 1 16 21.333q1.1 0 1.883.784.784.783.784 1.883t-.784 1.883a2.57 2.57 0 0 1-1.883.784m0-8a2.57 2.57 0 0 1-1.883-.784A2.57 2.57 0 0 1 13.333 16q0-1.1.784-1.883A2.57 2.57 0 0 1 16 13.333q1.1 0 1.883.784.784.783.784 1.883t-.784 1.883a2.57 2.57 0 0 1-1.883.784m0-8a2.57 2.57 0 0 1-1.883-.784A2.57 2.57 0 0 1 13.333 8q0-1.1.784-1.883A2.57 2.57 0 0 1 16 5.333q1.1 0 1.883.784.784.783.784 1.883t-.784 1.883a2.57 2.57 0 0 1-1.883.784'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-minimize:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eminimize%3C/title%3E%3Cpath d='M8 25.333h16V28H8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eminimize%3C/title%3E%3Cpath d='M8 25.333h16V28H8z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-minus:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 32 32'%3E%3Cpath d='M6.572 6.572a13.32 13.32 0 0 0 0 18.856 13.32 13.32 0 0 0 18.856 0 13.32 13.32 0 0 0 0-18.856 13.32 13.32 0 0 0-18.856 0m17.527 8.099v2.658H7.901v-2.658z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 32 32'%3E%3Cpath d='M6.572 6.572a13.32 13.32 0 0 0 0 18.856 13.32 13.32 0 0 0 18.856 0 13.32 13.32 0 0 0 0-18.856 13.32 13.32 0 0 0-18.856 0m17.527 8.099v2.658H7.901v-2.658z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-next:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Enext%3C/title%3E%3Cpath d='m12.94 8-1.88 1.88L17.167 16l-6.107 6.12L12.94 24l8-8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Enext%3C/title%3E%3Cpath d='m12.94 8-1.88 1.88L17.167 16l-6.107 6.12L12.94 24l8-8z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-none:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Enone%3C/title%3E%3Cpath d='M4 24h16v-2.667H4zM4 8v2.667h24V8zm0 9.333h24v-2.667H4z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Enone%3C/title%3E%3Cpath d='M4 24h16v-2.667H4zM4 8v2.667h24V8zm0 9.333h24v-2.667H4z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-not-allowed:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Enot-allowed%3C/title%3E%3Cpath d='M16 2.667C8.64 2.667 2.667 8.64 2.667 16S8.64 29.333 16 29.333 29.333 23.36 29.333 16 23.36 2.667 16 2.667M5.333 16c0-5.893 4.773-10.667 10.667-10.667 2.467 0 4.733.84 6.533 2.253L7.586 22.533A10.54 10.54 0 0 1 5.333 16M16 26.667c-2.467 0-4.733-.84-6.533-2.253L24.414 9.467A10.54 10.54 0 0 1 26.667 16c0 5.893-4.773 10.667-10.667 10.667'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Enot-allowed%3C/title%3E%3Cpath d='M16 2.667C8.64 2.667 2.667 8.64 2.667 16S8.64 29.333 16 29.333 29.333 23.36 29.333 16 23.36 2.667 16 2.667M5.333 16c0-5.893 4.773-10.667 10.667-10.667 2.467 0 4.733.84 6.533 2.253L7.586 22.533A10.54 10.54 0 0 1 5.333 16M16 26.667c-2.467 0-4.733-.84-6.533-2.253L24.414 9.467A10.54 10.54 0 0 1 26.667 16c0 5.893-4.773 10.667-10.667 10.667'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-paste:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Epaste%3C/title%3E%3Cpath d='M25.333 4H19.76C19.2 2.453 17.733 1.333 16 1.333S12.8 2.453 12.24 4H6.667A2.675 2.675 0 0 0 4 6.667V28c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667V6.667C28.001 5.2 26.801 4 25.334 4zM16 4c.733 0 1.333.6 1.333 1.333s-.6 1.333-1.333 1.333-1.333-.6-1.333-1.333S15.267 4 16 4m9.333 24H6.666V6.667h2.667v4h13.333v-4h2.667z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Epaste%3C/title%3E%3Cpath d='M25.333 4H19.76C19.2 2.453 17.733 1.333 16 1.333S12.8 2.453 12.24 4H6.667A2.675 2.675 0 0 0 4 6.667V28c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667V6.667C28.001 5.2 26.801 4 25.334 4zM16 4c.733 0 1.333.6 1.333 1.333s-.6 1.333-1.333 1.333-1.333-.6-1.333-1.333S15.267 4 16 4m9.333 24H6.666V6.667h2.667v4h13.333v-4h2.667z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-pin:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Epin%3C/title%3E%3Cpath d='m11.106 22.093-4.444 4.444-1.259-1.259 4.444-4.444zm5.872-16.63 9.618 9.62-.962.962-.962-.962-7.694 3.847 1.924 1.924-2.74 2.74-7.696-7.696 2.741-2.74 1.924 1.925 3.847-7.696-.962-.962z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Epin%3C/title%3E%3Cpath d='m11.106 22.093-4.444 4.444-1.259-1.259 4.444-4.444zm5.872-16.63 9.618 9.62-.962.962-.962-.962-7.694 3.847 1.924 1.924-2.74 2.74-7.696-7.696 2.741-2.74 1.924 1.925 3.847-7.696-.962-.962z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-pivot:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Epivot%3C/title%3E%3Cpath d='M26.667 30.223H5.334a3.556 3.556 0 0 1-3.556-3.556V5.334a3.556 3.556 0 0 1 3.556-3.556h21.333a3.556 3.556 0 0 1 3.556 3.556v21.333a3.556 3.556 0 0 1-3.556 3.556m-16-8.89H5.334v5.333h5.333zm16-7.11H12.444v12.444h14.223zm-9.15 6.85-2.039 2.037 2.039 2.039-1.257 1.257-3.295-3.296 3.295-3.295q.63.628 1.257 1.257zm-6.85-6.85H5.334v5.333h5.333zm15.74 3.816-1.257 1.256-2.039-2.037-2.037 2.037-1.257-1.256 3.295-3.296zM10.667 5.333H5.334v5.333h5.333zm8.889 0h-7.112v5.333h7.112zm7.111 0h-5.333v5.333h5.333z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Epivot%3C/title%3E%3Cpath d='M26.667 30.223H5.334a3.556 3.556 0 0 1-3.556-3.556V5.334a3.556 3.556 0 0 1 3.556-3.556h21.333a3.556 3.556 0 0 1 3.556 3.556v21.333a3.556 3.556 0 0 1-3.556 3.556m-16-8.89H5.334v5.333h5.333zm16-7.11H12.444v12.444h14.223zm-9.15 6.85-2.039 2.037 2.039 2.039-1.257 1.257-3.295-3.296 3.295-3.295q.63.628 1.257 1.257zm-6.85-6.85H5.334v5.333h5.333zm15.74 3.816-1.257 1.256-2.039-2.037-2.037 2.037-1.257-1.256 3.295-3.296zM10.667 5.333H5.334v5.333h5.333zm8.889 0h-7.112v5.333h7.112zm7.111 0h-5.333v5.333h5.333z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-plus:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 32 32'%3E%3Cpath d='M6.572 6.572a13.32 13.32 0 0 0 0 18.856 13.32 13.32 0 0 0 18.856 0 13.32 13.32 0 0 0 0-18.856 13.32 13.32 0 0 0-18.856 0m17.527 8.099v2.658h-6.77v6.77h-2.658v-6.77h-6.77v-2.658h6.77v-6.77h2.658v6.77z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 32 32'%3E%3Cpath d='M6.572 6.572a13.32 13.32 0 0 0 0 18.856 13.32 13.32 0 0 0 18.856 0 13.32 13.32 0 0 0 0-18.856 13.32 13.32 0 0 0-18.856 0m17.527 8.099v2.658h-6.77v6.77h-2.658v-6.77h-6.77v-2.658h6.77v-6.77h2.658v6.77z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-previous:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eprevious%3C/title%3E%3Cpath d='M20.94 9.88 19.06 8l-8 8 8 8 1.88-1.88L14.833 16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eprevious%3C/title%3E%3Cpath d='M20.94 9.88 19.06 8l-8 8 8 8 1.88-1.88L14.833 16z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-right:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eright%3C/title%3E%3Cpath d='m16 5.333-1.88 1.88 7.44 7.453H5.333v2.667H21.56l-7.44 7.453 1.88 1.88 10.667-10.667L16 5.332z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eright%3C/title%3E%3Cpath d='m16 5.333-1.88 1.88 7.44 7.453H5.333v2.667H21.56l-7.44 7.453 1.88 1.88 10.667-10.667L16 5.332z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-save:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Esave%3C/title%3E%3Cpath d='M25.333 16v9.333H6.666V16H3.999v9.333C3.999 26.8 5.199 28 6.666 28h18.667C26.8 28 28 26.8 28 25.333V16zm-8 .893 3.453-3.44 1.88 1.88L15.999 22l-6.667-6.667 1.88-1.88 3.453 3.44V4h2.667v12.893z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Esave%3C/title%3E%3Cpath d='M25.333 16v9.333H6.666V16H3.999v9.333C3.999 26.8 5.199 28 6.666 28h18.667C26.8 28 28 26.8 28 25.333V16zm-8 .893 3.453-3.44 1.88 1.88L15.999 22l-6.667-6.667 1.88-1.88 3.453 3.44V4h2.667v12.893z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-small-down:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Esmall-down%3C/title%3E%3Cpath d='M9.333 12.667 16 19.334l6.667-6.667H9.334z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Esmall-down%3C/title%3E%3Cpath d='M9.333 12.667 16 19.334l6.667-6.667H9.334z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-small-left:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Esmall-left%3C/title%3E%3Cpath d='M19.333 9.333 12.666 16l6.667 6.667V9.334z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Esmall-left%3C/title%3E%3Cpath d='M19.333 9.333 12.666 16l6.667 6.667V9.334z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-small-right:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Esmall-right%3C/title%3E%3Cpath d='M12.667 22.667 19.334 16l-6.667-6.667v13.333z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Esmall-right%3C/title%3E%3Cpath d='M12.667 22.667 19.334 16l-6.667-6.667v13.333z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-small-up:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Esmall-up%3C/title%3E%3Cpath d='M9.333 19.333 16 12.666l6.667 6.667H9.334z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Esmall-up%3C/title%3E%3Cpath d='M9.333 19.333 16 12.666l6.667 6.667H9.334z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-tick:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Etick%3C/title%3E%3Cpath d='m11.727 21.167-5.56-5.56-1.893 1.88 7.453 7.453 16-16-1.88-1.88z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Etick%3C/title%3E%3Cpath d='m11.727 21.167-5.56-5.56-1.893 1.88 7.453 7.453 16-16-1.88-1.88z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-tree-closed:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Etree-closed%3C/title%3E%3Cpath d='m12.94 8-1.88 1.88L17.167 16l-6.107 6.12L12.94 24l8-8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Etree-closed%3C/title%3E%3Cpath d='m12.94 8-1.88 1.88L17.167 16l-6.107 6.12L12.94 24l8-8z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-tree-indeterminate:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Etree-indeterminate%3C/title%3E%3Cpath d='M6.667 14.667h18.667v2.667H6.667z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Etree-indeterminate%3C/title%3E%3Cpath d='M6.667 14.667h18.667v2.667H6.667z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-tree-open:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Etree-open%3C/title%3E%3Cpath d='M22.12 11.06 16 17.167 9.88 11.06 8 12.94l8 8 8-8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Etree-open%3C/title%3E%3Cpath d='M22.12 11.06 16 17.167 9.88 11.06 8 12.94l8 8 8-8z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-unlinked:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eunlinked%3C/title%3E%3Cpath d='M22.667 9.333h-5.333v2.533h5.333a4.136 4.136 0 0 1 4.133 4.133c0 1.907-1.307 3.507-3.08 3.973l1.947 1.947c2.173-1.107 3.667-3.32 3.667-5.92a6.67 6.67 0 0 0-6.667-6.667zm-1.334 5.334h-2.92l2.667 2.667h.253zM2.667 5.693 6.814 9.84A6.65 6.65 0 0 0 2.667 16a6.67 6.67 0 0 0 6.667 6.667h5.333v-2.533H9.334a4.136 4.136 0 0 1-4.133-4.133c0-2.12 1.613-3.867 3.68-4.093l2.76 2.76h-.973v2.667h3.64l3.027 3.027v2.307h2.307l5.347 5.333 1.68-1.68L4.362 4.002 2.669 5.695z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eunlinked%3C/title%3E%3Cpath d='M22.667 9.333h-5.333v2.533h5.333a4.136 4.136 0 0 1 4.133 4.133c0 1.907-1.307 3.507-3.08 3.973l1.947 1.947c2.173-1.107 3.667-3.32 3.667-5.92a6.67 6.67 0 0 0-6.667-6.667zm-1.334 5.334h-2.92l2.667 2.667h.253zM2.667 5.693 6.814 9.84A6.65 6.65 0 0 0 2.667 16a6.67 6.67 0 0 0 6.667 6.667h5.333v-2.533H9.334a4.136 4.136 0 0 1-4.133-4.133c0-2.12 1.613-3.867 3.68-4.093l2.76 2.76h-.973v2.667h3.64l3.027 3.027v2.307h2.307l5.347 5.333 1.68-1.68L4.362 4.002 2.669 5.695z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-up:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Easc%3C/title%3E%3Cpath d='m5.333 16 1.88 1.88 7.453-7.44v16.227h2.667V10.44l7.44 7.453L26.666 16 15.999 5.333z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Easc%3C/title%3E%3Cpath d='m5.333 16 1.88 1.88 7.453-7.44v16.227h2.667V10.44l7.44 7.453L26.666 16 15.999 5.333z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-grip:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Egrip%3C/title%3E%3Cpath d='M26.667 12H5.334v2.667h21.333zM5.333 20h21.333v-2.667H5.333z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Egrip%3C/title%3E%3Cpath d='M26.667 12H5.334v2.667h21.333zM5.333 20h21.333v-2.667H5.333z'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-icon-settings:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M30 8h-4.1c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2v2h14.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30zm-9 4c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3M2 24h4.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30v-2H15.9c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2zm9-4c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M30 8h-4.1c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2v2h14.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30zm-9 4c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3M2 24h4.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30v-2H15.9c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2zm9-4c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3'/%3E%3C/svg%3E");
}
.ag-theme-simcorp .ag-right-aligned-cell input[type=number],
.ag-theme-simcorp .ag-right-aligned-cell input[type=text] {
  text-align: right;
}
.ag-theme-simcorp .ag-popup .ag-list {
  max-height: 500px !important;
}
.ag-theme-simcorp .ag-tabs-close-button-wrapper {
  border-right: 1px solid var(--ag-border-color);
}
.ag-theme-simcorp input[type=number],
.ag-theme-simcorp input[type=text] {
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px + var(--ag-row-group-indent-size)*var(--ag-indentation-level));
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
}
.ag-theme-simcorp :where(input[class^=ag-][type=number]:not(.ag-number-field-input-stepper)) {
  -moz-appearance: textfield;
}
.ag-theme-simcorp :where(input[class^=ag-][type=number]:not(.ag-number-field-input-stepper))::-webkit-inner-spin-button,
.ag-theme-simcorp :where(input[class^=ag-][type=number]:not(.ag-number-field-input-stepper))::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ag-theme-simcorp :where(input[class^=ag-]:not([type]), input[class^=ag-][type=text], input[class^=ag-][type=number], input[class^=ag-][type=tel], input[class^=ag-][type=date], input[class^=ag-][type=datetime-local], textarea[class^=ag-]) {
  background-color: var(--ag-input-background-color);
  border: var(--ag-input-border);
  border-radius: var(--ag-input-border-radius);
  color: var(--ag-input-text-color);
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  min-height: var(--ag-input-height);
  padding: 0;
}
.ag-theme-simcorp :where(input[class^=ag-]:not([type]), input[class^=ag-][type=text], input[class^=ag-][type=number], input[class^=ag-][type=tel], input[class^=ag-][type=date], input[class^=ag-][type=datetime-local], textarea[class^=ag-]):where(:disabled) {
  background-color: var(--ag-input-disabled-background-color);
  border: var(--ag-input-disabled-border);
  color: var(--ag-input-disabled-text-color);
}
.ag-theme-simcorp :where(input[class^=ag-]:not([type]), input[class^=ag-][type=text], input[class^=ag-][type=number], input[class^=ag-][type=tel], input[class^=ag-][type=date], input[class^=ag-][type=datetime-local], textarea[class^=ag-]):where(:focus) {
  background-color: var(--ag-input-focus-background-color);
  border: var(--ag-input-focus-border);
  box-shadow: var(--ag-input-focus-shadow);
  color: var(--ag-input-focus-text-color);
}
.ag-theme-simcorp :where(input[class^=ag-]:not([type]), input[class^=ag-][type=text], input[class^=ag-][type=number], input[class^=ag-][type=tel], input[class^=ag-][type=date], input[class^=ag-][type=datetime-local], textarea[class^=ag-]):where(:invalid) {
  background-color: var(--ag-input-invalid-background-color);
  border: var(--ag-input-invalid-border);
  color: var(--ag-input-invalid-text-color);
}
.ag-theme-simcorp :where(input[class^=ag-]:not([type]), input[class^=ag-][type=text], input[class^=ag-][type=number], input[class^=ag-][type=tel], input[class^=ag-][type=date], input[class^=ag-][type=datetime-local], textarea[class^=ag-]):where(.invalid) {
  background-color: var(--ag-input-invalid-background-color);
  border: var(--ag-input-invalid-border);
  color: var(--ag-input-invalid-text-color);
}
.ag-theme-simcorp.ag-ltr:where(input[class^=ag-]:not([type]), input[class^=ag-][type=text], input[class^=ag-][type=number], input[class^=ag-][type=tel], input[class^=ag-][type=date], input[class^=ag-][type=datetime-local], textarea[class^=ag-]) {
  padding-left: var(--ag-input-padding-start);
}
.ag-theme-simcorp.ag-rtl:where(input[class^=ag-]:not([type]), input[class^=ag-][type=text], input[class^=ag-][type=number], input[class^=ag-][type=tel], input[class^=ag-][type=date], input[class^=ag-][type=datetime-local], textarea[class^=ag-]) {
  padding-right: var(--ag-input-padding-start);
}
.ag-theme-simcorp .ag-tabs-header {
  background-color: var(--ag-tab-bar-background-color);
  border-bottom: var(--ag-tab-bar-border);
  display: flex;
  gap: var(--ag-tab-spacing);
  padding: var(--ag-tab-bar-top-padding) var(--ag-tab-bar-horizontal-padding) 0;
}
.ag-theme-simcorp .ag-tabs-header-wrapper {
  display: flex;
}
.ag-theme-simcorp .ag-tabs-header-wrapper .ag-tabs-header {
  flex: 1;
}
.ag-theme-simcorp .ag-tabs-close-button-wrapper {
  border: 0;
  padding: var(--ag-spacing);
  border-right: 1px solid var(--ag-border-color);
}
.ag-theme-simcorp.ag-ltr .ag-tabs-close-button-wrapper {
  border-right: 1px solid var(--ag-border-color);
}
.ag-theme-simcorp.ag-rtl .ag-tabs-close-button-wrapper {
  border-left: 1px solid var(--ag-border-color);
}
.ag-theme-simcorp .ag-tabs-close-button {
  background-color: unset;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.ag-theme-simcorp .ag-tab {
  align-items: center;
  background-color: var(--ag-tab-background-color);
  border-left: var(--ag-tab-selected-border-width) solid rgba(0, 0, 0, 0);
  border-right: var(--ag-tab-selected-border-width) solid rgba(0, 0, 0, 0);
  color: var(--ag-tab-text-color);
  cursor: pointer;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: var(--ag-tab-top-padding) var(--ag-tab-horizontal-padding) var(--ag-tab-bottom-padding);
  position: relative;
}
.ag-theme-simcorp .ag-tab:hover {
  background-color: var(--ag-tab-hover-background-color);
  color: var(--ag-tab-hover-text-color);
}
.ag-theme-simcorp .ag-tab.ag-tab-selected {
  background-color: var(--ag-tab-selected-background-color);
  color: var(--ag-tab-selected-text-color);
}
.ag-theme-simcorp .ag-tab:after {
  background-color: var(--ag-tab-selected-underline-color);
  bottom: 0;
  content: "";
  display: block;
  height: var(--ag-tab-selected-underline-width);
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity var(--ag-tab-selected-underline-transition-duration);
}
.ag-theme-simcorp .ag-tab.ag-tab-selected:after {
  opacity: 1;
}
.ag-theme-simcorp .ag-tab:focus-visible {
  box-shadow: inset var(--ag-focus-shadow);
}
.ag-theme-simcorp.ag-ltr .ag-tab.ag-tab-selected:not(:first-of-type) {
  border-left-color: var(--ag-tab-selected-border-color);
}
.ag-theme-simcorp.ag-ltr .ag-tab.ag-tab-selected:not(:last-of-type) {
  border-right-color: var(--ag-tab-selected-border-color);
}
.ag-theme-simcorp.ag-rtl .ag-tab.ag-tab-selected:not(:first-of-type) {
  border-right-color: var(--ag-tab-selected-border-color);
}
.ag-theme-simcorp.ag-rtl .ag-tab.ag-tab-selected:not(:last-of-type) {
  border-left-color: var(--ag-tab-selected-border-color);
}
.ag-theme-simcorp .ag-checkbox-input-wrapper,
.ag-theme-simcorp .ag-radio-button-input-wrapper {
  background-color: var(--ag-checkbox-unchecked-background-color);
  border: solid var(--ag-checkbox-border-width) var(--ag-checkbox-unchecked-border-color);
  flex: none;
  height: var(--ag-icon-size);
  position: relative;
  width: var(--ag-icon-size);
}
.ag-theme-simcorp .ag-checkbox-input-wrapper input,
.ag-theme-simcorp .ag-radio-button-input-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
  opacity: 0;
  width: 100%;
}
.ag-theme-simcorp .ag-checkbox-input-wrapper:after,
.ag-theme-simcorp .ag-radio-button-input-wrapper:after {
  content: "";
  display: block;
  inset: 0;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
}
.ag-theme-simcorp .ag-checkbox-input-wrapper.ag-checked,
.ag-theme-simcorp .ag-radio-button-input-wrapper.ag-checked {
  background-color: var(--ag-checkbox-checked-background-color);
  border-color: var(--ag-checkbox-checked-border-color);
}
.ag-theme-simcorp .ag-checkbox-input-wrapper.ag-checked:after,
.ag-theme-simcorp .ag-radio-button-input-wrapper.ag-checked:after {
  background-color: var(--ag-checkbox-checked-shape-color);
}
.ag-theme-simcorp .ag-checkbox-input-wrapper:active,
.ag-theme-simcorp .ag-checkbox-input-wrapper:focus-within,
.ag-theme-simcorp .ag-radio-button-input-wrapper:active,
.ag-theme-simcorp .ag-radio-button-input-wrapper:focus-within {
  box-shadow: var(--ag-focus-shadow);
}
.ag-theme-simcorp .ag-checkbox-input-wrapper.ag-disabled,
.ag-theme-simcorp .ag-radio-button-input-wrapper.ag-disabled {
  opacity: .5;
}
.ag-theme-simcorp .ag-checkbox-input-wrapper {
  border-radius: var(--ag-checkbox-border-radius);
}
.ag-theme-simcorp .ag-checkbox-input-wrapper.ag-checked:after {
  -webkit-mask-image: var(--ag-checkbox-checked-shape-image);
  mask-image: var(--ag-checkbox-checked-shape-image);
}
.ag-theme-simcorp .ag-checkbox-input-wrapper.ag-indeterminate {
  background-color: var(--ag-checkbox-indeterminate-background-color);
  border-color: var(--ag-checkbox-indeterminate-border-color);
}
.ag-theme-simcorp .ag-checkbox-input-wrapper.ag-indeterminate:after {
  background-color: var(--ag-checkbox-indeterminate-shape-color);
  -webkit-mask-image: var(--ag-checkbox-indeterminate-shape-image);
  mask-image: var(--ag-checkbox-indeterminate-shape-image);
}
.ag-theme-simcorp .ag-radio-button-input-wrapper {
  border-radius: 100%;
}
.ag-theme-simcorp .ag-radio-button-input-wrapper.ag-checked:after {
  -webkit-mask-image: var(--ag-radio-checked-shape-image);
  mask-image: var(--ag-radio-checked-shape-image);
}
:where([class^=ag-]) {
  box-sizing: border-box;
  outline: none;
}
:where([class^=ag-]):after,
:where([class^=ag-]):before,
:where([class^=ag-]):focus,
:where([class^=ag-]):focus-within {
  box-sizing: border-box;
  outline: none;
}
:where([class^=ag-]):where(button) {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
:where([class^=ag-]):where(button) {
  font-weight: inherit;
}
:where([class^=ag-])::-ms-clear {
  display: none;
}
.ag-aria-description-container {
  border: 0;
  z-index: 9999;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.ag-hidden {
  display: none !important;
}
.ag-invisible {
  visibility: hidden !important;
}
.ag-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ag-selectable {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.ag-tab-guard {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.ag-virtual-list-viewport .ag-tab-guard {
  position: sticky;
}
.ag-tab-guard-top {
  top: 1px;
}
.ag-tab-guard-bottom {
  bottom: 1px;
}
.ag-shake-left-to-right {
  animation-direction: alternate;
  animation-duration: .2s;
  animation-iteration-count: infinite;
  animation-name: ag-shake-left-to-right;
}
@keyframes ag-shake-left-to-right {
  0% {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
.ag-watermark {
  bottom: 20px;
  color: #9b9b9b;
  opacity: .7;
  position: absolute;
  right: 25px;
  transition: opacity 1s ease-out 3s;
}
.ag-watermark:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDkiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyMDkgMzYiPjxwYXRoIGZpbGw9IiM5QjlCOUIiIGQ9Ik0xOTIuOTkzIDIzLjY1OHYtNy45NDZoLTEzLjU0MWwtNy45NDcgNy45NDZ6TTIwOC4yNSAzLjk1aC0xNi45NzRsLTguMDEgNy45NDdoMjQuOTg0ek0xNjMuNjIyIDMxLjYwNWw0LjA2OS00LjA2OWgxMy43MzJ2Ny45NDdoLTE3LjgwMXoiLz48cGF0aCBmaWxsPSIjOUI5QjlCIiBkPSJNMTY2LjYxIDE5Ljc4aDguNzczbDguMDEtNy45NDZIMTY2LjYxek0xNTcuMDExIDMxLjYwNWg2LjYxMWw3Ljg4My03Ljk0N2gtMTQuNDk0ek0xOTEuMjc2IDMuOTVsLTQuMDY4IDQuMDdIMTYxLjI3Vi4wNzJoMzAuMDA2ek0yMC44NCAzMC4yMDZIOC4zNzhsLTIuMTYyIDUuMzRILjc1TDEyLjI1NyA4LjU5Mmg0Ljc2OEwyOC41MyAzNS41NDZoLTUuNTN6bS0xLjcxNy00LjI2TDE0LjYwOSAxNC45NWwtNC41MTQgMTAuOTk4ek0xMDQuNDM3IDE4LjUwOWMxLjU4OS0yLjM1MiA1LjU5NC0yLjYwNyA3LjI0Ny0yLjYwN3Y0LjU3OGMtMi4wMzQgMC00LjA2OS4wNjMtNS4yNzcuOTUzLTEuMjA3Ljg5LTEuODQzIDIuMDk4LTEuODQzIDMuNTZ2MTAuNTUzaC00Ljk1OVYxNS45MDJoNC43Njh6TTExOS4zNzYgMTUuOTAyaC00Ljk1OHYxOS42NDRoNC45NTh6TTExOS4zNzYgNy4xM2gtNC45NTh2NS44NDhoNC45NTh6TTE0My45NzkgNy4xM3YyOC40MTZoLTQuNzY4bC0uMTI3LTIuOTg4YTguMyA4LjMgMCAwIDEtMi42NyAyLjQ4Yy0xLjA4MS41NzItMi40MTYuODktMy45NDIuODktMS4zMzUgMC0yLjYwNi0uMjU1LTMuNjg3LS43LTEuMTQ0LS41MDgtMi4xNjItMS4xNDQtMi45ODgtMi4wMzRhOS42IDkuNiAwIDAgMS0xLjk3MS0zLjE3OWMtLjUwOC0xLjIwNy0uNjk5LTIuNjA2LS42OTktNC4xMzJzLjI1NC0yLjkyNC42OTktNC4xOTZjLjUwOS0xLjI3MSAxLjE0NS0yLjM1MiAxLjk3MS0zLjI0MnMxLjg0NC0xLjU4OSAyLjk4OC0yLjA5OCAyLjM1Mi0uNzYzIDMuNjg3LS43NjNjMS41MjYgMCAyLjc5Ny4yNTUgMy44NzguODI3czEuOTcxIDEuMzM1IDIuNjcgMi40MTZWNy4xOTNoNC45NTl6bS0xMC40MjYgMjQuNTM4YzEuNjUzIDAgMi45MjQtLjU3MiAzLjk0MS0xLjY1M3MxLjUyNi0yLjU0MyAxLjUyNi00LjMyMy0uNTA5LTMuMTc4LTEuNTI2LTQuMzIyYy0xLjAxNy0xLjA4MS0yLjI4OC0xLjY1My0zLjk0MS0xLjY1My0xLjU5IDAtMi45MjUuNTcyLTMuODc4IDEuNjUzLTEuMDE3IDEuMDgtMS41MjYgMi41NDMtMS41MjYgNC4zMjIgMCAxLjc4LjUwOSAzLjE4IDEuNTI2IDQuMjYgMS4wMTcgMS4xNDQgMi4yODggMS43MTYgMy44NzggMS43MTZNNTcuMjAyIDIwLjM1M0g0NC45MzN2NC4yNTloNi45OTNjLS4xOSAyLjE2MS0xLjAxNyAzLjgxNC0yLjQxNiA1LjE1LTEuMzk4IDEuMjctMy4xNzggMS45MDYtNS40NjcgMS45MDYtMS4yNzEgMC0yLjQ4LS4yNTQtMy40OTYtLjY5OWE3IDcgMCAwIDEtMi43MzQtMS45N2MtLjc2My0uODI3LTEuMzM1LTEuODQ0LTEuNzgtMy4wNTJzLS42MzYtMi40OC0uNjM2LTMuOTQyLjE5LTIuNzMzLjYzNi0zLjk0MWMuMzgxLTEuMjA4IDEuMDE3LTIuMTYyIDEuNzgtMy4wNTIuNzYzLS44MjYgMS42NTMtMS40NjIgMi43MzMtMS45N2E5LjEgOS4xIDAgMCAxIDMuNTYtLjdxNC4wMDUgMCA2LjEwMyAxLjkwN2wzLjMwNi0zLjMwNWMtMi40OC0xLjkwNy01LjY1OC0yLjkyNS05LjQwOS0yLjkyNS0yLjA5NyAwLTQuMDA0LjMxOC01LjcyMSAxLjAxOC0xLjcxNi42OTktMy4xNzkgMS41ODktNC4zODYgMi43OTdBMTIuMSAxMi4xIDAgMCAwIDMxLjIgMTYuMjJjLS42MzUgMS43MTctLjk1MyAzLjYyNC0uOTUzIDUuNjU4cy4zMTggMy45NDIgMS4wMTcgNS42NThjLjcgMS43MTcgMS41OSAzLjE3OSAyLjc5NyA0LjM4N2ExMi4xIDEyLjEgMCAwIDAgNC4zODcgMi43OTdjMS43MTYuNyAzLjYyMyAxLjAxNyA1LjY1NyAxLjAxNyAyLjAzNSAwIDMuODc4LS4zMTggNS41MzEtMS4wMTcgMS42NTMtLjcgMy4wNTItMS41OSA0LjE5Ni0yLjc5N3ExLjcxNi0xLjgxMiAyLjY3LTQuMzg3Yy42MzYtMS43MTYuOTU0LTMuNjIzLjk1NC01LjY1OHYtLjgyNmMtLjE5MS0uMTI3LS4yNTUtLjQ0NS0uMjU1LS43TTk1Ljk4MiAyMC4zNTNoLTEyLjI3djQuMjU5aDYuOTkzYy0uMTkgMi4xNjEtMS4wMTcgMy44MTQtMi40MTYgNS4xNS0xLjM5OCAxLjI3LTMuMTc4IDEuOTA2LTUuNDY3IDEuOTA2LTEuMjcxIDAtMi40OC0uMjU0LTMuNDk2LS42OTlhNyA3IDAgMCAxLTIuNzM0LTEuOTdjLS43NjMtLjgyNy0xLjMzNS0xLjg0NC0xLjc4LTMuMDUycy0uNjM2LTIuNDgtLjYzNi0zLjk0Mi4xOS0yLjczMy42MzYtMy45NDFjLjM4MS0xLjIwOCAxLjAxNy0yLjE2MiAxLjc4LTMuMDUyLjc2My0uODI2IDEuNjUzLTEuNDYyIDIuNzM0LTEuOTdhOS4xIDkuMSAwIDAgMSAzLjU2LS43cTQuMDA1IDAgNi4xMDMgMS45MDdsMy4zMDUtMy4zMDVjLTIuNDc5LTEuOTA3LTUuNjU4LTIuOTI1LTkuNDA4LTIuOTI1LTIuMDk4IDAtNC4wMDUuMzE4LTUuNzIyIDEuMDE4LTEuNzE2LjY5OS0zLjE3OCAxLjU4OS00LjM4NiAyLjc5N2ExMi4xIDEyLjEgMCAwIDAtMi43OTcgNC4zODZjLS42MzYgMS43MTctLjk1NCAzLjYyNC0uOTU0IDUuNjU4cy4zMTggMy45NDIgMS4wMTcgNS42NThjLjcgMS43MTcgMS41OSAzLjE3OSAyLjc5NyA0LjM4N2ExMi4xIDEyLjEgMCAwIDAgNC4zODcgMi43OTdjMS43MTYuNyAzLjYyMyAxLjAxNyA1LjY1OCAxLjAxNyAyLjAzNCAwIDMuODc4LS4zMTggNS41My0xLjAxNyAxLjY1My0uNyAzLjA1Mi0xLjU5IDQuMTk2LTIuNzk3cTEuNzE4LTEuODEyIDIuNjctNC4zODdjLjYzNi0xLjcxNi45NTQtMy42MjMuOTU0LTUuNjU4di0uODI2Yy0uMTktLjEyNy0uMjU1LS40NDUtLjI1NS0uNyIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 170px 40px;
  content: "";
  display: block;
  height: 40px;
  width: 170px;
}
.ag-watermark-text {
  font-family: Impact, sans-serif;
  font-size: 19px;
  font-weight: 700;
  opacity: .5;
}
.ag-ltr .ag-watermark-text {
  padding-left: .7rem;
}
.ag-rtl .ag-watermark-text {
  padding-right: .7rem;
}
.ag-body-horizontal-scroll-viewport,
.ag-body-vertical-scroll-viewport,
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-floating-top-viewport,
.ag-header-viewport,
.ag-sticky-bottom-viewport,
.ag-sticky-top-viewport,
.ag-virtual-list-viewport {
  flex: 1 1 auto;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-floating-top-viewport,
.ag-header-viewport,
.ag-sticky-bottom-viewport,
.ag-sticky-top-viewport {
  overflow-x: auto;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.ag-body-viewport::-webkit-scrollbar,
.ag-center-cols-viewport::-webkit-scrollbar,
.ag-floating-bottom-viewport::-webkit-scrollbar,
.ag-floating-top-viewport::-webkit-scrollbar,
.ag-header-viewport::-webkit-scrollbar,
.ag-sticky-bottom-viewport::-webkit-scrollbar,
.ag-sticky-top-viewport::-webkit-scrollbar {
  display: none !important;
}
.ag-body-viewport {
  display: flex;
  overflow-x: hidden;
}
.ag-body-viewport.ag-layout-normal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ag-sticky-bottom-container,
.ag-sticky-top-container {
  min-height: 1px;
}
.ag-center-cols-viewport {
  min-height: 100%;
  width: 100%;
}
.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll;
}
.ag-body-vertical-scroll-viewport {
  overflow-y: scroll;
}
.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%;
}
.ag-body-container,
.ag-body-horizontal-scroll-container,
.ag-body-vertical-scroll-container,
.ag-center-cols-container,
.ag-floating-bottom-container,
.ag-floating-bottom-full-width-container,
.ag-floating-top-container,
.ag-full-width-container,
.ag-header-container,
.ag-pinned-left-cols-container,
.ag-pinned-right-cols-container,
.ag-sticky-bottom-container,
.ag-sticky-top-container,
.ag-virtual-list-container {
  position: relative;
}
.ag-floating-bottom-container,
.ag-floating-top-container,
.ag-header-container,
.ag-sticky-bottom-container,
.ag-sticky-top-container {
  height: 100%;
  white-space: nowrap;
}
.ag-center-cols-container,
.ag-pinned-right-cols-container {
  display: block;
}
.ag-body-horizontal-scroll-container {
  height: 100%;
}
.ag-body-vertical-scroll-container {
  width: 100%;
}
.ag-floating-bottom-full-width-container,
.ag-floating-top-full-width-container,
.ag-full-width-container,
.ag-sticky-bottom-full-width-container,
.ag-sticky-top-full-width-container {
  pointer-events: none;
  position: absolute;
  top: 0;
}
.ag-ltr .ag-floating-bottom-full-width-container,
.ag-ltr .ag-floating-top-full-width-container,
.ag-ltr .ag-full-width-container,
.ag-ltr .ag-sticky-bottom-full-width-container,
.ag-ltr .ag-sticky-top-full-width-container {
  left: 0;
}
.ag-rtl .ag-floating-bottom-full-width-container,
.ag-rtl .ag-floating-top-full-width-container,
.ag-rtl .ag-full-width-container,
.ag-rtl .ag-sticky-bottom-full-width-container,
.ag-rtl .ag-sticky-top-full-width-container {
  right: 0;
}
.ag-full-width-container {
  width: 100%;
}
.ag-floating-bottom-full-width-container,
.ag-floating-top-full-width-container {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.ag-virtual-list-container {
  overflow: hidden;
}
.ag-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row !important;
  min-height: 0;
  position: relative;
}
.ag-body-horizontal-scroll,
.ag-body-vertical-scroll {
  display: flex;
  min-height: 0;
  min-width: 0;
  position: relative;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible,
.ag-body-vertical-scroll.ag-scrollbar-invisible {
  bottom: 0;
  position: absolute;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar {
  opacity: 0;
  transition: opacity .4s;
  visibility: hidden;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active,
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling {
  opacity: 1;
  visibility: visible;
}
.ag-body-horizontal-scroll {
  width: 100%;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible {
  left: 0;
  right: 0;
}
.ag-body-vertical-scroll {
  height: 100%;
}
.ag-body-vertical-scroll.ag-scrollbar-invisible {
  top: 0;
  z-index: 10;
}
.ag-ltr .ag-body-vertical-scroll.ag-scrollbar-invisible {
  right: 0;
}
.ag-rtl .ag-body-vertical-scroll.ag-scrollbar-invisible {
  left: 0;
}
.ag-force-vertical-scroll {
  overflow-y: scroll !important;
}
.ag-horizontal-left-spacer,
.ag-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  overflow-x: scroll;
}
.ag-horizontal-left-spacer.ag-scroller-corner,
.ag-horizontal-right-spacer.ag-scroller-corner {
  overflow-x: hidden;
}
.ag-ltr .ag-column-moving .ag-cell,
.ag-ltr .ag-column-moving .ag-header-cell {
  transition: left .2s;
}
.ag-ltr .ag-column-moving .ag-header-group-cell {
  transition: left .2s, width .2s;
}
.ag-rtl .ag-column-moving .ag-cell,
.ag-rtl .ag-column-moving .ag-header-cell {
  transition: right .2s;
}
.ag-rtl .ag-column-moving .ag-header-group-cell {
  transition: right .2s, width .2s;
}
.ag-row-animation .ag-row {
  transition:
    transform .4s,
    top .4s,
    opacity .2s;
}
.ag-row-animation .ag-row.ag-after-created {
  transition:
    transform .4s,
    top .4s,
    height .4s,
    opacity .2s;
}
.ag-row-no-animation .ag-row {
  transition: none;
}
.ag-row-loading {
  align-items: center;
  display: flex;
}
.ag-row-position-absolute {
  position: absolute;
}
.ag-row-position-relative {
  position: relative;
}
.ag-full-width-row {
  overflow: hidden;
  pointer-events: all;
}
.ag-row-inline-editing {
  z-index: 1;
}
.ag-row-dragging {
  z-index: 2;
}
.ag-stub-cell {
  align-items: center;
  display: flex;
}
.ag-cell {
  display: inline-block;
  height: 100%;
  position: absolute;
  white-space: nowrap;
}
.ag-cell-value {
  flex: 1 1 auto;
}
.ag-cell-value,
.ag-group-value {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-cell-wrap-text {
  white-space: normal;
  word-break: break-word;
}
.ag-sparkline-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  align-items: center;
  height: 100%;
}
.ag-cell .ag-icon {
  display: inline-block;
  vertical-align: middle;
}
.ag-floating-top {
  border-bottom: var(--ag-pinned-row-border);
  display: flex;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.ag-pinned-left-floating-top,
.ag-pinned-right-floating-top {
  display: inline-block;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.ag-floating-bottom {
  border-top: var(--ag-pinned-row-border);
  display: flex;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.ag-pinned-left-floating-bottom,
.ag-pinned-right-floating-bottom {
  display: inline-block;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.ag-sticky-bottom,
.ag-sticky-top {
  background-color: var(--ag-background-color);
  display: flex;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.ag-pinned-left-sticky-top,
.ag-pinned-right-sticky-top {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ag-sticky-bottom-full-width-container,
.ag-sticky-top-full-width-container {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.ag-value-slide-out {
  opacity: 1;
}
.ag-ltr .ag-value-slide-out {
  margin-right: 5px;
  transition: opacity 3s, margin-right 3s;
}
.ag-rtl .ag-value-slide-out {
  margin-left: 5px;
  transition: opacity 3s, margin-left 3s;
}
:is(.ag-ltr, .ag-rtl) .ag-value-slide-out {
  transition-timing-function: linear;
}
.ag-value-slide-out-end {
  opacity: 0;
}
.ag-ltr .ag-value-slide-out-end {
  margin-right: 10px;
}
.ag-rtl .ag-value-slide-out-end {
  margin-left: 10px;
}
.ag-opacity-zero {
  opacity: 0 !important;
}
.ag-details-row {
  width: 100%;
}
.ag-details-row-fixed-height {
  height: 100%;
}
.ag-details-grid {
  width: 100%;
}
.ag-details-grid-fixed-height {
  height: 100%;
}
.ag-cell-label-container {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
.ag-right-aligned-header .ag-cell-label-container {
  flex-direction: row-reverse;
}
.ag-right-aligned-header .ag-header-cell-text {
  text-align: start;
}
.ag-column-group-icons {
  display: block;
}
.ag-column-group-icons > * {
  cursor: pointer;
}
.ag-pill-select {
  display: flex;
  flex-direction: column;
}
.ag-pill-select .ag-column-drop-list {
  padding: 0;
}
.ag-pill-select .ag-select {
  padding-top: var(--ag-spacing);
}
.ag-pill-select .ag-picker-field-wrapper {
  background-color: #0000;
  border: 0;
}
.ag-pill-select .ag-picker-field-display {
  cursor: pointer;
}
.ag-ltr {
  direction: ltr;
}
.ag-ltr .ag-body,
.ag-ltr .ag-body-horizontal-scroll,
.ag-ltr .ag-body-viewport,
.ag-ltr .ag-floating-bottom,
.ag-ltr .ag-floating-top,
.ag-ltr .ag-header,
.ag-ltr .ag-sticky-bottom,
.ag-ltr .ag-sticky-top {
  flex-direction: row;
}
.ag-rtl {
  direction: rtl;
}
.ag-rtl .ag-body,
.ag-rtl .ag-body-horizontal-scroll,
.ag-rtl .ag-body-viewport,
.ag-rtl .ag-floating-bottom,
.ag-rtl .ag-floating-top,
.ag-rtl .ag-header,
.ag-rtl .ag-sticky-bottom,
.ag-rtl .ag-sticky-top {
  flex-direction: row-reverse;
}
.ag-rtl .ag-icon-contracted,
.ag-rtl .ag-icon-expanded,
.ag-rtl .ag-icon-tree-closed {
  display: block;
}
.ag-rtl .ag-icon-contracted,
.ag-rtl .ag-icon-expanded,
.ag-rtl .ag-icon-tree-closed {
  transform: rotate(180deg);
}
.ag-rtl .ag-icon-contracted,
.ag-rtl .ag-icon-expanded,
.ag-rtl .ag-icon-tree-closed {
  transform: rotate(-180deg);
}
.ag-measurement-container {
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.ag-measurement-container div {
  position: absolute;
}
.ag-group {
  position: relative;
  width: 100%;
}
.ag-group-title-bar {
  align-items: center;
  display: flex;
  padding: var(--ag-spacing);
}
.ag-group-title {
  display: inline;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-group-title-bar .ag-group-title {
  cursor: default;
}
.ag-group-toolbar {
  align-items: center;
  display: flex;
  padding: var(--ag-spacing);
}
.ag-group-container {
  display: flex;
}
.ag-disabled .ag-group-container {
  pointer-events: none;
}
.ag-disabled-group-container,
.ag-disabled-group-title-bar {
  opacity: .5;
}
.ag-group-container-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}
.ag-group-container-vertical {
  flex-direction: column;
}
.ag-group-title-bar-icon {
  cursor: pointer;
  flex: none;
}
.ag-ltr .ag-group-title-bar-icon {
  margin-right: var(--ag-spacing);
}
.ag-rtl .ag-group-title-bar-icon {
  margin-left: var(--ag-spacing);
}
.ag-group-item-alignment-stretch .ag-group-item {
  align-items: stretch;
}
.ag-group-item-alignment-start .ag-group-item {
  align-items: flex-start;
}
.ag-group-item-alignment-end .ag-group-item {
  align-items: flex-end;
}
.ag-popup-child {
  top: 0;
  z-index: 5;
}
.ag-popup-child:where(:not(.ag-tooltip-custom)) {
  box-shadow: var(--ag-popup-shadow);
}
.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ag-large-text-input {
  display: block;
}
.ag-rtl {
  text-align: right;
}
.ag-ltr .ag-row:not(.ag-row-level-0) .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row:not(.ag-row-level-0) .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row-group-leaf-indent {
  margin-left: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));
}
.ag-rtl .ag-row-group-leaf-indent {
  margin-right: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));
}
.ag-value-change-delta {
  padding: 0 2px;
}
.ag-value-change-delta-up {
  color: var(--ag-value-change-delta-up-color);
}
.ag-value-change-delta-down {
  color: var(--ag-value-change-delta-down-color);
}
.ag-value-change-value {
  background-color: #0000;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}
.ag-value-change-value-highlight {
  background-color: var(--ag-value-change-value-highlight-background-color);
  transition: background-color .1s;
}
.ag-cell-data-changed {
  background-color: var(--ag-value-change-value-highlight-background-color) !important;
}
.ag-cell-data-changed-animation {
  background-color: #0000;
}
.ag-cell-highlight {
  background-color: var(--ag-range-selection-highlight-color) !important;
}
.ag-row {
  background-color: var(--ag-background-color);
  border-bottom: var(--ag-row-border);
  color: var(--ag-cell-text-color);
  font-size: var(--ag-data-font-size);
  height: var(--ag-row-height);
  white-space: nowrap;
  width: 100%;
  --ag-internal-content-line-height: min(calc(var(--ag-row-height) - 1px), var(--ag-line-height, 1000px));
}
:where(.ag-body-vertical-content-no-gap) .ag-row-last {
  border-bottom-color: #0000;
}
.ag-sticky-bottom {
  border-top: var(--ag-row-border);
  box-sizing: content-box !important;
  display: none;
}
.ag-group-contracted,
.ag-group-expanded {
  cursor: pointer;
}
.ag-cell,
.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  border: 1px solid rgba(0, 0, 0, 0);
  line-height: var(--ag-internal-content-line-height);
}
.ag-ltr .ag-cell {
  border-right: var(--ag-column-border);
}
.ag-rtl .ag-cell {
  border-left: var(--ag-column-border);
}
.ag-ltr :where(.ag-body-horizontal-content-no-gap) .ag-column-last {
  border-right-color: #0000;
}
.ag-rtl :where(.ag-body-horizontal-content-no-gap) .ag-column-last {
  border-left-color: #0000;
}
.ag-cell-wrapper {
  align-items: center;
  display: flex;
}
.ag-cell-wrapper.ag-row-group {
  align-items: flex-start;
}
.ag-cell-wrapper > :not(.ag-cell-value):not(.ag-group-value) {
  align-items: center;
  display: flex;
  height: var(--ag-internal-content-line-height);
}
.ag-ltr .ag-cell-wrapper {
  padding-left: calc(var(--ag-indentation-level)*var(--ag-row-group-indent-size));
}
.ag-rtl .ag-cell-wrapper {
  padding-right: calc(var(--ag-indentation-level)*var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size)*var(--ag-indentation-level));
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size)*var(--ag-indentation-level));
}
.ag-ltr .ag-group-contracted,
.ag-ltr .ag-group-expanded,
.ag-ltr .ag-row-drag,
.ag-ltr .ag-selection-checkbox {
  margin-right: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-group-contracted,
.ag-rtl .ag-group-expanded,
.ag-rtl .ag-row-drag,
.ag-rtl .ag-selection-checkbox {
  margin-left: var(--ag-cell-widget-spacing);
}
.ag-ltr .ag-group-child-count {
  margin-left: 3px;
}
.ag-rtl .ag-group-child-count {
  margin-right: 3px;
}
.ag-row-highlight-above:after,
.ag-row-highlight-below:after {
  background-color: var(--ag-range-selection-border-color);
  content: "";
  height: 1px;
  position: absolute;
  width: calc(100% - 1px);
}
.ag-ltr .ag-row-highlight-above:after,
.ag-ltr .ag-row-highlight-below:after {
  left: 1px;
}
.ag-rtl .ag-row-highlight-above:after,
.ag-rtl .ag-row-highlight-below:after {
  right: 1px;
}
.ag-row-highlight-above:after {
  top: -1px;
}
.ag-row-highlight-above.ag-row-first:after {
  top: 0;
}
.ag-row-highlight-below:after {
  bottom: 0;
}
.ag-row-odd {
  background-color: var(--ag-odd-row-background-color);
}
.ag-row-selected:before {
  background-color: var(--ag-selected-row-background-color);
  content: "";
  display: block;
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.ag-row-hover.ag-full-width-row.ag-row-group:before,
.ag-row-hover:not(.ag-full-width-row):before {
  background-color: var(--ag-row-hover-color);
  content: "";
  display: block;
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.ag-row-hover.ag-row-selected:before {
  background-color: var(--ag-row-hover-color);
  background-image: var(--ag-selected-row-background-color);
}
.ag-row-hover.ag-full-width-row.ag-row-group > * {
  position: relative;
}
.ag-column-hover {
  background-color: var(--ag-column-hover-color);
}
.ag-right-aligned-cell {
  font-variant-numeric: tabular-nums;
}
.ag-ltr .ag-right-aligned-cell {
  text-align: right;
}
.ag-rtl .ag-right-aligned-cell {
  text-align: left;
}
.ag-right-aligned-cell .ag-cell-value,
.ag-right-aligned-cell .ag-group-value {
  margin-left: auto;
}
.ag-cell:not(.ag-cell-inline-editing),
.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  -webkit-font-smoothing: subpixel-antialiased;
}
.ag-ltr .ag-cell:not(.ag-cell-inline-editing),
.ag-ltr .ag-full-width-row .ag-cell-wrapper.ag-row-group {
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px + var(--ag-row-group-indent-size)*var(--ag-indentation-level));
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
}
.ag-rtl .ag-cell:not(.ag-cell-inline-editing),
.ag-rtl .ag-full-width-row .ag-cell-wrapper.ag-row-group {
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px + var(--ag-row-group-indent-size)*var(--ag-indentation-level));
}
.ag-row > .ag-cell-wrapper {
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
}
.ag-row-dragging {
  cursor: move;
  opacity: .5;
}
.ag-details-row {
  background-color: var(--ag-background-color);
  padding: calc(var(--ag-spacing)*3.5);
}
.ag-layout-auto-height .ag-center-cols-container,
.ag-layout-auto-height .ag-center-cols-viewport,
.ag-layout-print .ag-center-cols-container,
.ag-layout-print .ag-center-cols-viewport {
  min-height: 150px;
}
.ag-overlay-loading-wrapper {
  background-color: var(--ag-modal-overlay-background-color);
}
.ag-skeleton-container {
  align-content: center;
  height: 100%;
  width: 100%;
}
.ag-skeleton-effect {
  animation: ag-skeleton-loading 1.5s ease-in-out .5s infinite;
  background-color: var(--ag-row-loading-skeleton-effect-color);
  border-radius: .25rem;
  height: 1em;
  width: 100%;
}
.ag-ltr .ag-right-aligned-cell .ag-skeleton-effect {
  margin-left: auto;
}
.ag-rtl .ag-right-aligned-cell .ag-skeleton-effect {
  margin-right: auto;
}
@keyframes ag-skeleton-loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}
.ag-loading {
  align-items: center;
  display: flex;
  height: 100%;
}
.ag-ltr .ag-loading {
  padding-left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-loading {
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-ltr .ag-loading-icon {
  padding-right: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-loading-icon {
  padding-left: var(--ag-cell-widget-spacing);
}
.ag-icon-loading {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: spin;
  animation-timing-function: linear;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.ag-details-row {
  padding: calc(var(--ag-spacing)*3.75);
}
.ag-pinned-left-header,
.ag-pinned-right-header {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
  border-right: var(--ag-pinned-column-border);
}
.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
  border-left: var(--ag-pinned-column-border);
}
.ag-pinned-right-header {
  border-left: var(--ag-pinned-column-border);
}
.ag-pinned-left-header {
  border-right: var(--ag-pinned-column-border);
}
.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
  border-left: var(--ag-pinned-column-border);
}
.ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
  border-right: var(--ag-pinned-column-border);
}
.ag-pinned-left-header .ag-header-cell-resize:after {
  left: calc(50% - var(--ag-header-column-resize-handle-width));
}
.ag-pinned-right-header .ag-header-cell-resize:after {
  left: 50%;
}
.ag-pinned-left-header,
.ag-pinned-right-header {
  height: 100%;
}
.ag-pinned-left-header .ag-header-cell-resize {
  right: -3px;
}
.ag-pinned-right-header .ag-header-cell-resize {
  left: -3px;
}
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),
.ag-cell-range-selected:not(.ag-cell-focus) {
  background-color: var(--ag-range-selection-background-color);
}
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,
.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart {
  background-color: var(--ag-range-selection-chart-background-color) !important;
}
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,
.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category {
  background-color: var(--ag-range-selection-chart-category-background-color) !important;
}
.ag-cell-range-selected-1:not(.ag-cell-focus),
.ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}
.ag-cell-range-selected-2:not(.ag-cell-focus) {
  background-image: var(--ag-range-selection-background-color);
}
.ag-cell-range-selected-3:not(.ag-cell-focus) {
  background-image: var(--ag-range-selection-background-color), var(--ag-range-selection-background-color);
}
.ag-cell-range-selected-4:not(.ag-cell-focus) {
  background-image:
    var(--ag-range-selection-background-color),
    var(--ag-range-selection-background-color),
    var(--ag-range-selection-background-color);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
  border-top-color: var(--ag-range-selection-border-color);
  border-top-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
  border-right-color: var(--ag-range-selection-border-color);
  border-right-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
  border-bottom-color: var(--ag-range-selection-border-color);
  border-bottom-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
  border-left-color: var(--ag-range-selection-border-color);
  border-left-style: var(--ag-range-selection-border-style);
}
.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-ltr .ag-cell-range-single-cell,
.ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,
.ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-rtl .ag-cell-range-single-cell,
.ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,
.ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group {
  border-color: var(--ag-range-selection-border-color);
  border-style: var(--ag-range-selection-border-style);
  border-width: 1px;
  outline: initial;
}
.ag-cell.ag-selection-fill-top,
.ag-cell.ag-selection-fill-top.ag-cell-range-selected {
  border-top: 1px dashed;
  border-top-color: var(--ag-range-selection-border-color);
}
.ag-ltr .ag-cell.ag-selection-fill-right,
.ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-rtl .ag-cell.ag-selection-fill-right,
.ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-cell.ag-selection-fill-bottom,
.ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
  border-bottom: 1px dashed;
  border-bottom-color: var(--ag-range-selection-border-color);
}
.ag-ltr .ag-cell.ag-selection-fill-left,
.ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-rtl .ag-cell.ag-selection-fill-left,
.ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-fill-handle,
.ag-range-handle {
  background-color: var(--ag-range-selection-border-color);
  bottom: -1px;
  height: 6px;
  position: absolute;
  width: 6px;
}
.ag-ltr .ag-fill-handle,
.ag-ltr .ag-range-handle {
  right: -1px;
}
.ag-rtl .ag-fill-handle,
.ag-rtl .ag-range-handle {
  left: -1px;
}
.ag-fill-handle {
  cursor: cell;
}
.ag-ltr .ag-range-handle {
  cursor: nwse-resize;
}
.ag-rtl .ag-range-handle {
  cursor: nesw-resize;
}
.ag-cell-inline-editing {
  border: var(--ag-input-focus-border) !important;
}
.ag-input-wrapper,
.ag-picker-field-wrapper {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  line-height: normal;
  position: relative;
}
.ag-input-field {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.ag-input-field-input {
  flex: 1 1 auto;
}
.ag-floating-filter-input .ag-input-field-input[type=date] {
  width: 1px;
}
.ag-input-field-input {
  min-width: 0;
  width: 100%;
}
.ag-column-select-header-filter-wrapper .ag-input-wrapper:before,
.ag-filter-filter .ag-input-wrapper:before,
.ag-filter-toolpanel-search .ag-input-wrapper:before,
.ag-mini-filter .ag-input-wrapper:before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 12px;
  -webkit-mask-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ij48cGF0aCBkPSJNNS4zIDlhMy43IDMuNyAwIDEgMCAwLTcuNSAzLjcgMy43IDAgMCAwIDAgNy41Wk0xMC41IDEwLjUgOC4zIDguMiIvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ij48cGF0aCBkPSJNNS4zIDlhMy43IDMuNyAwIDEgMCAwLTcuNSAzLjcgMy43IDAgMCAwIDAgNy41Wk0xMC41IDEwLjUgOC4zIDguMiIvPjwvc3ZnPg==);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 50%;
  position: absolute;
  width: 12px;
}
.ag-ltr .ag-column-select-header-filter-wrapper .ag-input-wrapper:before,
.ag-ltr .ag-filter-filter .ag-input-wrapper:before,
.ag-ltr .ag-filter-toolpanel-search .ag-input-wrapper:before,
.ag-ltr .ag-mini-filter .ag-input-wrapper:before {
  margin-left: var(--ag-spacing);
}
.ag-ltr .ag-column-select-header-filter-wrapper input.ag-number-field-input,
.ag-ltr .ag-column-select-header-filter-wrapper input.ag-text-field-input,
.ag-ltr .ag-filter-filter input.ag-number-field-input,
.ag-ltr .ag-filter-filter input.ag-text-field-input,
.ag-ltr .ag-filter-toolpanel-search input.ag-number-field-input,
.ag-ltr .ag-filter-toolpanel-search input.ag-text-field-input,
.ag-ltr .ag-mini-filter input.ag-number-field-input,
.ag-ltr .ag-mini-filter input.ag-text-field-input {
  padding-left: calc(var(--ag-spacing)*1.5 + 12px);
}
.ag-rtl .ag-column-select-header-filter-wrapper .ag-input-wrapper:before,
.ag-rtl .ag-filter-filter .ag-input-wrapper:before,
.ag-rtl .ag-filter-toolpanel-search .ag-input-wrapper:before,
.ag-rtl .ag-mini-filter .ag-input-wrapper:before {
  margin-right: var(--ag-spacing);
}
.ag-rtl .ag-column-select-header-filter-wrapper input.ag-number-field-input,
.ag-rtl .ag-column-select-header-filter-wrapper input.ag-text-field-input,
.ag-rtl .ag-filter-filter input.ag-number-field-input,
.ag-rtl .ag-filter-filter input.ag-text-field-input,
.ag-rtl .ag-filter-toolpanel-search input.ag-number-field-input,
.ag-rtl .ag-filter-toolpanel-search input.ag-text-field-input,
.ag-rtl .ag-mini-filter input.ag-number-field-input,
.ag-rtl .ag-mini-filter input.ag-text-field-input {
  padding-right: calc(var(--ag-spacing)*1.5 + 12px);
}
.ag-advanced-filter-header {
  align-items: center;
  background-color: var(--ag-header-background-color);
  border-bottom: var(--ag-header-row-border);
  display: flex;
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
  position: relative;
}
.ag-advanced-filter {
  align-items: center;
  display: flex;
  width: 100%;
}
.ag-advanced-filter-apply-button,
.ag-advanced-filter-builder-button {
  line-height: normal;
  white-space: nowrap;
}
.ag-ltr .ag-advanced-filter-apply-button,
.ag-ltr .ag-advanced-filter-builder-button {
  margin-left: calc(var(--ag-spacing)*2);
}
.ag-rtl .ag-advanced-filter-apply-button,
.ag-rtl .ag-advanced-filter-builder-button {
  margin-right: calc(var(--ag-spacing)*2);
}
.ag-advanced-filter-builder-button {
  align-items: center;
  background-color: unset;
  border: 0;
  display: flex;
  font-size: var(--ag-font-size);
  font-weight: 600;
  padding: var(--ag-spacing);
}
.ag-advanced-filter-builder-button:hover:not(:disabled) {
  background-color: var(--ag-row-hover-color);
}
.ag-advanced-filter-builder-button:not(:disabled) {
  cursor: pointer;
}
.ag-ltr .ag-advanced-filter-builder-button-label {
  margin-left: var(--ag-spacing);
}
.ag-rtl .ag-advanced-filter-builder-button-label {
  margin-right: var(--ag-spacing);
}
.ag-advanced-filter-builder {
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.ag-advanced-filter-builder-list {
  flex: 1;
  overflow: auto;
}
.ag-advanced-filter-builder-button-panel {
  border-top: var(--ag-advanced-filter-builder-button-bar-border);
  display: flex;
  justify-content: flex-end;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}
.ag-ltr .ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-apply-button,
.ag-ltr .ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-cancel-button {
  margin-left: calc(var(--ag-spacing)*2);
}
.ag-rtl .ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-apply-button,
.ag-rtl .ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-cancel-button {
  margin-right: calc(var(--ag-spacing)*2);
}
.ag-advanced-filter-builder-item-wrapper {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  overflow: hidden;
}
.ag-ltr .ag-advanced-filter-builder-item-wrapper {
  padding-left: calc(var(--ag-icon-size)/2);
  padding-right: var(--ag-icon-size);
}
.ag-rtl .ag-advanced-filter-builder-item-wrapper {
  padding-left: var(--ag-icon-size);
  padding-right: calc(var(--ag-icon-size)/2);
}
.ag-virtual-list-viewport .ag-advanced-filter-builder-item-wrapper .ag-tab-guard {
  position: absolute;
}
.ag-advanced-filter-builder-item-tree-lines > * {
  width: var(--ag-advanced-filter-builder-indent-size);
}
.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root {
  width: var(--ag-icon-size);
}
.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root:before {
  height: 50%;
  top: 50%;
}
.ag-advanced-filter-builder-item-tree-line-horizontal,
.ag-advanced-filter-builder-item-tree-line-vertical,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom,
.ag-advanced-filter-builder-item-tree-line-vertical-top {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
}
.ag-advanced-filter-builder-item-tree-line-horizontal:after,
.ag-advanced-filter-builder-item-tree-line-horizontal:before,
.ag-advanced-filter-builder-item-tree-line-vertical:after,
.ag-advanced-filter-builder-item-tree-line-vertical:before,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom:after,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom:before,
.ag-advanced-filter-builder-item-tree-line-vertical-top:after,
.ag-advanced-filter-builder-item-tree-line-vertical-top:before {
  content: "";
  height: 100%;
  position: absolute;
}
.ag-advanced-filter-builder-item-tree-line-horizontal:after {
  border-bottom: 1px solid var(--ag-border-color);
  height: 50%;
  top: 0;
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size));
}
.ag-ltr .ag-advanced-filter-builder-item-tree-line-horizontal:after {
  left: calc(var(--ag-icon-size)/2);
}
.ag-rtl .ag-advanced-filter-builder-item-tree-line-horizontal:after {
  right: calc(var(--ag-icon-size)/2);
}
.ag-advanced-filter-builder-item-tree-line-vertical:before {
  top: 0;
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size)/2);
}
.ag-ltr .ag-advanced-filter-builder-item-tree-line-vertical:before {
  border-left: 1px solid var(--ag-border-color);
  left: calc(var(--ag-icon-size)/2);
}
.ag-rtl .ag-advanced-filter-builder-item-tree-line-vertical:before {
  border-right: 1px solid var(--ag-border-color);
  right: calc(var(--ag-icon-size)/2);
}
.ag-advanced-filter-builder-item-tree-line-vertical-top:before {
  height: 50%;
  top: 0;
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size)/2);
}
.ag-ltr .ag-advanced-filter-builder-item-tree-line-vertical-top:before {
  border-left: 1px solid var(--ag-border-color);
  left: calc(var(--ag-icon-size)/2);
}
.ag-rtl .ag-advanced-filter-builder-item-tree-line-vertical-top:before {
  border-right: 1px solid var(--ag-border-color);
  right: calc(var(--ag-icon-size)/2);
}
.ag-advanced-filter-builder-item-tree-line-vertical-bottom:before {
  height: calc(50% - var(--ag-icon-size)*1.5/2);
  top: calc(50% + var(--ag-icon-size)*1.5/2);
  width: calc(var(--ag-icon-size)/2);
}
.ag-ltr .ag-advanced-filter-builder-item-tree-line-vertical-bottom:before {
  border-left: 1px solid var(--ag-border-color);
  left: calc(var(--ag-icon-size)/2);
}
.ag-rtl .ag-advanced-filter-builder-item-tree-line-vertical-bottom:before {
  border-right: 1px solid var(--ag-border-color);
  right: calc(var(--ag-icon-size)/2);
}
.ag-advanced-filter-builder-item-condition {
  padding-bottom: var(--dimension-8);
  padding-top: var(--dimension-8);
}
.ag-advanced-filter-builder-item,
.ag-advanced-filter-builder-item-buttons,
.ag-advanced-filter-builder-item-condition,
.ag-advanced-filter-builder-item-tree-lines,
.ag-advanced-filter-builder-pill,
.ag-advanced-filter-builder-pill-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
}
.ag-advanced-filter-builder-pill-wrapper {
  margin: 0 var(--ag-spacing);
}
.ag-advanced-filter-builder-pill {
  border-radius: var(--ag-border-radius);
  min-height: calc(100% - var(--ag-spacing)*3);
  min-width: calc(var(--ag-spacing)*2);
  padding: var(--ag-spacing) calc(var(--ag-spacing)*2);
  position: relative;
}
.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-number {
  font-family: monospace;
  font-weight: 700;
}
.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-empty {
  color: var(--ag-subtle-text-color);
}
.ag-ltr .ag-advanced-filter-builder-pill .ag-picker-field-display {
  margin-right: var(--ag-spacing);
}
.ag-rtl .ag-advanced-filter-builder-pill .ag-picker-field-display {
  margin-left: var(--ag-spacing);
}
.ag-advanced-filter-builder-item-button:focus-visible,
.ag-advanced-filter-builder-pill:focus-visible {
  box-shadow: var(--ag-focus-shadow);
}
.ag-advanced-filter-builder-pill-display {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-advanced-filter-builder-join-pill {
  background-color: var(--ag-advanced-filter-builder-join-pill-color);
  cursor: pointer;
}
.ag-advanced-filter-builder-column-pill {
  background-color: var(--ag-advanced-filter-builder-column-pill-color);
  cursor: pointer;
}
.ag-advanced-filter-builder-option-pill {
  background-color: var(--ag-advanced-filter-builder-option-pill-color);
  cursor: pointer;
}
.ag-advanced-filter-builder-value-pill {
  background-color: var(--ag-advanced-filter-builder-value-pill-color);
  cursor: text;
  max-width: 140px;
}
.ag-advanced-filter-builder-value-pill .ag-advanced-filter-builder-pill-display {
  display: block;
}
.ag-advanced-filter-builder-item-buttons > * {
  margin: 0 calc(var(--ag-spacing)*.5);
}
.ag-advanced-filter-builder-item-button {
  color: var(--ag-subtle-text-color);
  cursor: pointer;
  position: relative;
}
.ag-advanced-filter-builder-item-button-disabled {
  cursor: default;
  opacity: .5;
}
.ag-advanced-filter-builder-virtual-list-container {
  top: var(--ag-spacing);
}
.ag-advanced-filter-builder-virtual-list-item {
  cursor: default;
  display: flex;
  height: var(--ag-list-item-height);
}
.ag-advanced-filter-builder-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}
.ag-advanced-filter-builder-virtual-list-item:hover .ag-advanced-filter-builder-item-button {
  opacity: 100%;
}
.ag-advanced-filter-builder-validation .ag-advanced-filter-builder-invalid,
.ag-advanced-filter-builder-virtual-list-item-highlight .ag-advanced-filter-builder-item-button:focus-visible {
  opacity: 100%;
}
.ag-advanced-filter-builder-invalid {
  color: var(--ag-invalid-color);
  cursor: default;
  margin: 0 var(--ag-spacing);
}
.ag-cell-inline-editing {
  border-radius: var(--ag-border-radius);
  padding: 0;
  z-index: 1;
}
.ag-cell-inline-editing .ag-cell-edit-wrapper,
.ag-cell-inline-editing .ag-cell-editor,
.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,
.ag-cell-inline-editing .ag-cell-editor input,
.ag-cell-inline-editing .ag-cell-wrapper {
  height: 100%;
  line-height: normal;
  width: 100%;
}
.ag-autocomplete-list-popup,
.ag-popup-editor .ag-large-text {
  background-color: var(--ag-background-color);
  border-radius: var(--ag-border-radius);
  box-shadow: var(--ag-dropdown-shadow);
  padding: 0;
}
.ag-large-text-input {
  height: auto;
  padding: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-large-text-input textarea {
  resize: none;
}
.ag-checkbox-edit {
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-chart {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.ag-chart-components-wrapper {
  display: flex;
}
.ag-chart-canvas-wrapper,
.ag-chart-components-wrapper {
  flex: 1 1 auto;
  position: relative;
}
.ag-chart-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 16px;
}
.ag-ltr .ag-chart-menu {
  right: 20px;
}
.ag-rtl .ag-chart-menu {
  left: 20px;
}
.ag-chart-docked-container {
  min-width: var(--ag-chart-menu-panel-width);
  position: relative;
}
.ag-chart-menu-hidden ~ .ag-chart-docked-container {
  display: none;
}
.ag-chart-tabbed-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.ag-chart-tabbed-menu-header {
  cursor: default;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ag-chart-tabbed-menu-body {
  align-items: stretch;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}
.ag-chart-tab {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}
.ag-chart-settings {
  overflow-x: hidden;
}
.ag-chart-settings-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ag-chart-settings-nav-bar {
  align-items: center;
  display: flex;
  height: 30px;
  padding: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.ag-chart-settings-card-selector {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  justify-content: space-around;
  padding: 0 10px;
}
.ag-chart-settings-card-item {
  background-color: var(--ag-foreground-color);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  height: 8px;
  width: 8px;
}
.ag-chart-settings-card-item.ag-not-selected {
  opacity: .2;
}
.ag-chart-settings-card-item:before {
  background-color: #0000;
  content: " ";
  display: block;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.ag-chart-settings-card-item.ag-selected {
  background-color: var(--ag-accent-color);
}
.ag-chart-settings-next,
.ag-chart-settings-prev {
  flex: none;
  position: relative;
}
.ag-chart-settings-next:focus-within,
.ag-chart-settings-prev:focus-within {
  border-radius: 1px;
  box-shadow: var(--ag-focus-shadow);
}
.ag-chart-settings-next-button,
.ag-chart-settings-prev-button {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ag-chart-settings-mini-charts-container {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.ag-chart-settings-mini-wrapper {
  display: flex;
  flex-direction: column;
  left: 0;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.ag-chart-settings-mini-wrapper.ag-animating {
  transition: left .3s;
  transition-timing-function: ease-in-out;
}
.ag-chart-mini-thumbnail {
  cursor: pointer;
}
.ag-chart-mini-thumbnail-canvas {
  display: block;
}
.ag-chart-advanced-settings-wrapper,
.ag-chart-data-wrapper,
.ag-chart-format-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ag-chart-advanced-settings-wrapper,
.ag-chart-data-wrapper {
  height: 100%;
  overflow-y: auto;
}
.ag-chart-advanced-settings {
  background-color: var(--ag-chrome-background-color);
}
.ag-chart-advanced-settings,
.ag-chart-advanced-settings-wrapper {
  width: 100%;
}
.ag-chart-advanced-settings-wrapper {
  padding-bottom: 0;
}
.ag-chart-advanced-settings-section,
.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}
.ag-chart-advanced-settings-section {
  border-bottom: 1px solid var(--ag-border-color);
}
.ag-chart-empty-text {
  align-items: center;
  background-color: var(--ag-background-color);
  display: flex;
  height: 100%;
  justify-content: center;
  top: 0;
  width: 100%;
}
.ag-chart .ag-chart-menu {
  display: none;
}
.ag-chart-menu-hidden:hover .ag-chart-menu {
  display: block;
}
.ag-chart .ag-chart-menu-wrapper .ag-chart-menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
  top: 8px;
  width: auto;
}
.ag-ltr .ag-chart .ag-chart-menu-wrapper .ag-chart-menu {
  justify-content: right;
  right: calc(var(--ag-cell-horizontal-padding) + var(--ag-spacing) - 4px);
}
.ag-rtl .ag-chart .ag-chart-menu-wrapper .ag-chart-menu {
  justify-content: left;
  left: calc(var(--ag-cell-horizontal-padding) + var(--ag-spacing) - 4px);
}
.ag-charts-font-size-color {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
}
.ag-charts-data-group-item {
  position: relative;
}
.ag-charts-data-group-item:not(:last-child) {
  margin-bottom: var(--ag-spacing);
}
.ag-chart-menu {
  background: var(--ag-background-color);
  border-radius: var(--ag-border-radius);
}
.ag-chart-menu-icon {
  border-radius: var(--ag-border-radius);
  cursor: pointer;
  margin: 2px 0;
  opacity: .8;
}
.ag-chart-menu-icon:hover {
  opacity: 1;
}
.ag-chart-menu-toolbar-button {
  background-color: unset;
  border: 0;
  border-radius: 1px;
  padding: 0 2px;
}
.ag-chart-mini-thumbnail {
  border: 1px solid var(--ag-border-color);
  border-radius: 5px;
}
.ag-chart-mini-thumbnail.ag-selected {
  border-color: var(--ag-accent-color);
  border-width: 2px;
}
.ag-chart-mini-thumbnail:focus-visible {
  border-color: var(--ag-accent-color);
  box-shadow: var(--ag-focus-shadow);
}
.ag-chart-data-column-drag-handle {
  margin-left: var(--ag-spacing);
}
.ag-charts-data-group-title-bar,
.ag-charts-format-top-level-group-title-bar,
.ag-charts-settings-group-title-bar {
  position: relative;
}
.ag-charts-advanced-settings-top-level-group-title-bar {
  background-color: unset;
  position: relative;
}
.ag-charts-advanced-settings-top-level-group-title-bar:focus-visible,
.ag-charts-data-group-title-bar:focus-visible,
.ag-charts-format-top-level-group-title-bar:focus-visible,
.ag-charts-settings-group-title-bar:focus-visible {
  box-shadow: inset var(--ag-focus-shadow);
}
.ag-charts-data-group-container {
  padding: calc(var(--ag-widget-container-vertical-padding)*.5) var(--ag-widget-container-horizontal-padding);
}
.ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group):not(.ag-pill-select):not(.ag-select) {
  height: var(--ag-list-item-height);
}
.ag-charts-data-group-container .ag-charts-data-group-item.ag-picker-field {
  margin-top: var(--ag-spacing);
}
.ag-charts-advanced-settings-top-level-group-container,
.ag-charts-format-top-level-group-container {
  margin-left: calc(var(--ag-spacing)*2);
  padding: var(--ag-spacing);
}
.ag-charts-advanced-settings-top-level-group-item,
.ag-charts-format-top-level-group-item {
  margin: var(--ag-spacing) 0;
}
.ag-charts-format-sub-level-group-container {
  display: flex;
  flex-direction: column;
  gap: var(--ag-widget-vertical-spacing);
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}
.ag-charts-settings-group-container {
  display: grid;
  grid-template-columns: 60px 1fr 60px 1fr 60px;
  padding: var(--ag-spacing);
  row-gap: 8px;
}
.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+1) {
  grid-column: 1;
}
.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+2) {
  grid-column: 3;
}
.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+3) {
  grid-column: 5;
}
.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}
.ag-chart-menu-panel {
  background-color: var(--ag-chrome-background-color);
}
.ag-ltr .ag-chart-menu-panel {
  border-left: 1px solid var(--ag-border-color);
}
.ag-rtl .ag-chart-menu-panel {
  border-right: 1px solid var(--ag-border-color);
}
.ag-chart-tabbed-menu-body {
  position: relative;
}
.ag-chart-tabbed-menu-body:after {
  background: linear-gradient(var(--ag-background-color), transparent);
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ag-charts-data-group-title-bar,
.ag-charts-format-top-level-group-title-bar,
.ag-charts-settings-group-container,
.ag-charts-settings-group-title-bar {
  border-top: none;
  font-weight: 500;
  padding: 0 calc(var(--ag-spacing)*1.5);
}
.ag-chart-settings-nav-bar {
  border-top: 1px solid var(--ag-border-color);
}
.ag-charts-format-sub-level-group-title-bar {
  background: none;
  font-weight: 500;
}
.ag-chart-data-section .ag-label:not(.ag-group-title-bar),
.ag-chart-format-section .ag-label:not(.ag-group-title-bar) {
  color: var(--ag-chart-menu-label-color);
}
.ag-chart-data-section .ag-label-align-top .ag-label,
.ag-chart-format-section .ag-label-align-top .ag-label {
  margin-bottom: var(--ag-widget-vertical-spacing);
  margin-top: calc(var(--ag-widget-vertical-spacing)*.5);
}
.ag-chart-data-section .ag-slider.ag-label-align-top .ag-label,
.ag-chart-format-section .ag-slider.ag-label-align-top .ag-label {
  margin-bottom: 0;
}
.ag-chart-data-section label,
.ag-chart-format-section label {
  display: inline-block;
}
.ag-chart-data-wrapper,
.ag-chart-format-wrapper,
.ag-charts-data-group-container,
.ag-charts-data-group-title-bar,
.ag-charts-format-sub-level-group,
.ag-charts-format-sub-level-group-container,
.ag-charts-format-sub-level-group-container > *,
.ag-charts-format-sub-level-group-item:last-child,
.ag-charts-format-sub-level-group-title-bar,
.ag-charts-format-top-level-group,
.ag-charts-format-top-level-group .ag-charts-format-top-level-group-container,
.ag-charts-format-top-level-group-item,
.ag-charts-format-top-level-group-title-bar,
.ag-charts-settings-group-container,
.ag-charts-settings-group-title-bar {
  margin: 0;
  padding: 0;
}
.ag-charts-data-group,
.ag-charts-format-top-level-group {
  border-top: 1px solid var(--ag-border-color);
}
.ag-charts-data-group-title-bar,
.ag-charts-format-top-level-group-title-bar,
.ag-charts-settings-group-title-bar {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}
.ag-charts-data-group .ag-charts-data-group-container,
.ag-charts-format-top-level-group .ag-charts-format-top-level-group-container,
.ag-charts-settings-group .ag-charts-settings-group-container {
  padding: 0 var(--ag-widget-container-horizontal-padding);
}
.ag-charts-format-sub-level-group-title-bar {
  padding: var(--ag-widget-vertical-spacing) 0;
}
.ag-charts-format-sub-level-group-container {
  padding-bottom: var(--ag-widget-container-vertical-padding);
  padding-top: var(--ag-widget-vertical-spacing);
}
.ag-charts-format-sub-level-group-container > *,
.ag-charts-format-sub-level-no-header-group-container > *,
.ag-charts-format-top-level-group-container > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-chart-advanced-settings-section,
.ag-chart-settings-mini-wrapper,
.ag-charts-data-group-item {
  padding-bottom: var(--ag-widget-container-vertical-padding);
}
.ag-chart-advanced-settings-section {
  padding-top: var(--ag-widget-container-vertical-padding);
}
.ag-charts-advanced-settings-top-level-group .ag-charts-advanced-settings-top-level-group-container,
.ag-charts-advanced-settings-top-level-group .ag-charts-advanced-settings-top-level-group-title-bar {
  padding: 0 var(--ag-widget-container-horizontal-padding);
}
.ag-charts-advanced-settings-top-level-group-container {
  margin: 0;
}
.ag-charts-advanced-settings-top-level-group-item {
  margin-bottom: 0;
  margin-top: calc(var(--ag-widget-vertical-spacing)*2);
}
.ag-chart-menu {
  --ag-icon-size: 20px;
  background-color: color-mix(in srgb, transparent, var(--ag-background-color) 30%);
  padding: 4px 2px;
}
.ag-chart-settings-card-item.ag-not-selected:hover {
  opacity: .35;
}
.ag-column-drop {
  align-items: center;
  display: inline-flex;
  overflow: auto;
  position: relative;
  width: 100%;
}
.ag-column-drop-cell,
.ag-column-drop-list {
  align-items: center;
  display: flex;
}
.ag-column-drop-cell {
  gap: var(--ag-spacing);
  position: relative;
}
.ag-column-drop-cell-text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-column-drop-vertical {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ag-column-drop-vertical-title-bar {
  align-items: center;
  display: flex;
  flex: none;
}
.ag-column-drop-vertical-list {
  align-items: stretch;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: auto;
  position: relative;
}
.ag-column-drop-vertical-list > * {
  flex: none;
}
.ag-column-drop-empty .ag-column-drop-vertical-list {
  overflow: hidden;
}
.ag-column-drop-vertical-empty-message {
  display: block;
}
.ag-column-drop.ag-column-drop-horizontal {
  overflow: hidden;
  white-space: nowrap;
}
.ag-column-drop-cell-button {
  cursor: pointer;
}
.ag-column-drop-wrapper {
  display: flex;
}
.ag-column-drop-horizontal-half-width {
  width: 50% !important;
}
.ag-column-drop-cell {
  background: var(--ag-column-drop-cell-background-color);
  border: var(--ag-column-drop-cell-border);
  border-radius: 500px;
  padding: calc(var(--ag-spacing)*.5);
}
.ag-column-drop-cell:focus-visible {
  box-shadow: var(--ag-focus-shadow);
}
.ag-ltr .ag-column-drop-cell {
  padding-left: calc(var(--ag-spacing)*.75);
}
.ag-rtl .ag-column-drop-cell {
  padding-right: calc(var(--ag-spacing)*.75);
}
.ag-column-drop-cell-button {
  min-width: calc(var(--ag-spacing)*4);
}
.ag-column-drop-cell-ghost {
  opacity: .5;
}
.ag-column-drop-horizontal {
  gap: var(--ag-cell-widget-spacing);
  height: var(--ag-header-height);
}
.ag-ltr .ag-column-drop-horizontal {
  padding-left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-column-drop-horizontal {
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-column-drop-horizontal-list {
  gap: var(--ag-cell-widget-spacing);
}
.ag-column-drop-vertical-list {
  padding-bottom: var(--ag-spacing);
  padding-left: var(--ag-spacing);
  padding-right: var(--ag-spacing);
}
.ag-column-drop-vertical-cell {
  margin-top: var(--ag-spacing);
}
.ag-ltr .ag-column-drop-vertical-icon {
  margin-right: var(--ag-widget-horizontal-spacing);
}
.ag-rtl .ag-column-drop-vertical-icon {
  margin-left: var(--ag-widget-horizontal-spacing);
}
.ag-column-drop-vertical-empty-message {
  inset: 0;
  margin-top: var(--ag-spacing);
  overflow: hidden;
  position: absolute;
}
.ag-select-agg-func-popup {
  background: var(--ag-background-color);
  border: 1px solid var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  box-shadow: var(--ag-dropdown-shadow);
  height: calc(var(--typography-datagrid-line-height)*5);
  padding: 0;
  position: absolute;
}
.ag-select-agg-func-virtual-list-item {
  cursor: default;
}
.ag-select-agg-func-virtual-list-item:hover {
  background-color: var(--ag-selected-row-background-color);
}
.ag-select-agg-func-virtual-list-item:focus-visible {
  box-shadow: var(--ag-focus-shadow);
}
.ag-ltr .ag-select-agg-func-virtual-list-item {
  padding-left: calc(var(--ag-spacing)*2);
}
.ag-rtl .ag-select-agg-func-virtual-list-item {
  padding-right: calc(var(--ag-spacing)*2);
}
.ag-sort-indicator-container {
  display: contents;
}
.ag-ltr .ag-sort-indicator-icon {
  padding-left: var(--ag-spacing);
}
.ag-rtl .ag-sort-indicator-icon {
  padding-right: var(--ag-spacing);
}
.ag-column-drop-horizontal {
  background-color: var(--ag-header-background-color);
  border-bottom: var(--ag-header-row-border);
}
.ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-right: var(--ag-column-border);
}
.ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-left: var(--ag-column-border);
}
.ag-column-drop-cell-button {
  min-width: 0;
  opacity: .75;
}
.ag-column-drop-cell-button:hover {
  opacity: 1;
}
.ag-column-drop-vertical {
  min-height: 75px;
}
.ag-column-drop-vertical-title-bar {
  padding: var(--ag-widget-container-vertical-padding) calc(var(--ag-spacing)*2) 0;
}
.ag-column-drop-vertical-empty-message {
  align-items: center;
  border: 1px dashed;
  border-color: var(--ag-border-color);
  display: flex;
  justify-content: center;
  margin: calc(var(--ag-spacing)*1.5) calc(var(--ag-spacing)*2);
  padding: calc(var(--ag-spacing)*2);
}
.ag-column-select {
  display: flex;
  flex: 3 1 0;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.ag-column-select-header {
  flex: none;
  height: var(--ag-header-height);
  padding-left: var(--ag-widget-container-horizontal-padding);
  padding-right: var(--ag-widget-container-horizontal-padding);
}
.ag-column-select-column,
.ag-column-select-column-group,
.ag-column-select-header {
  align-items: center;
  display: flex;
  gap: var(--ag-widget-horizontal-spacing);
  position: relative;
}
.ag-column-select-column,
.ag-column-select-column-group {
  height: 100%;
}
.ag-column-select-virtual-list-item:focus-visible {
  box-shadow: inset var(--ag-focus-shadow);
}
.ag-column-select-header-icon {
  border-radius: var(--ag-border-radius);
  cursor: pointer;
  height: var(--ag-icon-size);
  position: relative;
  width: var(--ag-icon-size);
}
.ag-column-select-header-icon:focus-visible {
  box-shadow: var(--ag-focus-shadow);
}
.ag-column-select-header-filter-wrapper {
  flex: 1 1 auto;
}
.ag-column-select-header-filter {
  width: 100%;
}
.ag-column-select-list {
  flex: 1 1 0;
  overflow: hidden;
}
.ag-ltr .ag-column-select-column,
.ag-ltr .ag-column-select-column-group {
  padding-left: calc(var(--ag-indentation-level)*var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-column,
.ag-rtl .ag-column-select-column-group {
  padding-right: calc(var(--ag-indentation-level)*var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-add-group-indent {
  margin-left: calc(var(--ag-icon-size) + var(--ag-spacing)*1.5);
}
.ag-rtl .ag-column-select-add-group-indent {
  margin-right: calc(var(--ag-icon-size) + var(--ag-spacing)*1.5);
}
.ag-column-select-column:not(:last-child),
.ag-column-select-column-group:not(:last-child) {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-column-select-column-group-readonly,
.ag-column-select-column-readonly {
  opacity: .5;
  pointer-events: none;
}
.ag-column-select-virtual-list-viewport {
  padding: calc(var(--ag-widget-container-vertical-padding)*.5) 0;
}
.ag-column-select-virtual-list-item {
  padding: 0 var(--ag-widget-container-horizontal-padding);
}
.ag-column-select-column-label {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-column-select-checkbox {
  display: flex;
}
.ag-set-filter {
  --ag-indentation-level: 0;
}
.ag-set-filter-item {
  align-items: center;
  display: flex;
  height: 100%;
}
.ag-set-filter-item-checkbox {
  display: flex;
  height: 100%;
  width: 100%;
}
.ag-set-filter-group-icons {
  display: block;
}
.ag-set-filter-group-icons > * {
  cursor: pointer;
}
.ag-filter-body-wrapper {
  display: flex;
  flex-direction: column;
}
.ag-filter-filter {
  flex: 1 1 0;
}
.ag-filter-condition {
  display: flex;
  justify-content: center;
}
.ag-floating-filter-body {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  position: relative;
}
.ag-floating-filter-full-body {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.ag-floating-filter-full-body > div {
  flex: 1 1 auto;
}
.ag-floating-filter-input {
  align-items: center;
  display: flex;
  width: 100%;
}
.ag-floating-filter-input > * {
  flex: 1 1 auto;
}
.ag-floating-filter-button {
  display: flex;
  flex: none;
}
.ag-set-floating-filter-input input[disabled] {
  pointer-events: none;
}
.ag-floating-filter-button-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #0000;
  border: none;
  height: var(--ag-icon-size);
  width: var(--ag-icon-size);
}
.ag-filter-loading {
  height: 100%;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.ag-column-panel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}
.ag-pivot-mode-panel {
  display: flex;
  height: var(--ag-header-height);
}
.ag-pivot-mode-select {
  align-items: center;
  display: flex;
}
.ag-ltr .ag-pivot-mode-select {
  margin-left: var(--ag-widget-container-horizontal-padding);
}
.ag-rtl .ag-pivot-mode-select {
  margin-right: var(--ag-widget-container-horizontal-padding);
}
.ag-column-panel-column-select {
  border-bottom: var(--ag-tool-panel-separator-border);
  border-top: var(--ag-tool-panel-separator-border);
}
:where(.ag-column-panel) .ag-column-drop-vertical {
  flex: 1 1 0;
  min-height: 50px;
}
:where(.ag-column-panel) .ag-column-drop-vertical:where(:not(.ag-last-column-drop)) {
  border-bottom: var(--ag-tool-panel-separator-border);
}
.ag-dnd-ghost {
  align-items: center;
  background-color: var(--ag-drag-and-drop-image-background-color);
  border: var(--ag-drag-and-drop-image-border);
  border-radius: var(--ag-border-radius);
  box-shadow: var(--ag-drag-and-drop-image-shadow);
  color: var(--ag-text-color);
  cursor: move;
  font-weight: 500;
  gap: var(--ag-cell-widget-spacing);
  height: var(--ag-header-height);
  max-width: 200px;
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
  text-overflow: ellipsis;
  transform: translateY(calc(var(--ag-spacing) * 2));
}
.ag-dnd-ghost,
.ag-header {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.ag-header {
  background-color: var(--ag-header-background-color);
  border-bottom: var(--ag-header-row-border);
  color: var(--ag-header-text-color);
  font-family: var(--ag-header-font-family), sans-serif;
  font-size: var(--ag-header-font-size);
  font-weight: var(--ag-header-font-weight);
  width: 100%;
}
.ag-header-row {
  height: var(--ag-header-height);
  position: absolute;
}
.ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total),
.ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
  border-top: var(--ag-header-row-border);
}
.ag-header-row:not(.ag-header-row-column-group) {
  overflow: hidden;
}
.ag-header.ag-header-allow-overflow .ag-header-row {
  overflow: visible;
}
.ag-header-cell,
.ag-header-group-cell {
  align-items: center;
  display: inline-flex;
  gap: var(--ag-cell-widget-spacing);
  height: 100%;
  overflow: hidden;
  padding: 0 var(--ag-cell-horizontal-padding);
  position: absolute;
}
@property --ag-internal-moving-color { syntax:"<color>";inherits:false;initial-value:rgba(0, 0, 0, 0) }
@property --ag-internal-hover-color { syntax:"<color>";inherits:false;initial-value:rgba(0, 0, 0, 0) }
.ag-header-cell:not(.ag-floating-filter):before,
.ag-header-group-cell:before {
  background-image: var(--ag-internal-hover-color), var(--ag-internal-moving-color);
  content: "";
  inset: 0;
  position: absolute;
  --ag-internal-moving-color: transparent;
  --ag-internal-hover-color: transparent;
  transition: --ag-internal-moving-color var(--ag-header-cell-background-transition-duration), --ag-internal-hover-color var(--ag-header-cell-background-transition-duration);
}
.ag-header-cell:not(.ag-floating-filter):hover:before,
.ag-header-group-cell:hover:before {
  --ag-internal-hover-color: var(--ag-header-cell-hover-background-color);
}
.ag-header-cell:not(.ag-floating-filter).ag-header-cell-moving:before,
.ag-header-group-cell.ag-header-cell-moving:before {
  --ag-internal-moving-color: var(--ag-header-cell-moving-background-color);
  --ag-internal-hover-color: var(--ag-header-cell-hover-background-color);
}
:where(.ag-header-cell:not(.ag-floating-filter) *, .ag-header-group-cell *) {
  position: relative;
  z-index: 1;
}
.ag-header-cell-filter-button,
.ag-header-cell.ag-header-active .ag-header-cell-menu-button {
  opacity: 1;
}
.ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
  opacity: 0;
  transition: opacity .2s;
}
.ag-header-cell-label,
.ag-header-group-cell-label {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 1 1 auto;
  gap: var(--ag-spacing);
  padding: 2px 0;
}
.ag-header-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-header-group-cell-label.ag-sticky-label {
  flex: none;
  max-width: 100%;
  position: sticky;
}
.ag-ltr .ag-header-group-cell-label.ag-sticky-label {
  left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-header-group-cell-label.ag-sticky-label {
  right: var(--ag-cell-horizontal-padding);
}
.ag-header-cell-text,
.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-header-cell-text {
  word-break: break-word;
}
.ag-header-group-cell .ag-header-cell-comp-wrapper {
  display: flex;
}
.ag-header-cell:not(.ag-header-cell-auto-height) .ag-header-cell-comp-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
}
.ag-header-cell-comp-wrapper {
  width: 100%;
}
.ag-header-cell-wrap-text .ag-header-cell-comp-wrapper {
  white-space: normal;
}
.ag-right-aligned-header .ag-header-cell-label {
  flex-direction: row !important;
}
.ag-floating-filter-button-button,
.ag-header-cell-filter-button,
.ag-header-cell-menu-button,
.ag-header-cell-sortable .ag-header-cell-label,
.ag-header-expand-icon,
.ag-panel-title-bar-button {
  cursor: pointer;
}
.ag-advanced-filter-header-cell:focus-visible,
.ag-header-cell:focus-visible,
.ag-header-group-cell:focus-visible {
  box-shadow: inset var(--ag-focus-shadow);
}
.ag-header-cell:after,
.ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group):after {
  content: "";
  height: var(--ag-header-column-border-height);
  position: absolute;
  top: calc(50% - var(--ag-header-column-border-height)*.5);
  z-index: 1;
}
.ag-ltr .ag-header-cell:after,
.ag-ltr .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group):after {
  border-right: var(--ag-header-column-border);
  right: 0;
}
.ag-rtl .ag-header-cell:after,
.ag-rtl .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group):after {
  border-left: var(--ag-header-column-border);
  left: 0;
}
.ag-header-highlight-after:after,
.ag-header-highlight-before:after {
  background-color: var(--ag-accent-color);
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
}
.ag-ltr .ag-header-highlight-before:after {
  left: 0;
}
.ag-ltr .ag-header-highlight-after:after,
.ag-rtl .ag-header-highlight-before:after {
  right: 0;
}
.ag-rtl .ag-header-highlight-after:after {
  left: 0;
}
.ag-ltr .ag-pinned-left-header .ag-header-highlight-after:after {
  right: 1px;
}
.ag-rtl .ag-pinned-left-header .ag-header-highlight-after:after {
  left: 1px;
}
.ag-header-cell-resize {
  align-items: center;
  cursor: ew-resize;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  width: 8px;
  z-index: 2;
}
.ag-header-cell-resize:after {
  background-color: var(--ag-header-column-resize-handle-color);
  content: "";
  height: var(--ag-header-column-resize-handle-height);
  position: absolute;
  top: calc(50% - var(--ag-header-column-resize-handle-height)*.5);
  width: var(--ag-header-column-resize-handle-width);
  z-index: 1;
}
.ag-ltr .ag-header-cell-resize {
  right: -3px;
}
.ag-ltr .ag-header-cell-resize:after {
  left: calc(50% - var(--ag-header-column-resize-handle-width));
}
.ag-rtl .ag-header-cell-resize {
  left: -3px;
}
.ag-rtl .ag-header-cell-resize:after {
  right: calc(50% - var(--ag-header-column-resize-handle-width));
}
.ag-header-cell.ag-header-span-height .ag-header-cell-resize:after {
  height: calc(100% - var(--ag-spacing)*4);
  top: calc(var(--ag-spacing)*2);
}
.ag-header-group-cell-no-group.ag-header-span-height .ag-header-cell-resize {
  display: none;
}
.ag-menu {
  background-color: var(--ag-menu-background-color);
  border: var(--ag-menu-border);
  border-radius: var(--ag-border-radius);
  box-shadow: var(--ag-menu-shadow);
  color: var(--ag-menu-text-color);
  max-height: 100%;
  min-width: 180px;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ag-menu-list {
  cursor: default;
  display: table;
  padding: var(--ag-spacing) 0;
  width: 100%;
}
.ag-menu-option,
.ag-menu-separator {
  display: table-row;
}
.ag-menu-option-part,
.ag-menu-separator-part {
  display: table-cell;
  vertical-align: middle;
}
.ag-menu-option-text {
  white-space: nowrap;
}
.ag-menu-option-custom {
  display: contents;
}
.ag-compact-menu-option {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.ag-compact-menu-option-text {
  flex: 1 1 auto;
  white-space: nowrap;
}
.ag-menu-separator {
  height: calc(var(--ag-spacing)*2 + 1px);
}
.ag-menu-separator-part:after {
  border-top: 1px solid var(--ag-menu-separator-color);
  content: "";
  display: block;
}
.ag-compact-menu-option-active,
.ag-menu-option-active {
  background-color: var(--ag-row-hover-color);
}
.ag-compact-menu-option-part,
.ag-menu-option-part {
  line-height: var(--ag-icon-size);
  padding: calc(var(--ag-spacing) + 2px) 0;
}
.ag-compact-menu-option-disabled,
.ag-menu-option-disabled {
  cursor: not-allowed;
  opacity: .5;
}
.ag-compact-menu-option-icon,
.ag-menu-option-icon {
  width: var(--ag-icon-size);
}
.ag-ltr .ag-compact-menu-option-icon,
.ag-ltr .ag-menu-option-icon {
  padding-left: calc(var(--ag-spacing)*2);
}
.ag-rtl .ag-compact-menu-option-icon,
.ag-rtl .ag-menu-option-icon {
  padding-right: calc(var(--ag-spacing)*2);
}
.ag-compact-menu-option-text,
.ag-menu-option-text {
  padding-left: calc(var(--ag-spacing)*2);
  padding-right: calc(var(--ag-spacing)*2);
}
.ag-ltr .ag-compact-menu-option-shortcut,
.ag-ltr .ag-menu-option-shortcut {
  padding-right: var(--ag-spacing);
}
.ag-rtl .ag-compact-menu-option-shortcut,
.ag-rtl .ag-menu-option-shortcut {
  padding-left: var(--ag-spacing);
}
.ag-ltr .ag-compact-menu-option-popup-pointer,
.ag-ltr .ag-menu-option-popup-pointer {
  padding-right: var(--ag-spacing);
}
.ag-rtl .ag-compact-menu-option-popup-pointer,
.ag-rtl .ag-menu-option-popup-pointer {
  padding-left: var(--ag-spacing);
}
.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
}
.ag-menu-column-select-wrapper .ag-column-select {
  height: 100%;
}
.ag-menu.ag-tabs {
  min-width: 290px;
}
.ag-filter-separator {
  border-top: 1px solid var(--ag-menu-separator-color);
}
.ag-filter-select .ag-picker-field-wrapper {
  width: 0;
}
.ag-filter-condition-operator {
  height: 17px;
}
.ag-ltr .ag-filter-condition-operator-or {
  margin-left: calc(var(--ag-spacing)*2);
}
.ag-rtl .ag-filter-condition-operator-or {
  margin-right: calc(var(--ag-spacing)*2);
}
.ag-set-filter-select-all {
  padding-top: var(--ag-widget-container-vertical-padding);
}
.ag-filter-no-matches,
.ag-set-filter-list {
  height: calc(var(--ag-list-item-height)*6);
}
.ag-filter-no-matches {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}
.ag-set-filter-tree-list {
  height: calc(var(--ag-list-item-height)*10);
}
.ag-set-filter-filter {
  margin-left: var(--ag-widget-container-horizontal-padding);
  margin-right: var(--ag-widget-container-horizontal-padding);
  margin-top: var(--ag-widget-container-vertical-padding);
}
.ag-filter-to {
  margin-top: var(--ag-widget-vertical-spacing);
}
.ag-mini-filter {
  margin: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}
.ag-ltr .ag-set-filter-item {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level)*var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-item {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level)*var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-add-group-indent {
  margin-left: calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding));
}
.ag-rtl .ag-set-filter-add-group-indent {
  margin-right: calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding));
}
.ag-ltr .ag-set-filter-group-icons {
  margin-right: var(--ag-widget-container-horizontal-padding);
}
.ag-rtl .ag-set-filter-group-icons {
  margin-left: var(--ag-widget-container-horizontal-padding);
}
.ag-filter-menu .ag-set-filter-list {
  min-width: 200px;
}
.ag-filter-virtual-list-item:focus-visible {
  box-shadow: inset var(--ag-focus-shadow);
}
.ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding: var(--ag-widget-vertical-spacing) var(--ag-widget-container-horizontal-padding) var(--ag-widget-container-vertical-padding);
}
.ag-filter-apply-panel-button {
  line-height: 1.5;
}
.ag-ltr .ag-filter-apply-panel-button {
  margin-left: calc(var(--ag-spacing)*2);
}
.ag-rtl .ag-filter-apply-panel-button {
  margin-right: calc(var(--ag-spacing)*2);
}
.ag-simple-filter-body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(var(--ag-list-item-height) + var(--ag-widget-container-vertical-padding) + var(--ag-widget-vertical-spacing));
  overflow-y: auto;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}
.ag-simple-filter-body-wrapper > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-simple-filter-body-wrapper .ag-resizer-wrapper {
  margin: 0;
}
.ag-multi-filter-menu-item {
  margin: var(--ag-spacing) 0;
}
.ag-multi-filter-group-title-bar {
  background-color: #0000;
  color: var(--ag-header-text-color);
  font-weight: 500;
  padding: calc(var(--ag-spacing)*1.5) var(--ag-spacing);
}
.ag-multi-filter-group-title-bar:focus-visible {
  box-shadow: var(--ag-focus-shadow);
}
.ag-group-filter-field-select-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--ag-widget-vertical-spacing);
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}
.ag-menu-option {
  cursor: pointer;
  font-weight: 500;
}
.ag-ltr .ag-menu-option-popup-pointer .ag-icon {
  text-align: right;
}
.ag-rtl .ag-menu-option-popup-pointer .ag-icon {
  text-align: left;
}
.ag-panel {
  background-color: var(--ag-panel-background-color);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.ag-dialog {
  border: var(--ag-dialog-border);
  border-radius: var(--ag-border-radius);
  box-shadow: var(--ag-dialog-shadow);
  position: absolute;
}
.ag-panel-title-bar {
  align-items: center;
  background-color: var(--ag-panel-title-bar-background-color);
  border-bottom: var(--ag-panel-title-bar-border);
  color: var(--ag-header-text-color);
  cursor: default;
  display: flex;
  flex: none;
  height: var(--ag-header-height);
  padding: var(--ag-spacing) var(--ag-cell-horizontal-padding);
}
.ag-ltr .ag-panel-title-bar-button {
  margin-left: calc(var(--ag-spacing)*2);
  margin-right: var(--ag-spacing);
}
.ag-rtl .ag-panel-title-bar-button {
  margin-left: var(--ag-spacing);
  margin-right: calc(var(--ag-spacing)*2);
}
.ag-panel-title-bar-title {
  color: var(--ag-header-text-color);
  flex: 1 1 auto;
  font-weight: 500;
}
.ag-panel-title-bar-buttons {
  display: flex;
}
.ag-panel-title-bar-button {
  cursor: pointer;
}
.ag-panel-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.ag-resizer {
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
.ag-resizer.ag-resizer-topLeft {
  height: 5px;
  left: 0;
  top: 0;
  width: 5px;
}
.ag-resizer.ag-resizer-top {
  cursor: ns-resize;
  height: 5px;
  left: 5px;
  right: 5px;
  top: 0;
}
.ag-resizer.ag-resizer-topRight {
  height: 5px;
  right: 0;
  top: 0;
  width: 5px;
}
.ag-resizer.ag-resizer-right {
  bottom: 5px;
  cursor: ew-resize;
  right: 0;
  top: 5px;
  width: 5px;
}
.ag-resizer.ag-resizer-bottomRight {
  bottom: 0;
  height: 5px;
  right: 0;
  width: 5px;
}
.ag-resizer.ag-resizer-bottom {
  bottom: 0;
  cursor: ns-resize;
  height: 5px;
  left: 5px;
  right: 5px;
}
.ag-resizer.ag-resizer-bottomLeft {
  bottom: 0;
  height: 5px;
  left: 0;
  width: 5px;
}
.ag-resizer.ag-resizer-left {
  bottom: 5px;
  cursor: ew-resize;
  left: 0;
  top: 5px;
  width: 5px;
}
.ag-ltr .ag-resizer.ag-resizer-topLeft {
  cursor: nwse-resize;
}
.ag-ltr .ag-resizer.ag-resizer-topRight {
  cursor: nesw-resize;
}
.ag-ltr .ag-resizer.ag-resizer-bottomRight {
  cursor: nwse-resize;
}
.ag-ltr .ag-resizer.ag-resizer-bottomLeft,
.ag-rtl .ag-resizer.ag-resizer-topLeft {
  cursor: nesw-resize;
}
.ag-rtl .ag-resizer.ag-resizer-topRight {
  cursor: nwse-resize;
}
.ag-rtl .ag-resizer.ag-resizer-bottomRight {
  cursor: nesw-resize;
}
.ag-rtl .ag-resizer.ag-resizer-bottomLeft {
  cursor: nwse-resize;
}
.ag-dragging-fill-handle .ag-dialog,
.ag-dragging-range-handle .ag-dialog {
  opacity: .7;
  pointer-events: none;
}
.ag-layout-print.ag-body {
  display: block;
  height: unset;
}
.ag-layout-print.ag-root-wrapper {
  display: inline-block;
}
.ag-layout-print .ag-body-horizontal-scroll,
.ag-layout-print .ag-body-vertical-scroll {
  display: none;
}
.ag-layout-print.ag-force-vertical-scroll {
  overflow-y: visible !important;
}
@media print {
  .ag-root-wrapper.ag-layout-print {
    display: table;
  }
  .ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,
  .ag-root-wrapper.ag-layout-print .ag-body-viewport,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-container,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,
  .ag-root-wrapper.ag-layout-print .ag-root,
  .ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,
  .ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport {
    display: block !important;
    height: auto !important;
    overflow: hidden !important;
  }
  .ag-root-wrapper.ag-layout-print .ag-cell,
  .ag-root-wrapper.ag-layout-print .ag-row {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
.ag-select {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.ag-select .ag-picker-field-wrapper {
  cursor: default;
}
.ag-select.ag-disabled .ag-picker-field-wrapper:focus {
  box-shadow: none;
}
.ag-select:not(.ag-cell-editor, .ag-label-align-top) {
  min-height: var(--ag-list-item-height);
}
.ag-select .ag-picker-field-display {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-select .ag-picker-field-icon {
  align-items: center;
  display: flex;
}
.ag-select.ag-disabled {
  opacity: .5;
}
.ag-ltr .ag-select .ag-picker-field-wrapper {
  padding-left: calc(var(--ag-cell-horizontal-padding)/2);
  padding-right: var(--ag-spacing);
}
.ag-rtl .ag-select .ag-picker-field-wrapper {
  padding-left: var(--ag-spacing);
  padding-right: calc(var(--ag-cell-horizontal-padding)/2);
}
.ag-rich-select {
  cursor: default;
  height: 100%;
}
.ag-rich-select-value {
  align-items: center;
  background-color: var(--ag-input-background-color);
  display: flex;
  height: 100%;
  padding: var(--ag-spacing);
}
.ag-rich-select-value .ag-picker-field-display {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-rich-select-value .ag-picker-field-display.ag-display-as-placeholder {
  opacity: .5;
}
.ag-rich-select-list {
  background-color: var(--ag-input-background-color);
  border: var(--ag-input-border);
  border-radius: var(--ag-input-border-radius);
  box-shadow: var(--ag-dropdown-shadow);
  height: auto;
  position: relative;
  width: 100%;
}
.ag-rich-select-list .ag-loading-text {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}
.ag-rich-select-row {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
  padding: 0 var(--ag-spacing);
  white-space: nowrap;
}
.ag-rich-select-row-selected {
  background-color: var(--ag-selected-row-background-color);
}
.ag-rich-select-row-highlighted,
.ag-rich-select-row:hover {
  background-image: var(--ag-row-hover-color);
}
.ag-rich-select-row-text-highlight {
  font-weight: 700;
}
.ag-rich-select-field-input {
  flex: 1 1 auto;
}
.ag-rich-select-field-input .ag-input-field-input {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-overflow: ellipsis;
}
.ag-rich-select-field-input .ag-input-field-input::-moz-placeholder {
  opacity: .8;
}
.ag-rich-select-field-input .ag-input-field-input::placeholder {
  opacity: .8;
}
.ag-ltr .ag-rich-select-field-input {
  left: var(--ag-spacing);
}
.ag-rtl .ag-rich-select-field-input {
  right: var(--ag-spacing);
}
.ag-popup-editor .ag-rich-select-value {
  height: var(--ag-row-height);
  min-width: 200px;
}
.ag-rich-select-virtual-list-item {
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-pill-container {
  display: flex;
  flex-wrap: nowrap;
  gap: .25rem;
}
.ag-pill {
  align-items: center;
  background: var(--ag-select-cell-background-color);
  border: var(--ag-select-cell-border);
  border-radius: var(--ag-border-radius);
  display: flex;
  padding: 0 .25rem;
  white-space: nowrap;
}
.ag-pill:focus-visible {
  box-shadow: var(--ag-focus-shadow);
}
.ag-pill .ag-pill-button {
  border: none;
  padding: 0;
}
.ag-pill .ag-pill-button:hover {
  color: var(--ag-accent-color);
  cursor: pointer;
}
.ag-ltr .ag-pill .ag-pill-button {
  margin-left: var(--ag-spacing);
}
.ag-rtl .ag-pill .ag-pill-button {
  margin-right: var(--ag-spacing);
}
ag-grid,
ag-grid-angular {
  display: block;
}
.ag-dnd-ghost,
.ag-popup,
.ag-root-wrapper {
  cursor: default;
  line-height: normal;
  white-space: normal;
  -webkit-font-smoothing: antialiased;
  background-color: var(--ag-background-color);
  color: var(--ag-text-color);
  color-scheme: var(--ag-browser-color-scheme);
  font-family: var(--ag-font-family), sans-serif;
  font-size: var(--ag-font-size);
  --ag-indentation-level: 0;
}
.ag-root-wrapper {
  border: var(--ag-wrapper-border);
  border-radius: var(--ag-wrapper-border-radius);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.ag-root-wrapper.ag-layout-normal {
  height: 100%;
}
.ag-root-wrapper-body {
  display: flex;
  flex-direction: row;
}
.ag-root-wrapper-body.ag-layout-normal {
  flex: 1 1 auto;
  height: 0;
  min-height: 0;
}
.ag-root {
  display: flex;
  flex-direction: column;
  position: relative;
}
.ag-root.ag-layout-auto-height,
.ag-root.ag-layout-normal {
  flex: 1 1 auto;
  overflow: hidden;
  width: 0;
}
.ag-root.ag-layout-normal {
  height: 100%;
}
.ag-tool-panel-wrapper {
  cursor: default;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: var(--ag-side-bar-panel-width);
}
.ag-select-agg-func-item {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-select-agg-func-item > * {
  flex: none;
}
.ag-tool-panel-horizontal-resize {
  cursor: ew-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  right: -3px;
}
.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize,
.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  left: -3px;
}
.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  right: -3px;
}
.ag-side-bar {
  background-color: var(--ag-side-bar-background-color);
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.ag-side-bar-left {
  flex-direction: row;
  order: -1;
}
.ag-side-buttons {
  position: relative;
  width: calc(var(--ag-icon-size) + var(--ag-spacing)*2);
}
.ag-side-button.ag-selected {
  background-color: var(--ag-background-color);
  border-bottom: 1px solid var(--ag-border-color);
}
.ag-side-button.ag-selected:not(:first-of-type) {
  border-top: 1px solid var(--ag-border-color);
}
.ag-side-button-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: var(--ag-spacing);
  padding: calc(var(--ag-spacing)*3) 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.ag-side-button-button:focus {
  box-shadow: none;
}
.ag-side-button-button:focus-visible {
  box-shadow: inset var(--ag-focus-shadow);
}
.ag-side-button-label {
  writing-mode: vertical-lr;
}
@media (max-resolution: 1.5x) {
  .ag-side-button-label {
    font-family: "Segoe UI", var(--ag-font-family);
  }
  .ag-ltr .ag-side-button-label {
    transform: rotate(.05deg);
  }
  .ag-rtl .ag-side-button-label {
    transform: rotate(-.05deg);
  }
}
.ag-ltr .ag-side-bar-left,
.ag-rtl .ag-side-bar-right {
  border-right: var(--ag-side-panel-border);
}
.ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper,
.ag-ltr .ag-side-bar-right,
.ag-rtl .ag-side-bar-left {
  border-left: var(--ag-side-panel-border);
}
.ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper,
.ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper {
  border-right: var(--ag-side-panel-border);
}
.ag-ltr .ag-chart-menu-panel {
  border-left: var(--ag-side-panel-border);
}
.ag-rtl .ag-chart-menu-panel {
  border-right: var(--ag-side-panel-border);
}
.ag-button {
  border-radius: 0;
}
.ag-standard-button {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--ag-background-color);
  border: var(--ag-input-border);
  border-radius: var(--ag-border-radius);
  cursor: pointer;
  font-family: inherit;
  padding: var(--ag-spacing) calc(var(--ag-spacing)*2);
}
.ag-standard-button:hover {
  background-color: var(--ag-row-hover-color);
}
.ag-standard-button:active {
  border-color: var(--ag-accent-color);
}
.ag-standard-button:disabled {
  background-color: var(--ag-input-disabled-background-color);
  border: var(--ag-input-disabled-border);
  color: var(--ag-input-disabled-text-color);
}
:where(input[class^=ag-][type=button], button[class^=ag-]):focus-visible {
  box-shadow: var(--ag-focus-shadow);
}
.ag-drag-handle {
  color: var(--ag-drag-handle-color);
  cursor: grab;
}
.ag-list-item,
.ag-virtual-list-item {
  height: var(--ag-list-item-height);
}
.ag-virtual-list-item {
  position: absolute;
  width: 100%;
}
.ag-select-list {
  background-color: var(--ag-background-color);
  border: var(--ag-input-border);
  border-radius: var(--ag-border-radius);
  box-shadow: var(--ag-dropdown-shadow);
  overflow-x: hidden;
  overflow-y: auto;
}
.ag-list-item {
  align-items: center;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-list-item.ag-active-item {
  background-color: var(--ag-row-hover-color);
}
.ag-select-list-item {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ag-select-list-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-ltr .ag-select-list-item {
  padding-left: calc(var(--ag-cell-horizontal-padding)/2);
}
.ag-rtl .ag-select-list-item {
  padding-right: calc(var(--ag-cell-horizontal-padding)/2);
}
.ag-list-item-hovered:after {
  background-color: var(--ag-accent-color);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.ag-item-highlight-top:after {
  top: 0;
}
.ag-item-highlight-bottom:after {
  bottom: 0;
}
.ag-range-field {
  align-items: center;
  display: flex;
}
.ag-range-field .ag-input-wrapper {
  height: 100%;
}
.ag-theme-simcorp input[class^=ag-][type=range] {
  -webkit-appearance: none;
  background: none;
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.ag-theme-simcorp input[class^=ag-][type=range]::-webkit-slider-runnable-track {
  background-color: var(--ag-border-color);
  border-radius: 1.5px;
  height: 3px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ag-theme-simcorp input[class^=ag-][type=range]::-moz-range-track {
  background-color: var(--ag-border-color);
  border-radius: 1.5px;
  height: 3px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ag-theme-simcorp input[class^=ag-][type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: var(--ag-background-color);
  border: 1px solid var(--ag-border-color);
  border-radius: 100%;
  height: var(--ag-icon-size);
  margin: 0;
  padding: 0;
  transform: translateY(calc(var(--ag-icon-size) * -.5 + 1.5px));
  width: var(--ag-icon-size);
}
.ag-theme-simcorp input[class^=ag-][type=range]::-moz-ag-range-thumb {
  -webkit-appearance: none;
  background-color: var(--ag-background-color);
  border: 1px solid var(--ag-border-color);
  border-radius: 100%;
  height: var(--ag-icon-size);
  margin: 0;
  padding: 0;
  transform: translateY(calc(var(--ag-icon-size) * -.5 + 1.5px));
  width: var(--ag-icon-size);
}
.ag-theme-simcorp input[class^=ag-][type=range]:focus::-webkit-slider-thumb {
  border-color: var(--ag-accent-color);
  box-shadow: var(--ag-focus-shadow);
}
.ag-theme-simcorp input[class^=ag-][type=range]:focus::-moz-ag-range-thumb {
  border-color: var(--ag-accent-color);
  box-shadow: var(--ag-focus-shadow);
}
.ag-theme-simcorp input[class^=ag-][type=range]:active::-webkit-slider-runnable-track {
  background-color: var(--ag-accent-color);
}
.ag-theme-simcorp input[class^=ag-][type=range]:active::-moz-ag-range-track {
  background-color: var(--ag-accent-color);
}
.ag-theme-simcorp input[class^=ag-][type=range]:disabled {
  opacity: .5;
}
.ag-toggle-button {
  flex: none;
  min-width: unset;
  width: unset;
}
.ag-toggle-button-input-wrapper {
  background-color: var(--ag-toggle-button-off-background-color);
  border: solid var(--ag-toggle-button-border-width) var(--ag-toggle-button-off-border-color);
  border-radius: calc(var(--ag-toggle-button-height)*.5);
  flex: none;
  height: var(--ag-toggle-button-height);
  max-width: var(--ag-toggle-button-width);
  min-width: var(--ag-toggle-button-width);
  position: relative;
}
.ag-toggle-button-input-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
  opacity: 0;
  width: 100%;
}
.ag-toggle-button-input-wrapper:before {
  background-color: var(--ag-toggle-button-switch-background-color);
  border: var(--ag-toggle-button-border-width) solid var(--ag-toggle-button-switch-border-color);
  border-radius: 100%;
  content: "";
  display: block;
  height: var(--ag-toggle-button-height);
  pointer-events: none;
  position: absolute;
  top: calc(0px - var(--ag-toggle-button-border-width));
  width: var(--ag-toggle-button-height);
}
.ag-toggle-button-input-wrapper.ag-checked {
  background-color: var(--ag-toggle-button-on-background-color);
  border-color: var(--ag-toggle-button-on-border-color);
}
.ag-toggle-button-input-wrapper.ag-checked:before {
  border-color: var(--ag-toggle-button-on-border-color);
}
.ag-toggle-button-input-wrapper:focus-within {
  box-shadow: var(--ag-focus-shadow);
}
.ag-toggle-button-input-wrapper.ag-disabled {
  opacity: .5;
}
.ag-ltr .ag-toggle-button-input-wrapper:before {
  left: calc(0px - var(--ag-toggle-button-border-width));
  transition: left .1s;
}
.ag-ltr .ag-toggle-button-input-wrapper.ag-checked:before {
  left: calc(100% - var(--ag-toggle-button-height) + var(--ag-toggle-button-border-width));
}
.ag-rtl .ag-toggle-button-input-wrapper:before {
  right: calc(0px - var(--ag-toggle-button-border-width));
  transition: right .1s;
}
.ag-rtl .ag-toggle-button-input-wrapper.ag-checked:before {
  right: calc(100% - var(--ag-toggle-button-height) + var(--ag-toggle-button-border-width));
}
.ag-autocomplete {
  align-items: center;
  display: flex;
  width: 100%;
}
.ag-autocomplete > * {
  flex: 1 1 auto;
}
.ag-autocomplete-list-popup {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ag-autocomplete-list {
  height: calc(var(--ag-row-height)*6.5);
  min-width: 200px;
  position: relative;
  width: 100%;
}
.ag-autocomplete-virtual-list-item {
  cursor: default;
  display: flex;
  height: var(--ag-list-item-height);
}
.ag-autocomplete-virtual-list-item:focus-visible:after {
  content: none;
}
.ag-autocomplete-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}
.ag-autocomplete-row {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}
.ag-autocomplete-row-label {
  margin: 0 var(--ag-widget-container-horizontal-padding);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-autocomplete-row-selected {
  background-color: var(--ag-selected-row-background-color);
}
.ag-tooltip {
  background-color: var(--ag-tooltip-background-color);
  border: var(--ag-tooltip-border);
  border-radius: var(--ag-border-radius);
  color: var(--ag-tooltip-text-color);
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  white-space: normal;
}
.ag-tooltip,
.ag-tooltip-custom {
  position: absolute;
  z-index: 99999;
}
.ag-tooltip-custom:not(.ag-tooltip-interactive),
.ag-tooltip:not(.ag-tooltip-interactive) {
  pointer-events: none;
}
.ag-tooltip-custom.ag-tooltip-animate,
.ag-tooltip.ag-tooltip-animate {
  transition: opacity 1s;
}
.ag-tooltip-custom.ag-tooltip-animate.ag-tooltip-hiding,
.ag-tooltip.ag-tooltip-animate.ag-tooltip-hiding {
  opacity: 0;
}
.ag-angle-select {
  align-items: center;
  display: flex;
}
.ag-angle-select-wrapper {
  display: flex;
}
.ag-angle-select-parent-circle {
  display: block;
  position: relative;
}
.ag-angle-select-child-circle {
  position: absolute;
}
.ag-slider-wrapper {
  display: flex;
}
.ag-slider-wrapper .ag-input-field,
.ag-picker-field-display {
  flex: 1 1 auto;
}
.ag-picker-field {
  align-items: center;
  display: flex;
}
.ag-picker-field-icon {
  border: 0;
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 0;
}
.ag-color-panel {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.ag-spectrum-color {
  cursor: default;
  flex: 1 1 auto;
  overflow: visible;
  position: relative;
}
.ag-spectrum-fill {
  inset: 0;
  position: absolute;
}
.ag-spectrum-val {
  cursor: pointer;
}
.ag-spectrum-dragger {
  cursor: pointer;
  pointer-events: none;
  position: absolute;
}
.ag-spectrum-alpha,
.ag-spectrum-hue {
  cursor: default;
}
.ag-spectrum-hue-background {
  background:
    linear-gradient(
      270deg,
      red 3%,
      #ff0 17%,
      #0f0 33%,
      #0ff,
      #00f 67%,
      #f0f 83%,
      red);
  height: 100%;
  width: 100%;
}
.ag-spectrum-alpha-background {
  background:
    linear-gradient(
      to right,
      var(--ag-internal-spectrum-alpha-color-from),
      var(--ag-internal-spectrum-alpha-color-to)),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4"><rect x="0" y="0" width="4" height="4" fill="%23fff"/><path d="M0 0H2V4H4V2H0Z" fill="%23b2b2b2"/></svg>') 0 0/4px 4px;
  height: 100%;
  width: 100%;
}
.ag-spectrum-tool {
  cursor: pointer;
  position: relative;
}
.ag-spectrum-slider {
  pointer-events: none;
  position: absolute;
}
.ag-spectrum-alpha .ag-spectrum-slider {
  background: var(--ag-internal-spectrum-alpha-color), var(--ag-background-color);
}
.ag-recent-colors {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}
.ag-recent-color {
  cursor: pointer;
}
.ag-angle-select[disabled] {
  opacity: .5;
  pointer-events: none;
}
.ag-ltr .ag-angle-select-field,
.ag-ltr .ag-slider-field {
  margin-right: calc(var(--ag-spacing)*2);
}
.ag-rtl .ag-angle-select-field,
.ag-rtl .ag-slider-field {
  margin-left: calc(var(--ag-spacing)*2);
}
.ag-angle-select-parent-circle {
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-border-color);
  border-radius: 12px;
  height: 24px;
  width: 24px;
}
.ag-angle-select-child-circle {
  background-color: var(--ag-foreground-color);
  border-radius: 3px;
  height: 6px;
  left: 12px;
  margin-left: -3px;
  margin-top: -4px;
  top: 4px;
  width: 6px;
}
.ag-picker-field-wrapper {
  background-color: var(--ag-background-color);
  border: var(--ag-input-border);
  border-radius: 5px;
  min-height: max(var(--ag-list-item-height), var(--ag-spacing)*4);
  overflow: hidden;
}
.ag-picker-field-wrapper:disabled {
  opacity: .5;
}
.ag-picker-field-wrapper.ag-picker-has-focus,
.ag-picker-field-wrapper:focus-within {
  border: var(--ag-input-focus-border);
  box-shadow: var(--ag-focus-shadow);
}
.ag-picker-field-button {
  background-color: var(--ag-background-color);
}
.ag-dialog.ag-color-dialog {
  border-radius: 5px;
}
.ag-color-picker .ag-picker-field-wrapper {
  padding-left: var(--ag-spacing);
  padding-right: var(--ag-spacing);
}
.ag-color-picker .ag-picker-field-display {
  align-items: center;
  display: flex;
  flex-direction: row;
  min-height: var(--ag-list-item-height);
}
.ag-ltr .ag-color-picker-color,
.ag-ltr .ag-color-picker-value {
  margin-right: var(--ag-spacing);
}
.ag-rtl .ag-color-picker-color,
.ag-rtl .ag-color-picker-value {
  margin-left: var(--ag-spacing);
}
.ag-color-panel {
  padding: var(--ag-spacing);
}
.ag-spectrum-tools {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.ag-spectrum-tool {
  height: 12px;
}
.ag-spectrum-alpha-background,
.ag-spectrum-hue-background {
  border-radius: 12px;
}
.ag-spectrum-slider {
  border: 3px solid #f8f8f8;
  border-radius: 18px;
  height: 18px;
  margin-top: -15px;
  width: 18px;
}
.ag-recent-colors {
  margin-bottom: 2px;
  margin-left: var(--ag-spacing);
  margin-right: var(--ag-spacing);
}
.ag-color-input-color,
.ag-color-picker-color,
.ag-recent-color {
  border-radius: 4px;
}
.ag-recent-color {
  border: 1px solid var(--ag-border-color);
}
.ag-spectrum-sat {
  background-image:
    linear-gradient(
      90deg,
      #fff,
      #cb998000);
}
.ag-spectrum-val {
  background-image:
    linear-gradient(
      0deg,
      #000,
      #cb998000);
}
.ag-spectrum-dragger {
  background: #000;
  border: 3px solid #fff;
  border-radius: 18px;
  box-shadow: 0 0 2px #0000003d;
  height: 18px;
  width: 18px;
}
.ag-spectrum-alpha-background,
.ag-spectrum-hue-background {
  border-radius: 2px;
}
.ag-spectrum-tool {
  border-radius: 2px;
  height: 11px;
  margin-bottom: 10px;
}
.ag-spectrum-slider {
  border: 2px solid #fff;
  border-radius: 13px;
  box-shadow: 0 1px 4px #0000005e;
  height: 13px;
  margin-top: -12px;
  width: 13px;
}
.ag-recent-color:focus-visible:not(:disabled):not([readonly]),
.ag-spectrum-color:focus-visible:not(:disabled):not([readonly]),
.ag-spectrum-slider:focus-visible:not(:disabled):not([readonly]) {
  box-shadow: var(--ag-focus-shadow);
}
.ag-color-input .ag-color-input-color {
  position: absolute;
}
.ag-ltr .ag-color-input input[class^=ag-][type=text].ag-input-field-input {
  padding-left: calc(var(--ag-icon-size) + var(--ag-spacing)*2);
}
.ag-ltr .ag-color-input .ag-color-input-color {
  margin-left: var(--ag-spacing);
}
.ag-rtl .ag-color-input input[class^=ag-][type=text].ag-input-field-input {
  padding-right: calc(var(--ag-icon-size) + var(--ag-spacing)*2);
}
.ag-rtl .ag-color-input .ag-color-input-color {
  margin-right: var(--ag-spacing);
}
.ag-color-input-color,
.ag-color-picker-color {
  border: 1px solid var(--ag-border-color);
  border-radius: 2px;
  height: var(--ag-icon-size);
  width: var(--ag-icon-size);
}
.ag-pill-select .ag-picker-field-display {
  font-weight: 500;
}
.ag-pill-select .ag-picker-field-display,
.ag-pill-select .ag-picker-field-icon .ag-icon {
  color: var(--ag-chart-menu-label-color);
}
.ag-filter-toolpanel {
  flex: 1 1 0;
  min-width: 0;
}
.ag-filter-toolpanel-header {
  position: relative;
}
.ag-filter-toolpanel-header,
.ag-filter-toolpanel-search {
  align-items: center;
  display: flex;
}
.ag-filter-toolpanel-header > *,
.ag-filter-toolpanel-search > * {
  align-items: center;
  display: flex;
}
.ag-filter-toolpanel-header {
  height: calc(var(--ag-spacing)*6);
}
.ag-filter-toolpanel-header:focus-visible {
  border-radius: var(--ag-border-radius);
  box-shadow: inset var(--ag-focus-shadow);
}
.ag-filter-toolpanel-header,
.ag-filter-toolpanel-search {
  padding: 0 var(--ag-spacing);
}
.ag-filter-toolpanel-group:not(.ag-has-filter) > .ag-group-title-bar .ag-filter-toolpanel-group-instance-header-icon {
  display: none;
}
.ag-filter-toolpanel-group-level-0-header {
  height: calc(var(--ag-spacing)*8);
}
.ag-filter-toolpanel-group-item {
  margin-bottom: calc(var(--ag-spacing)*.5);
  margin-top: calc(var(--ag-spacing)*.5);
}
.ag-filter-toolpanel-search {
  margin-bottom: var(--ag-spacing);
  margin-top: var(--ag-widget-container-vertical-padding);
}
.ag-filter-toolpanel-search-input {
  flex-grow: 1;
  height: calc(var(--ag-spacing)*4);
}
.ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
  margin-right: var(--ag-spacing);
}
.ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
  margin-left: var(--ag-spacing);
}
.ag-filter-toolpanel-expand {
  cursor: pointer;
}
.ag-ltr .ag-filter-toolpanel-expand {
  margin-right: var(--ag-spacing);
}
.ag-rtl .ag-filter-toolpanel-expand {
  margin-left: var(--ag-spacing);
}
.ag-ltr .ag-filter-toolpanel-group-title-bar,
.ag-ltr .ag-filter-toolpanel-instance-header {
  padding-left: calc(var(--ag-spacing) + var(--ag-filter-tool-panel-group-indent)*var(--ag-indentation-level));
}
.ag-rtl .ag-filter-toolpanel-group-title-bar,
.ag-rtl .ag-filter-toolpanel-instance-header {
  padding-right: calc(var(--ag-spacing) + var(--ag-filter-tool-panel-group-indent)*var(--ag-indentation-level));
}
.ag-ltr .ag-filter-toolpanel-instance-body {
  margin-left: var(--ag-filter-tool-panel-group-indent);
}
.ag-rtl .ag-filter-toolpanel-instance-body {
  margin-right: var(--ag-filter-tool-panel-group-indent);
}
.ag-ltr .ag-filter-toolpanel-group-instance-header-icon,
.ag-ltr .ag-filter-toolpanel-instance-header-icon {
  margin-left: var(--ag-spacing);
}
.ag-rtl .ag-filter-toolpanel-group-instance-header-icon,
.ag-rtl .ag-filter-toolpanel-instance-header-icon {
  margin-right: var(--ag-spacing);
}
.ag-filter-toolpanel-instance-filter {
  background-color: var(--ag-chrome-background-color);
}
.ag-filter-toolpanel-group-level-0 {
  border-top: none;
}
.ag-filter-toolpanel-header {
  height: auto;
  padding-bottom: var(--ag-spacing);
  padding-top: var(--ag-spacing);
}
.ag-filter-toolpanel-group-item {
  margin: 0;
}
.ag-filter-toolpanel-header,
.ag-filter-toolpanel-search {
  color: var(--ag-header-text-color);
  font-weight: 500;
}
.ag-paging-panel {
  align-items: center;
  border-top: var(--ag-footer-row-border);
  display: flex;
  gap: calc(var(--ag-spacing)*4);
  height: max(var(--ag-row-height), 22px);
  justify-content: flex-end;
  padding: 0 var(--ag-cell-horizontal-padding);
}
.ag-paging-page-size .ag-wrapper {
  min-width: 50px;
}
.ag-paging-page-summary-panel {
  align-items: center;
  display: flex;
  gap: var(--ag-cell-widget-spacing);
}
.ag-disabled .ag-paging-page-summary-panel {
  pointer-events: none;
}
.ag-paging-button {
  cursor: pointer;
  position: relative;
}
.ag-paging-button:focus-visible {
  box-shadow: var(--ag-focus-shadow);
}
.ag-paging-button.ag-disabled {
  cursor: default;
  opacity: .5;
}
.ag-paging-number,
.ag-paging-row-summary-panel-number {
  font-weight: 500;
}
.ag-status-bar {
  border-top: var(--ag-footer-row-border);
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  overflow: hidden;
  padding-left: calc(var(--ag-spacing)*4);
  padding-right: calc(var(--ag-spacing)*4);
}
.ag-status-panel {
  display: inline-flex;
}
.ag-status-name-value {
  white-space: nowrap;
}
.ag-status-bar-center,
.ag-status-bar-left,
.ag-status-bar-right {
  display: inline-flex;
}
.ag-status-bar-center {
  text-align: center;
}
.ag-status-name-value {
  margin-left: var(--ag-spacing);
  margin-right: var(--ag-spacing);
  padding-bottom: var(--ag-widget-container-vertical-padding);
  padding-top: var(--ag-widget-container-vertical-padding);
}
.ag-status-name-value-value {
  font-weight: 500;
}
.ag-overlay {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.ag-overlay-panel,
.ag-overlay-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}
.ag-overlay-wrapper {
  align-items: center;
  flex: none;
  justify-content: center;
  text-align: center;
}
.ag-overlay-loading-wrapper {
  pointer-events: all;
}
.ag-overlay-loading-center {
  background: var(--ag-background-color);
  border: 1px solid var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  box-shadow: var(--ag-popup-shadow);
  padding: var(--ag-spacing);
}
.ag-icon {
  display: block;
  height: var(--ag-icon-size);
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: var(--ag-icon-size);
}
.ag-column-select-column-group-readonly .ag-icon,
.ag-disabled .ag-icon,
[disabled] .ag-icon {
  opacity: .5;
}
.ag-column-select-column-readonly .ag-icon-grip,
.ag-column-select-column-readonly.ag-icon-grip {
  opacity: .35;
}
.ag-chart-menu-icon:hover,
.ag-chart-settings-next:hover,
.ag-chart-settings-prev:hover,
.ag-column-group-icons:hover,
.ag-column-select-header-icon:hover,
.ag-filter-toolpanel-expand:hover,
.ag-floating-filter-button-button:hover,
.ag-group-contracted .ag-icon:hover,
.ag-group-expanded .ag-icon:hover,
.ag-group-title-bar-icon:hover,
.ag-header-cell-filter-button:hover,
.ag-header-cell-menu-button:hover,
.ag-header-expand-icon:hover,
.ag-panel-title-bar-button:hover,
.ag-panel-title-bar-button-icon:hover,
.ag-set-filter-group-icons:hover {
  background-color: var(--ag-icon-button-hover-color);
  border-radius: 1px;
  box-shadow: 0 0 0 4px var(--ag-icon-button-hover-color);
}
.ag-filter-active {
  --ag-icon-button-hover-color: color-mix(in srgb, transparent, var(--ag-accent-color) 28%);
  background-color: color-mix(in srgb, transparent, var(--ag-accent-color) 14%);
  border-radius: 1px;
  box-shadow: 0 0 0 4px color-mix(in srgb, transparent, var(--ag-accent-color) 14%);
  position: relative;
}
.ag-filter-active:after {
  background-color: var(--ag-accent-color);
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  top: -1px;
  width: 6px;
}
.ag-filter-active .ag-icon-filter {
  clip-path: path("M8,0C8,4.415 11.585,8 16,8L16,16L0,16L0,0L8,0Z");
}
.ag-ltr .ag-filter-active:after {
  right: -1px;
}
.ag-rtl .ag-filter-active:after {
  left: -1px;
}
.ag-label-align-right .ag-label {
  order: 1;
}
.ag-label-align-right > * {
  flex: none;
}
.ag-label-align-top {
  align-items: flex-start;
  flex-direction: column;
}
.ag-label-align-top > * {
  align-self: stretch;
}
.ag-label-ellipsis {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-label {
  white-space: nowrap;
}
.ag-ltr .ag-label {
  margin-right: var(--ag-spacing);
}
.ag-rtl .ag-label {
  margin-left: var(--ag-spacing);
}
.ag-label-align-top .ag-label {
  margin-bottom: calc(var(--ag-spacing)*.5);
}
.ag-ltr .ag-label-align-right .ag-label {
  margin-left: var(--ag-spacing);
}
.ag-rtl .ag-label-align-right .ag-label {
  margin-right: var(--ag-spacing);
}
@property --ag-line-height { syntax:"<length>";inherits:true;initial-value:1000px }
@property --ag-internal-spectrum-alpha-color { syntax:"*";inherits:true }
@property --ag-internal-spectrum-alpha-color-from { syntax:"*";inherits:true }
@property --ag-internal-spectrum-alpha-color-to { syntax:"*";inherits:true }
@property --scrollbar-radius { syntax:"<length>";inherits:true;initial-value:var(--radius-20) }
@property --scrollbar-size { syntax:"<length>";inherits:true;initial-value:var(--dimension-12) }
@property --scrollbar-border { syntax:"<length>";inherits:true;initial-value:var(--dimension-2) }
@property --scrollbar-thumb-background { syntax:"<color>";inherits:true;initial-value:rgba(0, 0, 0, 0) }
@property --scrollbar-corner-background { syntax:"<color>";inherits:true;initial-value:rgba(0, 0, 0, 0) }
@property --scrollbar-track-background { syntax:"<color>";inherits:true;initial-value:rgba(0, 0, 0, 0) }

/* angular:styles/global:styles */
