/* node_modules/@angular/material/prebuilt-themes/indigo-pink.css */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.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;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(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 {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color:#3f51b5;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#ff4081;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#f44336;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-app-background-color:#fafafa;
  --mat-app-text-color:rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:24px;
  --mat-option-label-text-size:16px;
  --mat-option-label-text-tracking:0.03125em;
  --mat-option-label-text-weight:400;
}
html {
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:24px;
  --mat-optgroup-label-text-size:16px;
  --mat-optgroup-label-text-tracking:0.03125em;
  --mat-optgroup-label-text-weight:400;
}
html {
  --mdc-elevated-card-container-shape:4px;
  --mdc-outlined-card-container-shape:4px;
  --mdc-outlined-card-outline-width:1px;
}
html {
  --mdc-elevated-card-container-color:white;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color:white;
  --mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:32px;
  --mat-card-title-text-size:20px;
  --mat-card-title-text-tracking:0.0125em;
  --mat-card-title-text-weight:500;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:22px;
  --mat-card-subtitle-text-size:14px;
  --mat-card-subtitle-text-tracking:0.0071428571em;
  --mat-card-subtitle-text-weight:500;
}
html {
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#3f51b5;
  --mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ff4081;
  --mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
}
html {
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
html {
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
}
html {
  --mdc-filled-text-field-caret-color:#3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color:#3f51b5;
  --mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color:whitesmoke;
  --mdc-filled-text-field-disabled-container-color:#fafafa;
  --mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
  --mdc-outlined-text-field-caret-color:#3f51b5;
  --mdc-outlined-text-field-focus-outline-color:#3f51b5;
  --mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
  --mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color:#f44336;
  --mat-form-field-select-option-text-color:inherit;
  --mat-form-field-select-disabled-option-text-color:GrayText;
  --mat-form-field-leading-icon-color:unset;
  --mat-form-field-disabled-leading-icon-color:unset;
  --mat-form-field-trailing-icon-color:unset;
  --mat-form-field-disabled-trailing-icon-color:unset;
  --mat-form-field-error-focus-trailing-icon-color:unset;
  --mat-form-field-error-hover-trailing-icon-color:unset;
  --mat-form-field-error-trailing-icon-color:unset;
  --mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.04;
  --mat-form-field-focus-state-layer-opacity:0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color:#ff4081;
  --mdc-filled-text-field-focus-active-indicator-color:#ff4081;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mdc-outlined-text-field-caret-color:#ff4081;
  --mdc-outlined-text-field-focus-outline-color:#ff4081;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
}
html {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-label-text-weight:400;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:24px;
  --mat-form-field-container-text-size:16px;
  --mat-form-field-container-text-tracking:0.03125em;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-outlined-label-text-populated-size:16px;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:20px;
  --mat-form-field-subscript-text-size:12px;
  --mat-form-field-subscript-text-tracking:0.0333333333em;
  --mat-form-field-subscript-text-weight:400;
}
html {
  --mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform:translateY(-8px);
}
html {
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:24px;
  --mat-select-trigger-text-size:16px;
  --mat-select-trigger-text-tracking:0.03125em;
  --mat-select-trigger-text-weight:400;
}
html {
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color:white;
}
html {
  --mdc-dialog-container-shape:4px;
  --mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width:80vw;
  --mat-dialog-container-small-max-width:80vw;
  --mat-dialog-container-min-width:0;
  --mat-dialog-actions-alignment:start;
  --mat-dialog-actions-padding:8px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px;
  --mat-dialog-headline-padding:0 24px 9px;
}
html {
  --mdc-dialog-container-color:white;
  --mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius:16px;
  --mdc-chip-with-avatar-avatar-shape-radius:14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:0;
  --mdc-chip-outline-color:transparent;
  --mdc-chip-disabled-outline-color:transparent;
  --mdc-chip-focus-outline-color:transparent;
  --mdc-chip-hover-state-layer-opacity:0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity:1;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-selected-hover-state-layer-opacity:0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;
  --mdc-chip-with-icon-disabled-icon-opacity:1;
  --mat-chip-disabled-container-opacity:0.4;
  --mat-chip-trailing-action-opacity:0.54;
  --mat-chip-trailing-action-focus-opacity:1;
  --mat-chip-trailing-action-state-layer-color:transparent;
  --mat-chip-selected-trailing-action-state-layer-color:transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity:0;
  --mat-chip-trailing-action-focus-state-layer-opacity:0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color:#212121;
  --mdc-chip-elevated-container-color:#e0e0e0;
  --mdc-chip-elevated-selected-container-color:#e0e0e0;
  --mdc-chip-elevated-disabled-container-color:#e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color:#e0e0e0;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#212121;
  --mdc-chip-selected-label-text-color:#212121;
  --mdc-chip-with-icon-icon-color:#212121;
  --mdc-chip-with-icon-disabled-icon-color:#212121;
  --mdc-chip-with-icon-selected-icon-color:#212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#212121;
  --mat-chip-selected-disabled-trailing-icon-color:#212121;
  --mat-chip-selected-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#3f51b5;
  --mdc-chip-elevated-selected-container-color:#3f51b5;
  --mdc-chip-elevated-disabled-container-color:#3f51b5;
  --mdc-chip-flat-disabled-selected-container-color:#3f51b5;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#ff4081;
  --mdc-chip-elevated-selected-container-color:#ff4081;
  --mdc-chip-elevated-disabled-container-color:#ff4081;
  --mdc-chip-flat-disabled-selected-container-color:#ff4081;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height:32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-height:20px;
  --mdc-switch-handle-shape:10px;
  --mdc-switch-handle-width:20px;
  --mdc-switch-selected-icon-size:18px;
  --mdc-switch-track-height:14px;
  --mdc-switch-track-shape:7px;
  --mdc-switch-track-width:36px;
  --mdc-switch-unselected-icon-size:18px;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.04;
  --mdc-switch-selected-pressed-state-layer-opacity:0.1;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity:0.38;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:20px;
  --mat-switch-selected-handle-size:20px;
  --mat-switch-pressed-handle-size:20px;
  --mat-switch-with-icon-handle-size:20px;
  --mat-switch-selected-handle-horizontal-margin:0;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0;
  --mat-switch-selected-pressed-handle-horizontal-margin:0;
  --mat-switch-unselected-handle-horizontal-margin:0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:1;
  --mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width:1px;
  --mat-switch-track-outline-color:transparent;
  --mat-switch-selected-track-outline-width:1px;
  --mat-switch-selected-track-outline-color:transparent;
  --mat-switch-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#3949ab;
  --mdc-switch-selected-handle-color:#3949ab;
  --mdc-switch-selected-hover-state-layer-color:#3949ab;
  --mdc-switch-selected-pressed-state-layer-color:#3949ab;
  --mdc-switch-selected-focus-handle-color:#1a237e;
  --mdc-switch-selected-hover-handle-color:#1a237e;
  --mdc-switch-selected-pressed-handle-color:#1a237e;
  --mdc-switch-selected-focus-track-color:#7986cb;
  --mdc-switch-selected-hover-track-color:#7986cb;
  --mdc-switch-selected-pressed-track-color:#7986cb;
  --mdc-switch-selected-track-color:#7986cb;
  --mdc-switch-disabled-selected-handle-color:#424242;
  --mdc-switch-disabled-selected-icon-color:#fff;
  --mdc-switch-disabled-selected-track-color:#424242;
  --mdc-switch-disabled-unselected-handle-color:#424242;
  --mdc-switch-disabled-unselected-icon-color:#fff;
  --mdc-switch-disabled-unselected-track-color:#424242;
  --mdc-switch-handle-surface-color:#fff;
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#d81b60;
  --mdc-switch-selected-handle-color:#d81b60;
  --mdc-switch-selected-hover-state-layer-color:#d81b60;
  --mdc-switch-selected-pressed-state-layer-color:#d81b60;
  --mdc-switch-selected-focus-handle-color:#880e4f;
  --mdc-switch-selected-hover-handle-color:#880e4f;
  --mdc-switch-selected-pressed-handle-color:#880e4f;
  --mdc-switch-selected-focus-track-color:#f06292;
  --mdc-switch-selected-hover-track-color:#f06292;
  --mdc-switch-selected-pressed-track-color:#f06292;
  --mdc-switch-selected-track-color:#f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:Roboto, sans-serif;
  --mat-switch-label-text-line-height:20px;
  --mat-switch-label-text-size:14px;
  --mat-switch-label-text-tracking:0.0178571429em;
  --mat-switch-label-text-weight:400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#3f51b5;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ff4081;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size:40px;
  --mat-radio-touch-target-display:block;
}
html {
  --mat-radio-label-text-font:Roboto, sans-serif;
  --mat-radio-label-text-line-height:20px;
  --mat-radio-label-text-size:14px;
  --mat-radio-label-text-tracking:0.0178571429em;
  --mat-radio-label-text-weight:400;
}
html {
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
}
html {
  --mdc-slider-handle-color:#3f51b5;
  --mdc-slider-focus-handle-color:#3f51b5;
  --mdc-slider-hover-handle-color:#3f51b5;
  --mdc-slider-active-track-color:#3f51b5;
  --mdc-slider-inactive-track-color:#3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
  --mat-slider-ripple-color:#3f51b5;
  --mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mdc-slider-handle-color:#ff4081;
  --mdc-slider-focus-handle-color:#ff4081;
  --mdc-slider-hover-handle-color:#ff4081;
  --mdc-slider-active-track-color:#ff4081;
  --mdc-slider-inactive-track-color:#ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color:#ff4081;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mat-slider-ripple-color:#ff4081;
  --mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-slider-label-label-text-weight:500;
}
html {
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:0;
  --mat-menu-divider-top-spacing:0;
  --mat-menu-item-spacing:16px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:16px;
  --mat-menu-item-trailing-spacing:16px;
  --mat-menu-item-with-icon-leading-spacing:16px;
  --mat-menu-item-with-icon-trailing-spacing:16px;
  --mat-menu-base-elevation-level:8;
}
html {
  --mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-container-color:white;
  --mat-menu-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:16px;
  --mat-menu-item-label-text-tracking:0.03125em;
  --mat-menu-item-label-text-line-height:24px;
  --mat-menu-item-label-text-weight:400;
}
html {
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:50%;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-selected-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:transparent;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-state-layer-color:transparent;
  --mdc-list-list-item-disabled-state-layer-opacity:0;
  --mdc-list-list-item-disabled-label-text-opacity:0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
  --mat-list-active-indicator-color:transparent;
  --mat-list-active-indicator-shape:4px;
}
html {
  --mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color:black;
  --mdc-list-list-item-disabled-leading-icon-color:black;
  --mdc-list-list-item-disabled-trailing-icon-color:black;
  --mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color:black;
  --mdc-list-list-item-hover-state-layer-opacity:0.04;
  --mdc-list-list-item-focus-state-layer-color:black;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
html {
  --mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color:white;
  --mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
  --mat-paginator-touch-target-display:block;
}
html {
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:20px;
  --mat-paginator-container-text-size:12px;
  --mat-paginator-container-text-tracking:0.0333333333em;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:12px;
}
html {
  --mdc-secondary-navigation-tab-container-height:48px;
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#3f51b5;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#3f51b5;
  --mat-tab-header-active-ripple-color:#3f51b5;
  --mat-tab-header-inactive-ripple-color:#3f51b5;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#3f51b5;
  --mat-tab-header-active-hover-label-text-color:#3f51b5;
  --mat-tab-header-active-focus-indicator-color:#3f51b5;
  --mat-tab-header-active-hover-indicator-color:#3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ff4081;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#ff4081;
  --mat-tab-header-active-ripple-color:#ff4081;
  --mat-tab-header-inactive-ripple-color:#ff4081;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#ff4081;
  --mat-tab-header-active-hover-label-text-color:#ff4081;
  --mat-tab-header-active-focus-indicator-color:#ff4081;
  --mat-tab-header-active-hover-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#3f51b5;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color:#ff4081;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color:#fff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
  --mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-touch-target-display:block;
}
html {
  --mat-checkbox-label-text-font:Roboto, sans-serif;
  --mat-checkbox-label-text-line-height:20px;
  --mat-checkbox-label-text-size:14px;
  --mat-checkbox-label-text-tracking:0.0178571429em;
  --mat-checkbox-label-text-weight:400;
}
html {
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
  --mat-text-button-horizontal-padding:8px;
  --mat-text-button-with-icon-horizontal-padding:8px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:0;
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
  --mat-outlined-button-horizontal-padding:15px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-4px;
}
html {
  --mdc-text-button-label-text-color:black;
  --mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color:black;
  --mat-text-button-disabled-state-layer-color:black;
  --mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity:0.04;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
  --mdc-filled-button-container-color:white;
  --mdc-filled-button-label-text-color:black;
  --mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-disabled-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity:0.04;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
  --mdc-protected-button-container-color:white;
  --mdc-protected-button-label-text-color:black;
  --mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-disabled-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity:0.04;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
  --mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color:black;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:black;
  --mat-outlined-button-disabled-state-layer-color:black;
  --mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity:0.04;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color:#3f51b5;
  --mat-text-button-state-layer-color:#3f51b5;
  --mat-text-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ff4081;
  --mat-text-button-state-layer-color:#ff4081;
  --mat-text-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#3f51b5;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color:#ff4081;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color:#f44336;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color:#3f51b5;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color:#ff4081;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color:#f44336;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color:#3f51b5;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#3f51b5;
  --mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ff4081;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#ff4081;
  --mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
  --mdc-filled-button-container-height:36px;
  --mdc-protected-button-container-height:36px;
  --mdc-outlined-button-container-height:36px;
  --mat-text-button-touch-target-display:block;
  --mat-filled-button-touch-target-display:block;
  --mat-protected-button-touch-target-display:block;
  --mat-outlined-button-touch-target-display:block;
}
html {
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
}
html {
  --mdc-icon-button-icon-size:24px;
}
html {
  --mdc-icon-button-icon-color:inherit;
  --mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color:black;
  --mat-icon-button-disabled-state-layer-color:black;
  --mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity:0.04;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color:#3f51b5;
  --mat-icon-button-state-layer-color:#3f51b5;
  --mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ff4081;
  --mat-icon-button-state-layer-color:#ff4081;
  --mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display:block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape:50%;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape:50%;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color:white;
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color:white;
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#3f51b5;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color:#ff4081;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color:#f44336;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color:#3f51b5;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color:#ff4081;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color:#f44336;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display:block;
  --mat-fab-small-touch-target-display:block;
}
html {
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
html {
  --mdc-snackbar-container-shape:4px;
}
html {
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color:#ff4081;
}
html {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-supporting-text-weight:400;
}
html {
  --mat-table-row-item-outline-width:1px;
}
html {
  --mat-table-background-color:white;
  --mat-table-header-headline-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
}
html {
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:22px;
  --mat-table-header-headline-size:14px;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.0071428571em;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:20px;
  --mat-table-row-item-label-text-size:14px;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.0178571429em;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:20px;
  --mat-table-footer-supporting-text-size:14px;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.0178571429em;
}
html {
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
}
html {
  --mdc-circular-progress-active-indicator-color:#3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color:#f44336;
}
html {
  --mat-badge-container-shape:50%;
  --mat-badge-container-size:unset;
  --mat-badge-small-size-container-size:unset;
  --mat-badge-large-size-container-size:unset;
  --mat-badge-legacy-container-size:22px;
  --mat-badge-legacy-small-size-container-size:16px;
  --mat-badge-legacy-large-size-container-size:28px;
  --mat-badge-container-offset:-11px 0;
  --mat-badge-small-size-container-offset:-8px 0;
  --mat-badge-large-size-container-offset:-14px 0;
  --mat-badge-container-overlap-offset:-11px;
  --mat-badge-small-size-container-overlap-offset:-8px;
  --mat-badge-large-size-container-overlap-offset:-14px;
  --mat-badge-container-padding:0;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0;
}
html {
  --mat-badge-background-color:#3f51b5;
  --mat-badge-text-color:white;
  --mat-badge-disabled-state-background-color:#b9b9b9;
  --mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color:#ff4081;
  --mat-badge-text-color:white;
}
.mat-badge-warn {
  --mat-badge-background-color:#f44336;
  --mat-badge-text-color:white;
}
html {
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-line-height:22px;
  --mat-badge-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-small-size-line-height:16px;
  --mat-badge-large-size-text-size:24px;
  --mat-badge-large-size-line-height:28px;
}
html {
  --mat-bottom-sheet-container-shape:4px;
}
html {
  --mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color:white;
}
html {
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:20px;
  --mat-bottom-sheet-container-text-size:14px;
  --mat-bottom-sheet-container-text-tracking:0.0178571429em;
  --mat-bottom-sheet-container-text-weight:400;
}
html {
  --mat-legacy-button-toggle-height:36px;
  --mat-legacy-button-toggle-shape:2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity:1;
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
}
html {
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:#e0e0e0;
}
html {
  --mat-standard-button-toggle-height:48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-label-text-weight:400;
}
html {
  --mat-datepicker-calendar-container-shape:4px;
  --mat-datepicker-calendar-container-touch-shape:4px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
  --mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color:black;
  --mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color:white;
  --mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display:none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:13px;
  --mat-datepicker-calendar-body-label-text-size:14px;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:14px;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:11px;
  --mat-datepicker-calendar-header-text-weight:400;
}
html {
  --mat-divider-width:1px;
}
html {
  --mat-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape:4px;
  --mat-expansion-legacy-header-indicator-display:inline-block;
  --mat-expansion-header-indicator-display:none;
}
html {
  --mat-expansion-container-background-color:white;
  --mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
}
html {
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:14px;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:inherit;
  --mat-expansion-header-text-tracking:inherit;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:20px;
  --mat-expansion-container-text-size:14px;
  --mat-expansion-container-text-tracking:0.0178571429em;
  --mat-expansion-container-text-weight:400;
}
html {
  --mat-grid-list-tile-header-primary-text-size:14px;
  --mat-grid-list-tile-header-secondary-text-size:12px;
  --mat-grid-list-tile-footer-primary-text-size:14px;
  --mat-grid-list-tile-footer-secondary-text-size:12px;
}
html {
  --mat-icon-color:inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color:#3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color:#ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color:#f44336;
}
html {
  --mat-sidenav-container-shape:0;
  --mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width:auto;
}
html {
  --mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color:white;
  --mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color:#fafafa;
  --mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
  --mat-stepper-container-color:white;
  --mat-stepper-line-color:rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color:#f44336;
  --mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color:#f44336;
  --mat-stepper-header-error-state-icon-background-color:transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#ff4081;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#f44336;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#f44336;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#f44336;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html {
  --mat-stepper-header-height:72px;
}
html {
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:14px;
  --mat-stepper-header-label-text-weight:400;
  --mat-stepper-header-error-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-weight:400;
}
html {
  --mat-sort-arrow-color:#757575;
}
html {
  --mat-toolbar-container-background-color:whitesmoke;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color:#3f51b5;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color:#ff4081;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color:#f44336;
  --mat-toolbar-container-text-color:white;
}
html {
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
}
html {
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:32px;
  --mat-toolbar-title-text-size:20px;
  --mat-toolbar-title-text-tracking:0.0125em;
  --mat-toolbar-title-text-weight:500;
}
html {
  --mat-tree-container-background-color:white;
  --mat-tree-node-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height:48px;
}
html {
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

/* apps/knowledge-base/src/styles.scss */
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-lg,
.col-lg-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-md,
.col-md-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-sm,
.col-sm-auto,
.col-xs-12,
.col-12,
.col-xs-11,
.col-11,
.col-xs-10,
.col-10,
.col-xs-9,
.col-9,
.col-xs-8,
.col-8,
.col-xs-7,
.col-7,
.col-xs-6,
.col-6,
.col-xs-5,
.col-5,
.col-xs-4,
.col-4,
.col-xs-3,
.col-3,
.col-xs-2,
.col-2,
.col-xs-1,
.col-xs,
.col-xs-auto,
.col-1,
.col {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-lg,
.col-lg-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-md,
.col-md-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-sm,
.col-sm-auto,
.col-xs-12,
.col-12,
.col-xs-11,
.col-11,
.col-xs-10,
.col-10,
.col-xs-9,
.col-9,
.col-xs-8,
.col-8,
.col-xs-7,
.col-7,
.col-xs-6,
.col-6,
.col-xs-5,
.col-5,
.col-xs-4,
.col-4,
.col-xs-3,
.col-3,
.col-xs-2,
.col-2,
.col-xs-1,
.col-xs,
.col-xs-auto,
.col-1,
.col {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-6 {
  order: 6 !important;
}
.order-7 {
  order: 7 !important;
}
.order-8 {
  order: 8 !important;
}
.order-9 {
  order: 9 !important;
}
.order-10 {
  order: 10 !important;
}
.order-11 {
  order: 11 !important;
}
.order-last {
  order: 12 !important;
}
@media (min-width: 768px) {
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-6 {
    order: 6 !important;
  }
  .order-sm-7 {
    order: 7 !important;
  }
  .order-sm-8 {
    order: 8 !important;
  }
  .order-sm-9 {
    order: 9 !important;
  }
  .order-sm-10 {
    order: 10 !important;
  }
  .order-sm-11 {
    order: 11 !important;
  }
  .order-sm-last {
    order: 12 !important;
  }
}
@media (min-width: 992px) {
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-6 {
    order: 6 !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .order-md-8 {
    order: 8 !important;
  }
  .order-md-9 {
    order: 9 !important;
  }
  .order-md-10 {
    order: 10 !important;
  }
  .order-md-11 {
    order: 11 !important;
  }
  .order-md-last {
    order: 12 !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-6 {
    order: 6 !important;
  }
  .order-lg-7 {
    order: 7 !important;
  }
  .order-lg-8 {
    order: 8 !important;
  }
  .order-lg-9 {
    order: 9 !important;
  }
  .order-lg-10 {
    order: 10 !important;
  }
  .order-lg-11 {
    order: 11 !important;
  }
  .order-lg-last {
    order: 12 !important;
  }
}
.is-none {
  display: none !important;
}
.is-inline {
  display: inline !important;
}
.is-inline-block {
  display: inline-block !important;
}
.is-block {
  display: block !important;
}
.is-flex {
  display: flex !important;
}
.is-inline-flex {
  display: inline-flex !important;
}
@media (max-width: 767px) {
  .is-xs-none {
    display: none !important;
  }
  .is-xs-inline {
    display: inline !important;
  }
  .is-xs-inline-block {
    display: inline-block !important;
  }
  .is-xs-block {
    display: block !important;
  }
  .is-xs-flex {
    display: flex !important;
  }
  .is-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .is-sm-none {
    display: none !important;
  }
  .is-sm-inline {
    display: inline !important;
  }
  .is-sm-inline-block {
    display: inline-block !important;
  }
  .is-sm-block {
    display: block !important;
  }
  .is-sm-flex {
    display: flex !important;
  }
  .is-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .is-md-none {
    display: none !important;
  }
  .is-md-inline {
    display: inline !important;
  }
  .is-md-inline-block {
    display: inline-block !important;
  }
  .is-md-block {
    display: block !important;
  }
  .is-md-flex {
    display: flex !important;
  }
  .is-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .is-lg-none {
    display: none !important;
  }
  .is-lg-inline {
    display: inline !important;
  }
  .is-lg-inline-block {
    display: inline-block !important;
  }
  .is-lg-block {
    display: block !important;
  }
  .is-lg-flex {
    display: flex !important;
  }
  .is-lg-inline-flex {
    display: inline-flex !important;
  }
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 8px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  padding-left: 8px;
  width: 100%;
  box-sizing: border-box;
}
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: -8px;
  margin-right: -8px;
}
.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter > .col,
.row.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  width: calc(100% * 1 / 12);
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  width: calc(100% * 2 / 12);
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  width: calc(100% * 3 / 12);
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: calc(100% * 4 / 12);
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  width: calc(100% * 5 / 12);
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  width: calc(100% * 6 / 12);
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  width: calc(100% * 7 / 12);
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  width: calc(100% * 8 / 12);
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  width: calc(100% * 9 / 12);
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  width: calc(100% * 10 / 12);
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  width: calc(100% * 11 / 12);
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  width: calc(100% * 12 / 12);
}
.col-xs {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-xs-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  width: calc(100% * 1 / 12);
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  width: calc(100% * 2 / 12);
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
  width: calc(100% * 3 / 12);
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: calc(100% * 4 / 12);
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  width: calc(100% * 5 / 12);
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
  width: calc(100% * 6 / 12);
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  width: calc(100% * 7 / 12);
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  width: calc(100% * 8 / 12);
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
  width: calc(100% * 9 / 12);
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  width: calc(100% * 10 / 12);
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  width: calc(100% * 11 / 12);
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
  width: calc(100% * 12 / 12);
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: calc(100% * 1 / 12);
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: calc(100% * 2 / 12);
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    width: calc(100% * 3 / 12);
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: calc(100% * 4 / 12);
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: calc(100% * 5 / 12);
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: calc(100% * 6 / 12);
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: calc(100% * 7 / 12);
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: calc(100% * 8 / 12);
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    width: calc(100% * 9 / 12);
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: calc(100% * 10 / 12);
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: calc(100% * 11 / 12);
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: calc(100% * 12 / 12);
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: calc(100% * 1 / 12);
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: calc(100% * 2 / 12);
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    width: calc(100% * 3 / 12);
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: calc(100% * 4 / 12);
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: calc(100% * 5 / 12);
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: calc(100% * 6 / 12);
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: calc(100% * 7 / 12);
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: calc(100% * 8 / 12);
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    width: calc(100% * 9 / 12);
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: calc(100% * 10 / 12);
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: calc(100% * 11 / 12);
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: calc(100% * 12 / 12);
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: calc(100% * 1 / 12);
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: calc(100% * 2 / 12);
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    width: calc(100% * 3 / 12);
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: calc(100% * 4 / 12);
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: calc(100% * 5 / 12);
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: calc(100% * 6 / 12);
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: calc(100% * 7 / 12);
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: calc(100% * 8 / 12);
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    width: calc(100% * 9 / 12);
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: calc(100% * 10 / 12);
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: calc(100% * 11 / 12);
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: calc(100% * 12 / 12);
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@font-face {
  font-family: "KPN-Metric";
  src: url(/assets/metric-regular.woff2) format("woff2"), url(/assets/metric-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KPN-Metric";
  src: url(/assets/metric-bold.woff2) format("woff2"), url(/assets/metric-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KPN-Metric";
  src: url(/assets/metric-semibold.woff2) format("woff2"), url(/assets/metric-semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.card .card-header,
.modal .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .modal-title {
  font-family:
    "KPN-Metric",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
}
h1,
.h1 {
  color: var(--color-kux-heading-primary);
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 28px;
}
h3,
.h3,
.card .card-header,
.modal .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .modal-title {
  font-size: 20px;
  line-height: 24px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 20px;
}
h6,
.h6 {
  font-size: 15px;
  line-height: 18px;
}
small,
.small-text {
  font-size: 12px;
  line-height: 16px;
}
.is-text-white h1,
.is-text-white .h1,
.is-text-white h2,
.is-text-white .h2,
.is-text-white h3,
.is-text-white .h3,
.is-text-white .card .card-header,
.card .is-text-white .card-header,
.is-text-white .modal .modal-wrapper .modal-title,
.slide-over-panel .is-text-white .modal .slide-over-panel-wrapper .modal-title,
.is-text-white .slide-over-panel .modal-wrapper .modal-title,
.is-text-white .slide-over-panel .slide-over-panel-wrapper .modal-title,
.modal .modal-wrapper .is-text-white .modal-title,
.slide-over-panel .modal-wrapper .is-text-white .modal-title,
.slide-over-panel .slide-over-panel-wrapper .is-text-white .modal-title {
  color: var(--color-kux-background);
}
.is-text-black h1,
.is-text-black .h1,
.is-text-black h2,
.is-text-black .h2,
.is-text-black h3,
.is-text-black .h3,
.is-text-black .card .card-header,
.card .is-text-black .card-header,
.is-text-black .modal .modal-wrapper .modal-title,
.slide-over-panel .is-text-black .modal .slide-over-panel-wrapper .modal-title,
.is-text-black .slide-over-panel .modal-wrapper .modal-title,
.is-text-black .slide-over-panel .slide-over-panel-wrapper .modal-title,
.modal .modal-wrapper .is-text-black .modal-title,
.slide-over-panel .modal-wrapper .is-text-black .modal-title,
.slide-over-panel .slide-over-panel-wrapper .is-text-black .modal-title {
  color: var(--color-kux-text);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 27px;
    line-height: 31px;
  }
  h3,
  .h3,
  .card .card-header,
  .modal .modal-wrapper .modal-title,
  .slide-over-panel .modal-wrapper .modal-title,
  .slide-over-panel .slide-over-panel-wrapper .modal-title {
    font-size: 21px;
    line-height: 25px;
  }
  h4,
  .h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }
  h6,
  .h6 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 44px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: 36px;
  }
  h3,
  .h3,
  .card .card-header,
  .modal .modal-wrapper .modal-title,
  .slide-over-panel .modal-wrapper .modal-title,
  .slide-over-panel .slide-over-panel-wrapper .modal-title {
    font-size: 24px;
    line-height: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h6,
  .h6 {
    font-size: 14px;
    line-height: 18px;
  }
}
.is-bold-i,
.is-bold {
  font-weight: 700;
}
.is-semibold-i,
.is-semibold {
  font-weight: 600;
}
.is-regular-i,
.is-regular {
  font-weight: 400;
}
.is-italic,
.is-regular-i,
.is-semibold-i,
.is-bold-i {
  font-style: italic;
}
.is-underlined {
  text-decoration: underline;
}
:root,
html,
input,
select,
textarea,
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-kux-text);
}
.metric {
  font-family:
    "KPN-Metric",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.si-icon,
.si-icon-s,
.si-icon-m,
.si-icon-l,
.si-icon-xl,
.si-icon-xxl {
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .si-icon,
  .si-icon-s,
  .si-icon-m,
  .si-icon-l,
  .si-icon-xl,
  .si-icon-xxl {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon,
  .si-icon-s,
  .si-icon-m,
  .si-icon-l,
  .si-icon-xl,
  .si-icon-xxl {
    font-size: 30px;
  }
}
.si-icon-s {
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .si-icon-s {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-s {
    font-size: 30px;
  }
}
.si-icon-m {
  font-size: 56px;
}
@media screen and (max-width: 991px) {
  .si-icon-m {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-m {
    font-size: 35px;
  }
}
.si-icon-l {
  font-size: 64px;
}
@media screen and (max-width: 991px) {
  .si-icon-l {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-l {
    font-size: 40px;
  }
}
.si-icon-xl {
  font-size: 72px;
}
@media screen and (max-width: 991px) {
  .si-icon-xl {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-xl {
    font-size: 45px;
  }
}
.si-icon-xxl {
  font-size: 96px;
}
@media screen and (max-width: 991px) {
  .si-icon-xxl {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-xxl {
    font-size: 60px;
  }
}
@font-face {
  font-family: "si-icons";
  src: url("./media/si-icons.woff2") format("woff2"), url("./media/si-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.si-icon,
.si-icon-s,
.si-icon-m,
.si-icon-l,
.si-icon-xl,
.si-icon-xxl {
  font-family: "si-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.ui-icon,
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.notification .close-icon,
.notification .notification-icon,
.modal .inline-close,
.slide-over-panel .inline-close,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l {
  font-size: 24px;
}
.ui-icon-s {
  font-size: 18px;
}
.ui-icon-m,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-l {
  font-size: 36px;
}
@font-face {
  font-family: "ui-icon";
  src: url("./media/ui-icon.woff2") format("woff2"), url("./media/ui-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.notification .close-icon,
.notification .notification-icon,
.modal .inline-close,
.slide-over-panel .inline-close,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.ui-icon,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l {
  font-family: "ui-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.li-icon,
.li-icon-s,
.li-icon-m,
.li-icon-l,
.li-icon-xl,
.li-icon-xxl,
.li-icon-xxxl {
  font-size: 96px;
}
.li-icon-s {
  font-size: 48px;
}
.li-icon-m {
  font-size: 56px;
}
.li-icon-l {
  font-size: 64px;
}
.li-icon-xl {
  font-size: 72px;
}
.li-icon-xxl {
  font-size: 96px;
}
.li-icon-xxxl {
  font-size: 144px;
}
@font-face {
  font-family: "li-icons";
  src: url("./media/li-icons.woff2") format("woff2"), url("./media/li-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.li-icon,
.li-icon-s,
.li-icon-m,
.li-icon-l,
.li-icon-xl,
.li-icon-xxl,
.li-icon-xxxl {
  font-family: "li-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.li-icon[class*=li-small],
[class*=li-small].li-icon-s,
[class*=li-small].li-icon-m,
[class*=li-small].li-icon-l,
[class*=li-small].li-icon-xl,
[class*=li-small].li-icon-xxl,
[class*=li-small].li-icon-xxxl {
  font-size: 48px;
}
.li-icon-s[class*=li-small] {
  font-size: 18px;
}
.li-icon-m[class*=li-small] {
  font-size: 24px;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.ui-icon,
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.notification .close-icon,
.notification .notification-icon,
.modal .inline-close,
.slide-over-panel .inline-close,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.ui-icon {
  font-size: 24px;
}
.ui-icon-s {
  font-size: 18px;
}
.ui-icon-m,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-l {
  font-size: 36px;
}
@font-face {
  font-family: "ui-icon";
  src: url("./media/ui-icon.woff2") format("woff2"), url("./media/ui-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.notification .close-icon,
.notification .notification-icon,
.modal .inline-close,
.slide-over-panel .inline-close,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.ui-icon {
  font-family: "ui-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.accordion input[type=checkbox] {
  display: none;
}
.accordion .accordion-panel {
  position: relative;
  margin-left: space(2);
}
.accordion .accordion-panel:first-child {
  border-top: 1px solid var(--color-kux-border-top-color);
}
.accordion .accordion-panel:not(:last-child) {
  border-bottom: 1px solid var(--color-kux-border-bottom-color);
}
.accordion .accordion-panel > label {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 28px 16px 0;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-panel > label:hover,
  .accordion .accordion-panel > label:hover::after {
    color: var(--color-kux-hover-color);
  }
}
.accordion .accordion-panel label::after {
  position: absolute;
  top: 17px;
  right: 8px;
  transition: all 0.4s ease;
  content: "\e91e";
  color: var(--color-kux-text-tertiary);
}
.accordion .accordion-panel input[type=checkbox]:checked + label::after {
  transform: rotate(-180deg);
}
.accordion .accordion-panel input[type=checkbox]:checked + label + .accordion-content {
  max-height: 999em;
  height: auto;
  margin-bottom: 16px;
}
.accordion .accordion-panel input[type=checkbox]:checked + label,
.accordion .accordion-panel input[type=checkbox]:checked + label::after {
  color: var(--color-kux-heading-primary);
}
.accordion .accordion-panel input[type=checkbox]:checked + label:hover,
.accordion .accordion-panel input[type=checkbox]:checked + label:hover::after {
  color: var(--color-kux-hover-color);
}
.accordion .accordion-panel .accordion-content {
  max-height: 0;
  overflow: hidden;
}
.accordion .accordion-panel .accordion-content > :last-child {
  margin-bottom: 0;
}
.accordion .accordion-panel .accordion-content > :first-child {
  margin-top: 0;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.ui-icon,
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.notification .close-icon,
.notification .notification-icon,
.modal .inline-close,
.slide-over-panel .inline-close,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before {
  font-size: 24px;
}
.ui-icon-s {
  font-size: 18px;
}
.ui-icon-m,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-l {
  font-size: 36px;
}
@font-face {
  font-family: "ui-icon";
  src: url("./media/ui-icon.woff2") format("woff2"), url("./media/ui-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.notification .close-icon,
.notification .notification-icon,
.modal .inline-close,
.slide-over-panel .inline-close,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.ui-icon,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before {
  font-family: "ui-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.breadcrumb {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
}
.breadcrumb ol,
.breadcrumb ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ol li,
.breadcrumb ul li {
  display: flex;
}
.breadcrumb ol li a,
.breadcrumb ul li a {
  text-decoration: none;
  color: var(--color-kux-breadcrumb-color);
}
.breadcrumb ol li a:hover,
.breadcrumb ul li a:hover {
  color: var(--color-kux-hover-color);
  text-decoration: underline;
}
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  content: "\e920";
  color: var(--color-kux-breadcrumb-color);
  line-height: 1;
  margin: 0 4px;
}
.breadcrumb ol li:last-of-type,
.breadcrumb ul li:last-of-type {
  color: var(--color-kux-text);
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.button.is-primary {
  color: #fff;
  background-color: #07c;
  border-color: #07c;
}
.button.is-primary:hover {
  color: #fff;
  background-color: #0af;
  border-color: #0af;
}
.button.is-primary:hover:not(.is-disabled) [class*=" ui"]::before {
  color: #fff;
}
.button.is-primary.is-disabled,
.button.is-primary:disabled {
  color: #fff;
  background-color: #939393;
  border-color: #939393;
}
.button.is-secondary {
  color: #07c;
  background-color: transparent;
  border-color: #07c;
}
.button.is-secondary:hover {
  color: #fff;
  background-color: #0af;
  border-color: #0af;
}
.button.is-secondary:hover:not(.is-disabled) [class*=" ui"]::before {
  color: #fff;
}
.button.is-secondary.is-disabled,
.button.is-secondary:disabled {
  color: #939393;
  background-color: #fff;
  border-color: #939393;
}
.button.is-primary.is-alternate {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
}
.button.is-primary.is-alternate:hover {
  color: #232323;
  background-color: #fff;
  border-color: #fff;
}
.button.is-primary.is-alternate:hover:not(.is-disabled) [class*=" ui"]::before {
  color: #232323;
}
.button.is-primary.is-alternate.is-disabled,
.button.is-primary.is-alternate:disabled {
  color: #fff;
  background-color: #939393;
  border-color: #939393;
}
.button.is-secondary.is-alternate {
  color: #232323;
  background-color: #fff;
  border-color: #fff;
}
.button.is-secondary.is-alternate:hover {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
}
.button.is-secondary.is-alternate:hover:not(.is-disabled) [class*=" ui"]::before {
  color: #fff;
}
.button.is-secondary.is-alternate.is-disabled,
.button.is-secondary.is-alternate:disabled {
  color: #939393;
  background-color: #fff;
  border-color: #939393;
}
body[data-kux-theme=dark] .button.is-primary {
  color: #f3f3f3;
  background-color: #0af;
  border-color: #0af;
}
body[data-kux-theme=dark] .button.is-primary:hover {
  color: #f3f3f3;
  background-color: #07c;
  border-color: #07c;
}
body[data-kux-theme=dark] .button.is-primary:hover:not(.is-disabled) [class*=" ui"]::before {
  color: #f3f3f3;
}
body[data-kux-theme=dark] .button.is-primary.is-disabled,
body[data-kux-theme=dark] .button.is-primary:disabled {
  color: #f3f3f3;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
body[data-kux-theme=dark] .button.is-secondary {
  color: #0af;
  background-color: transparent;
  border-color: #0af;
}
body[data-kux-theme=dark] .button.is-secondary:hover {
  color: #f3f3f3;
  background-color: #07c;
  border-color: #07c;
}
body[data-kux-theme=dark] .button.is-secondary:hover:not(.is-disabled) [class*=" ui"]::before {
  color: #f3f3f3;
}
body[data-kux-theme=dark] .button.is-secondary.is-disabled,
body[data-kux-theme=dark] .button.is-secondary:disabled {
  color: #737373;
  background-color: #131313;
  border-color: #737373;
}
body[data-kux-theme=dark] .button.is-primary.is-alternate {
  color: #f3f3f3;
  background-color: #232323;
  border-color: #232323;
}
body[data-kux-theme=dark] .button.is-primary.is-alternate:hover {
  color: #232323;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
body[data-kux-theme=dark] .button.is-primary.is-alternate:hover:not(.is-disabled) [class*=" ui"]::before {
  color: #232323;
}
body[data-kux-theme=dark] .button.is-primary.is-alternate.is-disabled,
body[data-kux-theme=dark] .button.is-primary.is-alternate:disabled {
  color: #f3f3f3;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
body[data-kux-theme=dark] .button.is-secondary.is-alternate {
  color: #232323;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
body[data-kux-theme=dark] .button.is-secondary.is-alternate:hover {
  color: #f3f3f3;
  background-color: #232323;
  border-color: #232323;
}
body[data-kux-theme=dark] .button.is-secondary.is-alternate:hover:not(.is-disabled) [class*=" ui"]::before {
  color: #f3f3f3;
}
body[data-kux-theme=dark] .button.is-secondary.is-alternate.is-disabled,
body[data-kux-theme=dark] .button.is-secondary.is-alternate:disabled {
  color: #b3b3b3;
  background-color: #131313;
  border-color: #b3b3b3;
}
body[data-kux-theme=tv] .button.is-primary {
  color: #f3f3f3;
  background-color: #0099e6;
  border-color: #0099e6;
}
body[data-kux-theme=tv] .button.is-primary:hover {
  color: #f3f3f3;
  background-color: #0068b3;
  border-color: #0068b3;
}
body[data-kux-theme=tv] .button.is-primary:hover:not(.is-disabled) [class*=" ui"]::before {
  color: #f3f3f3;
}
body[data-kux-theme=tv] .button.is-primary.is-disabled,
body[data-kux-theme=tv] .button.is-primary:disabled {
  color: #f3f3f3;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
body[data-kux-theme=tv] .button.is-secondary {
  color: #0099e6;
  background-color: #0c0c0c;
  border-color: #0099e6;
}
body[data-kux-theme=tv] .button.is-secondary:hover {
  color: #f3f3f3;
  background-color: #0068b3;
  border-color: #0068b3;
}
body[data-kux-theme=tv] .button.is-secondary:hover:not(.is-disabled) [class*=" ui"]::before {
  color: #f3f3f3;
}
body[data-kux-theme=tv] .button.is-secondary.is-disabled,
body[data-kux-theme=tv] .button.is-secondary:disabled {
  color: #b3b3b3;
  background-color: #131313;
  border-color: #b3b3b3;
}
body[data-kux-theme=tv] .button.is-primary.is-alternate {
  color: #e3e3e3;
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}
body[data-kux-theme=tv] .button.is-primary.is-alternate:hover {
  color: #0c0c0c;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
body[data-kux-theme=tv] .button.is-primary.is-alternate:hover:not(.is-disabled) [class*=" ui"]::before {
  color: #0c0c0c;
}
body[data-kux-theme=tv] .button.is-primary.is-alternate.is-disabled,
body[data-kux-theme=tv] .button.is-primary.is-alternate:disabled {
  color: #f3f3f3;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
body[data-kux-theme=tv] .button.is-secondary.is-alternate {
  color: #0c0c0c;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
body[data-kux-theme=tv] .button.is-secondary.is-alternate:hover {
  color: #e3e3e3;
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}
body[data-kux-theme=tv] .button.is-secondary.is-alternate:hover:not(.is-disabled) [class*=" ui"]::before {
  color: #e3e3e3;
}
body[data-kux-theme=tv] .button.is-secondary.is-alternate.is-disabled,
body[data-kux-theme=tv] .button.is-secondary.is-alternate:disabled {
  color: #b3b3b3;
  background-color: #131313;
  border-color: #b3b3b3;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-decoration: none;
  justify-content: center;
  white-space: nowrap;
  margin: 16px 0;
  -webkit-appearance: none;
  padding: 7px 40px;
  font-size: 16px;
  height: 40px;
  border-radius: 20px;
}
.button:focus,
.button.focus {
  outline: 0;
}
.button:not(:disabled):not(.is-disabled) {
  cursor: pointer;
}
.button.is-full-width {
  display: flex;
  width: 100%;
}
.button.is-icon-only {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}
.button.is-icon-only span::before {
  margin-right: 0;
}
.button.is-secondary:not(.is-disabled) [class*=" ui"]::before {
  color: var(--color-kux-button-secondary-icon-only);
}
.button.is-secondary:not(.is-disabled).is-alternate [class*=" ui"]::before {
  color: var(--color-kux-button-alternate-secondary-icon-only);
}
.button [class*=" ui"] {
  height: 34px;
}
.button [class*=" ui"]::before {
  position: relative;
  top: 5px;
  margin-right: 8px;
}
.button-group {
  display: flex;
  flex-wrap: wrap;
}
.button-group .button {
  display: flex;
}
.button-group.is-reversed {
  flex-direction: row-reverse;
}
.button-group.is-reversed .button:first-child {
  margin-right: 0;
}
.button-group.is-reversed .button:last-child {
  margin-right: 16px;
}
.button-group.is-reversed .button:only-child {
  margin-right: 0;
}
.button-group.is-right {
  justify-content: flex-end;
}
.button-group .button {
  margin-bottom: 16px;
}
.button-group .button:not(:last-child) {
  margin-right: 16px;
}
.button.is-loading::before,
.button.spinner::before {
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  content: "";
  top: 7px;
  left: 10px;
  height: 20px;
  width: 20px;
  z-index: 1;
}
.button.is-loading.is-full-width::before,
.button.is-full-width.spinner::before {
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  z-index: 1;
  position: unset;
  margin-right: 12px;
}
@keyframes spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.button.is-loading .ui-icon,
.button.spinner .ui-icon,
.button.is-loading .form-group .input-control .input-icon,
.form-group .input-control .button.is-loading .input-icon,
.button.is-loading .list.check > li::before,
.button.is-loading .list.link > li::before,
.button.is-loading .list.icon > li::before,
.button.is-loading .tooltip .tooltip-trigger,
.tooltip .button.is-loading .tooltip-trigger,
.button.is-loading .card .card-container-list ul li::after,
.card .card-container-list ul .button.is-loading li::after,
.button.is-loading .card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .button.is-loading .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.button.is-loading .list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .button.is-loading .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul .button.is-loading li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul .button.is-loading li:nth-child(1)::after,
.button.is-loading .card-list-item .list-item-content .right-side:empty::after,
.card-list-item .button.is-loading .list-item-content .right-side:empty::after,
.button.is-loading .list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .button.is-loading .list-item-content .right-side:empty::after,
.card-list-item .list-item-content .button.is-loading .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .button.is-loading .right-side:empty::after,
.button.is-loading .has-arrow.card-list::after,
.button.is-loading .list-item .has-arrow.list-container::after,
.list-item .button.is-loading .has-arrow.list-container::after,
.button.spinner .form-group .input-control .input-icon,
.form-group .input-control .button.spinner .input-icon,
.button.spinner .list.check > li::before,
.button.spinner .list.link > li::before,
.button.spinner .list.icon > li::before,
.button.spinner .tooltip .tooltip-trigger,
.tooltip .button.spinner .tooltip-trigger,
.button.spinner .card .card-container-list ul li::after,
.card .card-container-list ul .button.spinner li::after,
.button.spinner .card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .button.spinner .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.button.spinner .list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .button.spinner .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul .button.spinner li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul .button.spinner li:nth-child(1)::after,
.button.spinner .card-list-item .list-item-content .right-side:empty::after,
.card-list-item .button.spinner .list-item-content .right-side:empty::after,
.button.spinner .list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .button.spinner .list-item-content .right-side:empty::after,
.card-list-item .list-item-content .button.spinner .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .button.spinner .right-side:empty::after,
.button.spinner .has-arrow.card-list::after,
.button.spinner .list-item .has-arrow.list-container::after,
.list-item .button.spinner .has-arrow.list-container::after,
.button.is-loading .notification .close-icon,
.button.spinner .notification .close-icon,
.notification .button.is-loading .close-icon,
.notification .button.spinner .close-icon,
.button.is-loading .notification .notification-icon,
.button.spinner .notification .notification-icon,
.notification .button.is-loading .notification-icon,
.notification .button.spinner .notification-icon,
.button.is-loading .modal .inline-close,
.button.spinner .modal .inline-close,
.button.is-loading .slide-over-panel .inline-close,
.button.spinner .slide-over-panel .inline-close,
.modal .button.is-loading .inline-close,
.modal .button.spinner .inline-close,
.slide-over-panel .button.is-loading .inline-close,
.slide-over-panel .button.spinner .inline-close,
.button.is-loading .ui-icon-s,
.button.spinner .ui-icon-s,
.button.is-loading .ui-icon-m,
.button.spinner .ui-icon-m,
.button.is-loading .ui-icon-l,
.button.spinner .ui-icon-l,
.button.is-loading .accordion .accordion-panel label::after,
.button.spinner .accordion .accordion-panel label::after,
.accordion .accordion-panel .button.is-loading label::after,
.accordion .accordion-panel .button.spinner label::after,
.button.is-loading .accordion .accordion-panel label::before,
.button.spinner .accordion .accordion-panel label::before,
.accordion .accordion-panel .button.is-loading label::before,
.accordion .accordion-panel .button.spinner label::before,
.button.is-loading .breadcrumb ol li + li::before,
.button.spinner .breadcrumb ol li + li::before,
.breadcrumb ol .button.is-loading li + li::before,
.breadcrumb ol .button.spinner li + li::before,
.button.is-loading .breadcrumb ul li + li::before,
.button.spinner .breadcrumb ul li + li::before,
.breadcrumb ul .button.is-loading li + li::before,
.breadcrumb ul .button.spinner li + li::before,
.button.is-loading .si-icon,
.button.spinner .si-icon,
.button.is-loading .si-icon-s,
.button.spinner .si-icon-s,
.button.is-loading .si-icon-m,
.button.spinner .si-icon-m,
.button.is-loading .si-icon-l,
.button.spinner .si-icon-l,
.button.is-loading .si-icon-xl,
.button.spinner .si-icon-xl,
.button.is-loading .si-icon-xxl,
.button.spinner .si-icon-xxl,
.button.is-loading .li-icon,
.button.spinner .li-icon,
.button.is-loading .li-icon-s,
.button.spinner .li-icon-s,
.button.is-loading .li-icon-m,
.button.spinner .li-icon-m,
.button.is-loading .li-icon-l,
.button.spinner .li-icon-l,
.button.is-loading .li-icon-xl,
.button.spinner .li-icon-xl,
.button.is-loading .li-icon-xxl,
.button.spinner .li-icon-xxl,
.button.is-loading .li-icon-xxxl,
.button.spinner .li-icon-xxxl {
  visibility: hidden;
}
.button.is-loading.is-icon-only::before,
.button.is-icon-only.spinner::before {
  left: 7px;
}
.button [type=reset],
.button [type=submit],
.button button,
.button html [type=button] {
  -webkit-appearance: button;
}
.button a.button.is-disabled,
.button fieldset:disabled a.button {
  pointer-events: none;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.divider {
  border-width: 0;
  background-color: var(--color-kux-divider-color);
  height: 1px;
}
.divider.has-indent-16,
.divider-divider.has-indent-16 {
  margin-left: 16px;
}
.divider.has-indent-56,
.divider-divider.has-indent-56 {
  margin-left: 56px;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.is-bold,
.is-bold-i {
  font-weight: 700;
}
.is-semibold,
.is-semibold-i {
  font-weight: 600;
}
.is-regular,
.is-regular-i {
  font-weight: 400;
}
.is-bold-i,
.is-semibold-i,
.is-regular-i,
.is-italic {
  font-style: italic;
}
.is-underlined {
  text-decoration: underline;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.card .card-header,
.modal .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .modal-title {
  font-family:
    "KPN-Metric",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
}
h1,
.h1 {
  color: var(--color-kux-heading-primary);
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 28px;
}
h3,
.h3,
.card .card-header,
.modal .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .modal-title {
  font-size: 20px;
  line-height: 24px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 20px;
}
h6,
.h6 {
  font-size: 15px;
  line-height: 18px;
}
small,
.small-text {
  font-size: 12px;
  line-height: 16px;
}
.is-text-white h1,
.is-text-white .h1,
.is-text-white h2,
.is-text-white .h2,
.is-text-white h3,
.is-text-white .h3,
.is-text-white .card .card-header,
.card .is-text-white .card-header,
.is-text-white .modal .modal-wrapper .modal-title,
.slide-over-panel .is-text-white .modal .slide-over-panel-wrapper .modal-title,
.is-text-white .slide-over-panel .modal-wrapper .modal-title,
.is-text-white .slide-over-panel .slide-over-panel-wrapper .modal-title,
.modal .modal-wrapper .is-text-white .modal-title,
.slide-over-panel .modal-wrapper .is-text-white .modal-title,
.slide-over-panel .slide-over-panel-wrapper .is-text-white .modal-title {
  color: var(--color-kux-background);
}
.is-text-black h1,
.is-text-black .h1,
.is-text-black h2,
.is-text-black .h2,
.is-text-black h3,
.is-text-black .h3,
.is-text-black .card .card-header,
.card .is-text-black .card-header,
.is-text-black .modal .modal-wrapper .modal-title,
.slide-over-panel .is-text-black .modal .slide-over-panel-wrapper .modal-title,
.is-text-black .slide-over-panel .modal-wrapper .modal-title,
.is-text-black .slide-over-panel .slide-over-panel-wrapper .modal-title,
.modal .modal-wrapper .is-text-black .modal-title,
.slide-over-panel .modal-wrapper .is-text-black .modal-title,
.slide-over-panel .slide-over-panel-wrapper .is-text-black .modal-title {
  color: var(--color-kux-text);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 27px;
    line-height: 31px;
  }
  h3,
  .h3,
  .card .card-header,
  .modal .modal-wrapper .modal-title,
  .slide-over-panel .modal-wrapper .modal-title,
  .slide-over-panel .slide-over-panel-wrapper .modal-title {
    font-size: 21px;
    line-height: 25px;
  }
  h4,
  .h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }
  h6,
  .h6 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 44px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: 36px;
  }
  h3,
  .h3,
  .card .card-header,
  .modal .modal-wrapper .modal-title,
  .slide-over-panel .modal-wrapper .modal-title,
  .slide-over-panel .slide-over-panel-wrapper .modal-title {
    font-size: 24px;
    line-height: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h6,
  .h6 {
    font-size: 14px;
    line-height: 18px;
  }
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.ui-icon,
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.notification .close-icon,
.notification .notification-icon,
.modal .inline-close,
.slide-over-panel .inline-close,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-s {
  font-size: 18px;
}
.ui-icon-m,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-l {
  font-size: 36px;
}
@font-face {
  font-family: "ui-icon";
  src: url("./media/ui-icon.woff2") format("woff2"), url("./media/ui-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.notification .close-icon,
.notification .notification-icon,
.modal .inline-close,
.slide-over-panel .inline-close,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.ui-icon,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-family: "ui-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.modal,
.slide-over-panel {
  display: none;
  position: fixed;
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.modal .ui-close:before,
.modal .notification .close-icon:before,
.notification .modal .close-icon:before,
.slide-over-panel .ui-close:before,
.slide-over-panel .notification .close-icon:before,
.notification .slide-over-panel .close-icon:before,
.modal .inline-close:before,
.slide-over-panel .inline-close:before {
  content: "\e926";
}
.modal.is-active,
.is-active.slide-over-panel {
  display: flex;
  background-color: var(--color-kux-modal-active-background);
}
.modal .inline-close,
.slide-over-panel .inline-close {
  color: var(--color-kux-close-icon);
  position: absolute;
  top: 16px;
  cursor: pointer;
}
.modal .modal-wrapper,
.slide-over-panel .modal-wrapper,
.slide-over-panel .slide-over-panel-wrapper {
  background-color: var(--color-kux-card-background);
  padding: 24px;
  position: relative;
  max-width: 50%;
  width: calc(100% * 6 / 12);
  border-radius: 12px;
  box-shadow:
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12),
    0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .modal .modal-wrapper,
  .slide-over-panel .modal-wrapper,
  .slide-over-panel .slide-over-panel-wrapper {
    min-width: calc(100vw - 50px);
    padding: 16px 16px 24px;
  }
  .modal .modal-wrapper .button-group .button,
  .slide-over-panel .modal-wrapper .button-group .button,
  .slide-over-panel .slide-over-panel-wrapper .button-group .button {
    margin-right: 0;
    width: 100%;
  }
  .modal .modal-wrapper .button-group .button:last-of-type,
  .slide-over-panel .modal-wrapper .button-group .button:last-of-type,
  .slide-over-panel .slide-over-panel-wrapper .button-group .button:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .modal .modal-wrapper .button-group .button,
  .slide-over-panel .modal-wrapper .button-group .button,
  .slide-over-panel .slide-over-panel-wrapper .button-group .button {
    margin-bottom: 0;
  }
  .modal .modal-wrapper .button-group.has-primary-focus,
  .slide-over-panel .modal-wrapper .button-group.has-primary-focus,
  .slide-over-panel .slide-over-panel-wrapper .button-group.has-primary-focus {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .modal .modal-wrapper .button-group.has-primary-focus .button:not(:last-child),
  .slide-over-panel .modal-wrapper .button-group.has-primary-focus .button:not(:last-child),
  .slide-over-panel .slide-over-panel-wrapper .button-group.has-primary-focus .button:not(:last-child) {
    margin-right: 0;
    margin-left: 16px;
  }
}
.modal .modal-wrapper .modal-header,
.modal .modal-wrapper .slide-over-panel .slide-over-panel-header,
.slide-over-panel .modal-wrapper .modal-header,
.slide-over-panel .slide-over-panel-wrapper .modal-header,
.slide-over-panel .modal-wrapper .slide-over-panel-header,
.slide-over-panel .slide-over-panel-wrapper .slide-over-panel-header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.modal .modal-wrapper .modal-content > :first-child:not(.modal-title),
.modal .modal-wrapper .slide-over-panel .slide-over-panel-content > :first-child:not(.modal-title),
.slide-over-panel .modal-wrapper .modal-content > :first-child:not(.modal-title),
.slide-over-panel .modal-wrapper .slide-over-panel-content > :first-child:not(.modal-title),
.slide-over-panel .slide-over-panel-wrapper .modal-content > :first-child:not(.modal-title),
.slide-over-panel .slide-over-panel-wrapper .slide-over-panel-content > :first-child:not(.modal-title),
.modal .modal-wrapper .modal-content .modal-title + *,
.modal .modal-wrapper .slide-over-panel .slide-over-panel-content .modal-title + *,
.slide-over-panel .modal-wrapper .modal-content .modal-title + *,
.slide-over-panel .modal-wrapper .slide-over-panel-content .modal-title + *,
.slide-over-panel .slide-over-panel-wrapper .modal-content .modal-title + *,
.slide-over-panel .slide-over-panel-wrapper .slide-over-panel-content .modal-title + * {
  margin-top: 0;
  padding-top: 0;
}
.modal .modal-wrapper .modal-content > :last-child,
.modal .modal-wrapper .slide-over-panel .slide-over-panel-content > :last-child,
.slide-over-panel .modal-wrapper .modal-content > :last-child,
.slide-over-panel .modal-wrapper .slide-over-panel-content > :last-child,
.slide-over-panel .slide-over-panel-wrapper .modal-content > :last-child,
.slide-over-panel .slide-over-panel-wrapper .slide-over-panel-content > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.modal .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .modal-title {
  font-weight: 600;
  padding-bottom: 16px;
}
.modal .modal-wrapper .modal-title.is-green,
.slide-over-panel .modal-wrapper .modal-title.is-green,
.slide-over-panel .slide-over-panel-wrapper .modal-title.is-green {
  color: var(--color-kux-heading-primary);
}
.modal .modal-wrapper .button-group,
.slide-over-panel .modal-wrapper .button-group,
.slide-over-panel .slide-over-panel-wrapper .button-group {
  padding-top: 48px;
}
.modal .modal-wrapper .button-group .button,
.slide-over-panel .modal-wrapper .button-group .button,
.slide-over-panel .slide-over-panel-wrapper .button-group .button {
  margin-top: 0;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.is-none {
  display: none !important;
}
.is-inline {
  display: inline !important;
}
.is-inline-block {
  display: inline-block !important;
}
.is-block {
  display: block !important;
}
.is-flex {
  display: flex !important;
}
.is-inline-flex {
  display: inline-flex !important;
}
@media screen and (max-width: 767px) {
  .is-xs-none {
    display: none !important;
  }
  .is-xs-inline {
    display: inline !important;
  }
  .is-xs-inline-block {
    display: inline-block !important;
  }
  .is-xs-block {
    display: block !important;
  }
  .is-xs-flex {
    display: flex !important;
  }
  .is-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .is-sm-none {
    display: none !important;
  }
  .is-sm-inline {
    display: inline !important;
  }
  .is-sm-inline-block {
    display: inline-block !important;
  }
  .is-sm-block {
    display: block !important;
  }
  .is-sm-flex {
    display: flex !important;
  }
  .is-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .is-md-none {
    display: none !important;
  }
  .is-md-inline {
    display: inline !important;
  }
  .is-md-inline-block {
    display: inline-block !important;
  }
  .is-md-block {
    display: block !important;
  }
  .is-md-flex {
    display: flex !important;
  }
  .is-md-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-lg-none {
    display: none !important;
  }
  .is-lg-inline {
    display: inline !important;
  }
  .is-lg-inline-block {
    display: inline-block !important;
  }
  .is-lg-block {
    display: block !important;
  }
  .is-lg-flex {
    display: flex !important;
  }
  .is-lg-inline-flex {
    display: inline-flex !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.slide-over-panel {
  align-items: flex-end;
  padding: 0;
}
.slide-over-panel.is-active {
  position: fixed;
}
.slide-over-panel .slide-over-panel-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 0px;
  width: calc(100% - 40px);
}
.slide-over-panel .slide-over-panel-title.is-green {
  color: var(--color-kux-heading-primary);
}
.slide-over-panel .slide-over-panel-wrapper {
  background-color: var(--color-kux-card-background);
  border-radius: 0;
  height: 100%;
  padding: 24px 16px;
}
@media screen and (min-width: 992px) {
  .slide-over-panel .slide-over-panel-wrapper {
    width: 33%;
  }
}
.slide-over-panel .slide-over-panel-content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.slide-over-panel .inline-close {
  color: var(--color-kux-close-icon);
  padding: 0.35em;
  top: 20px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .slide-over-panel .inline-close {
    top: 18px;
  }
}
.slide-over-panel .slide-in-right {
  -webkit-animation-name: slideInRightAnimation;
  animation-name: slideInRightAnimation;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slide-over-panel .slide-out-right {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInRightAnimation {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRightAnimation {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.is-bold,
.is-bold-i {
  font-weight: 700;
}
.is-semibold,
.is-semibold-i {
  font-weight: 600;
}
.is-regular,
.is-regular-i {
  font-weight: 400;
}
.is-bold-i,
.is-semibold-i,
.is-regular-i,
.is-italic {
  font-style: italic;
}
.is-underlined {
  text-decoration: underline;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.card .card-header,
.modal .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .modal-title {
  font-family:
    "KPN-Metric",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
}
h1,
.h1 {
  color: var(--color-kux-heading-primary);
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 28px;
}
h3,
.h3,
.card .card-header,
.modal .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .modal-title {
  font-size: 20px;
  line-height: 24px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 20px;
}
h6,
.h6 {
  font-size: 15px;
  line-height: 18px;
}
small,
.small-text {
  font-size: 12px;
  line-height: 16px;
}
.is-text-white h1,
.is-text-white .h1,
.is-text-white h2,
.is-text-white .h2,
.is-text-white h3,
.is-text-white .h3,
.is-text-white .card .card-header,
.card .is-text-white .card-header,
.is-text-white .modal .modal-wrapper .modal-title,
.modal .modal-wrapper .is-text-white .modal-title,
.is-text-white .slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .is-text-white .modal-title,
.is-text-white .slide-over-panel .slide-over-panel-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .is-text-white .modal-title {
  color: var(--color-kux-background);
}
.is-text-black h1,
.is-text-black .h1,
.is-text-black h2,
.is-text-black .h2,
.is-text-black h3,
.is-text-black .h3,
.is-text-black .card .card-header,
.card .is-text-black .card-header,
.is-text-black .modal .modal-wrapper .modal-title,
.modal .modal-wrapper .is-text-black .modal-title,
.is-text-black .slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .is-text-black .modal-title,
.is-text-black .slide-over-panel .slide-over-panel-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .is-text-black .modal-title {
  color: var(--color-kux-text);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 27px;
    line-height: 31px;
  }
  h3,
  .h3,
  .card .card-header,
  .modal .modal-wrapper .modal-title,
  .slide-over-panel .modal-wrapper .modal-title,
  .slide-over-panel .slide-over-panel-wrapper .modal-title {
    font-size: 21px;
    line-height: 25px;
  }
  h4,
  .h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }
  h6,
  .h6 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 44px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: 36px;
  }
  h3,
  .h3,
  .card .card-header,
  .modal .modal-wrapper .modal-title,
  .slide-over-panel .modal-wrapper .modal-title,
  .slide-over-panel .slide-over-panel-wrapper .modal-title {
    font-size: 24px;
    line-height: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h6,
  .h6 {
    font-size: 14px;
    line-height: 18px;
  }
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.ui-icon,
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.notification .close-icon,
.notification .notification-icon,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close {
  font-size: 24px;
}
.ui-icon-s {
  font-size: 18px;
}
.ui-icon-m,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-l {
  font-size: 36px;
}
@font-face {
  font-family: "ui-icon";
  src: url("./media/ui-icon.woff2") format("woff2"), url("./media/ui-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.notification .close-icon,
.notification .notification-icon,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.ui-icon,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close {
  font-family: "ui-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.modal,
.slide-over-panel {
  display: none;
  position: fixed;
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.modal .ui-close:before,
.modal .notification .close-icon:before,
.notification .modal .close-icon:before,
.slide-over-panel .ui-close:before,
.slide-over-panel .notification .close-icon:before,
.notification .slide-over-panel .close-icon:before,
.modal .inline-close:before,
.slide-over-panel .inline-close:before {
  content: "\e926";
}
.modal.is-active,
.is-active.slide-over-panel {
  display: flex;
  background-color: var(--color-kux-modal-active-background);
}
.modal .inline-close,
.slide-over-panel .inline-close {
  color: var(--color-kux-close-icon);
  position: absolute;
  top: 16px;
  cursor: pointer;
}
.modal .modal-wrapper,
.slide-over-panel .modal-wrapper,
.slide-over-panel .slide-over-panel-wrapper {
  background-color: var(--color-kux-card-background);
  padding: 24px;
  position: relative;
  max-width: 50%;
  width: calc(100% * 6 / 12);
  border-radius: 12px;
  box-shadow:
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12),
    0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .modal .modal-wrapper,
  .slide-over-panel .modal-wrapper,
  .slide-over-panel .slide-over-panel-wrapper {
    min-width: calc(100vw - 50px);
    padding: 16px 16px 24px;
  }
  .modal .modal-wrapper .button-group .button,
  .slide-over-panel .modal-wrapper .button-group .button,
  .slide-over-panel .slide-over-panel-wrapper .button-group .button {
    margin-right: 0;
    width: 100%;
  }
  .modal .modal-wrapper .button-group .button:last-of-type,
  .slide-over-panel .modal-wrapper .button-group .button:last-of-type,
  .slide-over-panel .slide-over-panel-wrapper .button-group .button:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .modal .modal-wrapper .button-group .button,
  .slide-over-panel .modal-wrapper .button-group .button,
  .slide-over-panel .slide-over-panel-wrapper .button-group .button {
    margin-bottom: 0;
  }
  .modal .modal-wrapper .button-group.has-primary-focus,
  .slide-over-panel .modal-wrapper .button-group.has-primary-focus,
  .slide-over-panel .slide-over-panel-wrapper .button-group.has-primary-focus {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .modal .modal-wrapper .button-group.has-primary-focus .button:not(:last-child),
  .slide-over-panel .modal-wrapper .button-group.has-primary-focus .button:not(:last-child),
  .slide-over-panel .slide-over-panel-wrapper .button-group.has-primary-focus .button:not(:last-child) {
    margin-right: 0;
    margin-left: 16px;
  }
}
.modal .modal-wrapper .modal-header,
.slide-over-panel .modal-wrapper .modal-header,
.slide-over-panel .slide-over-panel-wrapper .modal-header,
.modal .modal-wrapper .slide-over-panel .slide-over-panel-header,
.slide-over-panel .modal-wrapper .slide-over-panel-header,
.slide-over-panel .slide-over-panel-wrapper .slide-over-panel-header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.modal .modal-wrapper .modal-content > :first-child:not(.modal-title),
.slide-over-panel .modal-wrapper .modal-content > :first-child:not(.modal-title),
.slide-over-panel .slide-over-panel-wrapper .modal-content > :first-child:not(.modal-title),
.modal .modal-wrapper .slide-over-panel .slide-over-panel-content > :first-child:not(.modal-title),
.slide-over-panel .modal-wrapper .slide-over-panel-content > :first-child:not(.modal-title),
.slide-over-panel .slide-over-panel-wrapper .slide-over-panel-content > :first-child:not(.modal-title),
.modal .modal-wrapper .modal-content .modal-title + *,
.slide-over-panel .modal-wrapper .modal-content .modal-title + *,
.slide-over-panel .slide-over-panel-wrapper .modal-content .modal-title + *,
.modal .modal-wrapper .slide-over-panel .slide-over-panel-content .modal-title + *,
.slide-over-panel .modal-wrapper .slide-over-panel-content .modal-title + *,
.slide-over-panel .slide-over-panel-wrapper .slide-over-panel-content .modal-title + * {
  margin-top: 0;
  padding-top: 0;
}
.modal .modal-wrapper .modal-content > :last-child,
.slide-over-panel .modal-wrapper .modal-content > :last-child,
.slide-over-panel .slide-over-panel-wrapper .modal-content > :last-child,
.modal .modal-wrapper .slide-over-panel .slide-over-panel-content > :last-child,
.slide-over-panel .modal-wrapper .slide-over-panel-content > :last-child,
.slide-over-panel .slide-over-panel-wrapper .slide-over-panel-content > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.modal .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .modal-title {
  font-weight: 600;
  padding-bottom: 16px;
}
.modal .modal-wrapper .modal-title.is-green,
.slide-over-panel .modal-wrapper .modal-title.is-green,
.slide-over-panel .slide-over-panel-wrapper .modal-title.is-green {
  color: var(--color-kux-heading-primary);
}
.modal .modal-wrapper .button-group,
.slide-over-panel .modal-wrapper .button-group,
.slide-over-panel .slide-over-panel-wrapper .button-group {
  padding-top: 48px;
}
.modal .modal-wrapper .button-group .button,
.slide-over-panel .modal-wrapper .button-group .button,
.slide-over-panel .slide-over-panel-wrapper .button-group .button {
  margin-top: 0;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.ui-icon,
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.notification .close-icon,
.notification .notification-icon,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close {
  font-size: 24px;
}
.ui-icon-s {
  font-size: 18px;
}
.ui-icon-m,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-l {
  font-size: 36px;
}
@font-face {
  font-family: "ui-icon";
  src: url("./media/ui-icon.woff2") format("woff2"), url("./media/ui-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.notification .close-icon,
.notification .notification-icon,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.ui-icon,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close {
  font-family: "ui-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.notification {
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  margin-bottom: 24px;
  background-color: var(--color-kux-background);
}
.notification .ui-check:before,
.notification.success .notification-icon:before {
  content: "\e91d";
}
.notification .ui-warning:before,
.notification.caution .notification-icon:before {
  content: "\e9b9";
}
.notification .ui-error:before,
.notification.error .notification-icon:before {
  content: "\e936";
}
.notification .ui-info:before,
.notification.info .notification-icon:before {
  content: "\e952";
}
.notification .ui-close:before,
.notification .close-icon:before,
.notification .modal .inline-close:before,
.modal .notification .inline-close:before,
.notification .slide-over-panel .inline-close:before,
.slide-over-panel .notification .inline-close:before {
  content: "\e926";
}
.notification .notification-header {
  padding: 12px 16px 16px 52px;
}
.notification .notification-icon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
  font-size: 24px;
}
.notification.success .notification-header {
  border-top: 4px solid var(--color-kux-succes);
  background-color: var(--color-kux-succes-with-alpha);
}
.notification.success .notification-icon {
  color: var(--color-kux-succes);
}
.notification.caution .notification-header {
  border-top: 4px solid var(--color-kux-caution);
  background-color: var(--color-kux-caution-with-alpha);
}
.notification.caution .notification-icon {
  color: var(--color-kux-caution);
}
.notification.error .notification-header {
  border-top: 4px solid var(--color-kux-error);
  background-color: var(--color-kux-error-with-alpha);
}
.notification.error .notification-icon {
  color: var(--color-kux-error);
}
.notification.info .notification-header {
  border-top: 4px solid var(--color-kux-info);
  background-color: var(--color-kux-info-with-alpha);
}
.notification.info .notification-icon {
  color: var(--color-kux-info);
}
.notification .close-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 16px;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  color: var(--color-kux-close-icon);
  text-decoration: none;
}
.notification.is-dismissable .close-icon {
  display: inline-block;
}
.notification.is-dismissable .notification-header {
  padding-right: 42px;
}
.notification.is-toaster {
  box-shadow:
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12),
    0 5px 5px -3px rgba(0, 0, 0, 0.2);
  display: none;
  position: relative;
}
.notification.is-toaster.is-dismissable:not(.has-link) .close-icon {
  cursor: pointer;
  width: 100%;
  height: 100%;
  direction: rtl;
  padding-right: 16px;
  padding-top: 16px;
}
.notification.is-toaster.has-link .hyperlink::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.notification.is-toaster.slide-in {
  animation: kux-toaster-appear 1000ms 300ms cubic-bezier(0.34, 1.8, 0.64, 1) forwards;
}
@keyframes kux-toaster-appear {
  from {
    opacity: 0;
    transform: translate(0, -16px);
  }
  to {
    opacity: 1;
    transform: translate(0, 16px);
  }
}
.notification.is-toaster.slide-out {
  animation: kux-toaster-disappear 1000ms cubic-bezier(1, -0.64, 1, 1) forwards;
}
@keyframes kux-toaster-disappear {
  from {
    opacity: 1;
    transform: translate(0, 16px);
  }
  to {
    opacity: 0;
    transform: translate(0, -16px);
  }
}
.notification.is-toaster.is-active {
  display: block;
  opacity: 0;
  z-index: 2;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.spinner.is-loading::before,
.spinner::before,
.button.is-loading::before,
.button.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.spinner.is-green::before {
  border: 2px solid #090;
  border-right-color: var(--color-kux-card-background);
  border-bottom-color: var(--color-kux-card-background);
  border-left-color: var(--color-kux-card-background);
}
body[data-kux-theme=dark] .spinner.is-green::before {
  border: 2px solid #00c300;
  border-right-color: var(--color-kux-card-background);
  border-bottom-color: var(--color-kux-card-background);
  border-left-color: var(--color-kux-card-background);
}
body[data-kux-theme=tv] .spinner.is-green::before {
  border: 2px solid #00a800;
  border-right-color: var(--color-kux-card-background);
  border-bottom-color: var(--color-kux-card-background);
  border-left-color: var(--color-kux-card-background);
}
.spinner.is-grey::before {
  border: 2px solid #f3f3f3;
  border-right-color: var(--color-kux-card-background);
  border-bottom-color: var(--color-kux-card-background);
  border-left-color: var(--color-kux-card-background);
}
body[data-kux-theme=dark] .spinner.is-grey::before {
  border: 2px solid #333;
  border-right-color: var(--color-kux-card-background);
  border-bottom-color: var(--color-kux-card-background);
  border-left-color: var(--color-kux-card-background);
}
body[data-kux-theme=tv] .spinner.is-grey::before {
  border: 2px solid #737373;
  border-right-color: var(--color-kux-card-background);
  border-bottom-color: var(--color-kux-card-background);
  border-left-color: var(--color-kux-card-background);
}
.spinner.is-black::before {
  border: 2px solid #232323;
  border-right-color: var(--color-kux-card-background);
  border-bottom-color: var(--color-kux-card-background);
  border-left-color: var(--color-kux-card-background);
}
body[data-kux-theme=dark] .spinner.is-black::before {
  border: 2px solid #f3f3f3;
  border-right-color: var(--color-kux-card-background);
  border-bottom-color: var(--color-kux-card-background);
  border-left-color: var(--color-kux-card-background);
}
body[data-kux-theme=tv] .spinner.is-black::before {
  border: 2px solid #e3e3e3;
  border-right-color: var(--color-kux-card-background);
  border-bottom-color: var(--color-kux-card-background);
  border-left-color: var(--color-kux-card-background);
}
.spinner.is-white::before {
  border: 2px solid #fff;
  border-right-color: var(--color-kux-card-background);
  border-bottom-color: var(--color-kux-card-background);
  border-left-color: var(--color-kux-card-background);
}
body[data-kux-theme=dark] .spinner.is-white::before {
  border: 2px solid #232323;
  border-right-color: var(--color-kux-card-background);
  border-bottom-color: var(--color-kux-card-background);
  border-left-color: var(--color-kux-card-background);
}
body[data-kux-theme=tv] .spinner.is-white::before {
  border: 2px solid #0c0c0c;
  border-right-color: var(--color-kux-card-background);
  border-bottom-color: var(--color-kux-card-background);
  border-left-color: var(--color-kux-card-background);
}
.spinner {
  display: block;
  position: relative;
  min-height: 28px;
}
.spinner.is-loading::before,
.spinner::before {
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  content: "";
  top: 7px;
  left: 10px;
  height: 28px;
  width: 28px;
  z-index: 1;
}
.spinner.is-loading.is-full-width::before,
.spinner.is-full-width::before {
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  content: "";
  display: inline-block;
  height: 28px;
  width: 28px;
  z-index: 1;
  position: unset;
  margin-right: 12px;
}
@keyframes spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.spinner.is-blocking::after {
  background-color: var(--color-kux-background-secondary-alpha);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.spinner::before {
  left: calc(50% - 28px / 2);
  top: calc(50% - 28px / 2);
}
.spinner .has-title {
  left: 50%;
  position: absolute;
  top: calc(50% + 28px / 2);
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.ui-icon,
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon {
  font-size: 24px;
}
.ui-icon-s {
  font-size: 18px;
}
.ui-icon-m,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-l {
  font-size: 36px;
}
@font-face {
  font-family: "ui-icon";
  src: url("./media/ui-icon.woff2") format("woff2"), url("./media/ui-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.ui-icon,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon {
  font-family: "ui-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.si-icon,
.si-icon-s,
.si-icon-m,
.si-icon-l,
.si-icon-xl,
.si-icon-xxl,
.si-icon {
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .si-icon,
  .si-icon-s,
  .si-icon-m,
  .si-icon-l,
  .si-icon-xl,
  .si-icon-xxl,
  .si-icon {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon,
  .si-icon-s,
  .si-icon-m,
  .si-icon-l,
  .si-icon-xl,
  .si-icon-xxl,
  .si-icon {
    font-size: 30px;
  }
}
.si-icon-s {
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .si-icon-s {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-s {
    font-size: 30px;
  }
}
.si-icon-m {
  font-size: 56px;
}
@media screen and (max-width: 991px) {
  .si-icon-m {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-m {
    font-size: 35px;
  }
}
.si-icon-l {
  font-size: 64px;
}
@media screen and (max-width: 991px) {
  .si-icon-l {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-l {
    font-size: 40px;
  }
}
.si-icon-xl {
  font-size: 72px;
}
@media screen and (max-width: 991px) {
  .si-icon-xl {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-xl {
    font-size: 45px;
  }
}
.si-icon-xxl {
  font-size: 96px;
}
@media screen and (max-width: 991px) {
  .si-icon-xxl {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-xxl {
    font-size: 60px;
  }
}
@font-face {
  font-family: "si-icons";
  src: url("./media/si-icons.woff2") format("woff2"), url("./media/si-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.si-icon-s,
.si-icon-m,
.si-icon-l,
.si-icon-xl,
.si-icon-xxl,
.si-icon {
  font-family: "si-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.ui-icon,
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon {
  font-size: 24px;
}
.ui-icon-s {
  font-size: 18px;
}
.ui-icon-m,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-l {
  font-size: 36px;
}
@font-face {
  font-family: "ui-icon";
  src: url("./media/ui-icon.woff2") format("woff2"), url("./media/ui-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.ui-icon,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon {
  font-family: "ui-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.hyperlink .ui-arrow-right:before,
.card .card-content a.hyperlink .ui-arrow-right:before {
  content: "\e907";
}
.hyperlink .ui-arrow-left:before,
.card .card-content a.hyperlink .ui-arrow-left:before {
  content: "\e906";
}
.hyperlink .ui-external-link:before,
.card .card-content a.hyperlink .ui-external-link:before {
  content: "\e938";
}
.hyperlink,
.card .card-content a.hyperlink {
  color: var(--color-kux-link-color);
  cursor: default;
  text-decoration: none;
  background: none;
}
.hyperlink .ui-icon,
.card .card-content a.hyperlink .ui-icon,
.hyperlink .form-group .input-control .input-icon,
.form-group .input-control .hyperlink .input-icon,
.hyperlink .list.check > li::before,
.hyperlink .list.link > li::before,
.hyperlink .list.icon > li::before,
.hyperlink .tooltip .tooltip-trigger,
.tooltip .hyperlink .tooltip-trigger,
.hyperlink .card .card-container-list ul li::after,
.card .card-container-list ul .hyperlink li::after,
.card .card-content a.hyperlink .tooltip .tooltip-trigger,
.tooltip .card .card-content a.hyperlink .tooltip-trigger,
.card .card-content a.hyperlink .card-container-list ul li::after,
.hyperlink .card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .hyperlink .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .hyperlink .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li:nth-child(1)::after,
.hyperlink .card-list-item .list-item-content .right-side:empty::after,
.card-list-item .hyperlink .list-item-content .right-side:empty::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .hyperlink .list-item-content .right-side:empty::after,
.card-list-item .list-item-content .hyperlink .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .hyperlink .right-side:empty::after,
.hyperlink .has-arrow.card-list::after,
.hyperlink .list-item .has-arrow.list-container::after,
.list-item .hyperlink .has-arrow.list-container::after,
.hyperlink .ui-icon-s,
.card .card-content a.hyperlink .ui-icon-s,
.hyperlink .ui-icon-m,
.card .card-content a.hyperlink .ui-icon-m,
.hyperlink .ui-icon-l,
.card .card-content a.hyperlink .ui-icon-l,
.hyperlink .accordion .accordion-panel label::after,
.accordion .accordion-panel .hyperlink label::after,
.hyperlink .accordion .accordion-panel label::before,
.accordion .accordion-panel .hyperlink label::before,
.hyperlink .breadcrumb ol li + li::before,
.card .card-content a.hyperlink .breadcrumb ol li + li::before,
.breadcrumb ol .hyperlink li + li::before,
.breadcrumb ol .card .card-content a.hyperlink li + li::before,
.card .card-content .breadcrumb ol a.hyperlink li + li::before,
.hyperlink .breadcrumb ul li + li::before,
.card .card-content a.hyperlink .breadcrumb ul li + li::before,
.breadcrumb ul .hyperlink li + li::before,
.breadcrumb ul .card .card-content a.hyperlink li + li::before,
.card .card-content .breadcrumb ul a.hyperlink li + li::before,
.hyperlink .modal .inline-close,
.card .card-content a.hyperlink .modal .inline-close,
.modal .hyperlink .inline-close,
.modal .card .card-content a.hyperlink .inline-close,
.card .card-content .modal a.hyperlink .inline-close,
.hyperlink .slide-over-panel .inline-close,
.card .card-content a.hyperlink .slide-over-panel .inline-close,
.slide-over-panel .hyperlink .inline-close,
.slide-over-panel .card .card-content a.hyperlink .inline-close,
.card .card-content .slide-over-panel a.hyperlink .inline-close,
.hyperlink .notification .notification-icon,
.card .card-content a.hyperlink .notification .notification-icon,
.notification .hyperlink .notification-icon,
.notification .card .card-content a.hyperlink .notification-icon,
.card .card-content .notification a.hyperlink .notification-icon,
.hyperlink .notification .close-icon,
.card .card-content a.hyperlink .notification .close-icon,
.notification .hyperlink .close-icon,
.notification .card .card-content a.hyperlink .close-icon,
.card .card-content .notification a.hyperlink .close-icon {
  display: inline-block;
}
.hyperlink .ui-icon.ui-arrow-right,
.card .card-content a.hyperlink .ui-icon.ui-arrow-right,
.hyperlink .form-group .input-control .ui-arrow-right.input-icon,
.form-group .input-control .hyperlink .ui-arrow-right.input-icon,
.hyperlink .list.check > li.ui-arrow-right::before,
.hyperlink .list.link > li.ui-arrow-right::before,
.hyperlink .list.icon > li.ui-arrow-right::before,
.hyperlink .tooltip .ui-arrow-right.tooltip-trigger,
.tooltip .hyperlink .ui-arrow-right.tooltip-trigger,
.hyperlink .card .card-container-list ul li.ui-arrow-right::after,
.card .card-container-list ul .hyperlink li.ui-arrow-right::after,
.card .card-content a.hyperlink .card-container-list ul li.ui-arrow-right::after,
.hyperlink .card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li.ui-arrow-right:nth-child(1)::after,
.card-list-item .hyperlink .list-item-content .right-side:not(.has-no-arrow) ul li.ui-arrow-right:nth-child(1)::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li.ui-arrow-right:nth-child(1)::after,
.list-item .list-container .list-item-list .hyperlink .list-item-content .right-side:not(.has-no-arrow) ul li.ui-arrow-right:nth-child(1)::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li.ui-arrow-right:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li.ui-arrow-right:nth-child(1)::after,
.hyperlink .card-list-item .list-item-content .ui-arrow-right.right-side:empty::after,
.card-list-item .hyperlink .list-item-content .ui-arrow-right.right-side:empty::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .ui-arrow-right.right-side:empty::after,
.list-item .list-container .list-item-list .hyperlink .list-item-content .ui-arrow-right.right-side:empty::after,
.card-list-item .list-item-content .hyperlink .ui-arrow-right.right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .hyperlink .ui-arrow-right.right-side:empty::after,
.hyperlink .ui-arrow-right.has-arrow.card-list::after,
.hyperlink .list-item .ui-arrow-right.has-arrow.list-container::after,
.list-item .hyperlink .ui-arrow-right.has-arrow.list-container::after,
.hyperlink .ui-arrow-right.ui-icon-s,
.card .card-content a.hyperlink .ui-arrow-right.ui-icon-s,
.hyperlink .ui-arrow-right.ui-icon-m,
.card .card-content a.hyperlink .ui-arrow-right.ui-icon-m,
.hyperlink .ui-arrow-right.ui-icon-l,
.card .card-content a.hyperlink .ui-arrow-right.ui-icon-l,
.hyperlink .accordion .accordion-panel label.ui-arrow-right::after,
.accordion .accordion-panel .hyperlink label.ui-arrow-right::after,
.hyperlink .accordion .accordion-panel label.ui-arrow-right::before,
.accordion .accordion-panel .hyperlink label.ui-arrow-right::before,
.hyperlink .breadcrumb ol li + li.ui-arrow-right::before,
.breadcrumb ol .hyperlink li + li.ui-arrow-right::before,
.hyperlink .breadcrumb ul li + li.ui-arrow-right::before,
.breadcrumb ul .hyperlink li + li.ui-arrow-right::before,
.hyperlink .modal .ui-arrow-right.inline-close,
.modal .hyperlink .ui-arrow-right.inline-close,
.hyperlink .slide-over-panel .ui-arrow-right.inline-close,
.slide-over-panel .hyperlink .ui-arrow-right.inline-close,
.hyperlink .notification .ui-arrow-right.notification-icon,
.notification .hyperlink .ui-arrow-right.notification-icon,
.hyperlink .notification .ui-arrow-right.close-icon,
.notification .hyperlink .ui-arrow-right.close-icon,
.hyperlink .ui-icon.ui-arrow-left,
.card .card-content a.hyperlink .ui-icon.ui-arrow-left,
.hyperlink .form-group .input-control .ui-arrow-left.input-icon,
.form-group .input-control .hyperlink .ui-arrow-left.input-icon,
.hyperlink .list.check > li.ui-arrow-left::before,
.hyperlink .list.link > li.ui-arrow-left::before,
.hyperlink .list.icon > li.ui-arrow-left::before,
.hyperlink .tooltip .ui-arrow-left.tooltip-trigger,
.tooltip .hyperlink .ui-arrow-left.tooltip-trigger,
.hyperlink .card .card-container-list ul li.ui-arrow-left::after,
.card .card-container-list ul .hyperlink li.ui-arrow-left::after,
.card .card-content a.hyperlink .card-container-list ul li.ui-arrow-left::after,
.hyperlink .card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li.ui-arrow-left:nth-child(1)::after,
.card-list-item .hyperlink .list-item-content .right-side:not(.has-no-arrow) ul li.ui-arrow-left:nth-child(1)::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li.ui-arrow-left:nth-child(1)::after,
.list-item .list-container .list-item-list .hyperlink .list-item-content .right-side:not(.has-no-arrow) ul li.ui-arrow-left:nth-child(1)::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li.ui-arrow-left:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li.ui-arrow-left:nth-child(1)::after,
.hyperlink .card-list-item .list-item-content .ui-arrow-left.right-side:empty::after,
.card-list-item .hyperlink .list-item-content .ui-arrow-left.right-side:empty::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .ui-arrow-left.right-side:empty::after,
.list-item .list-container .list-item-list .hyperlink .list-item-content .ui-arrow-left.right-side:empty::after,
.card-list-item .list-item-content .hyperlink .ui-arrow-left.right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .hyperlink .ui-arrow-left.right-side:empty::after,
.hyperlink .ui-arrow-left.has-arrow.card-list::after,
.hyperlink .list-item .ui-arrow-left.has-arrow.list-container::after,
.list-item .hyperlink .ui-arrow-left.has-arrow.list-container::after,
.hyperlink .ui-arrow-left.ui-icon-s,
.card .card-content a.hyperlink .ui-arrow-left.ui-icon-s,
.hyperlink .ui-arrow-left.ui-icon-m,
.card .card-content a.hyperlink .ui-arrow-left.ui-icon-m,
.hyperlink .ui-arrow-left.ui-icon-l,
.card .card-content a.hyperlink .ui-arrow-left.ui-icon-l,
.hyperlink .accordion .accordion-panel label.ui-arrow-left::after,
.accordion .accordion-panel .hyperlink label.ui-arrow-left::after,
.hyperlink .accordion .accordion-panel label.ui-arrow-left::before,
.accordion .accordion-panel .hyperlink label.ui-arrow-left::before,
.hyperlink .breadcrumb ol li + li.ui-arrow-left::before,
.breadcrumb ol .hyperlink li + li.ui-arrow-left::before,
.hyperlink .breadcrumb ul li + li.ui-arrow-left::before,
.breadcrumb ul .hyperlink li + li.ui-arrow-left::before,
.hyperlink .modal .ui-arrow-left.inline-close,
.modal .hyperlink .ui-arrow-left.inline-close,
.hyperlink .slide-over-panel .ui-arrow-left.inline-close,
.slide-over-panel .hyperlink .ui-arrow-left.inline-close,
.hyperlink .notification .ui-arrow-left.notification-icon,
.notification .hyperlink .ui-arrow-left.notification-icon,
.hyperlink .notification .ui-arrow-left.close-icon,
.notification .hyperlink .ui-arrow-left.close-icon {
  vertical-align: sub;
}
.hyperlink .ui-icon.ui-external-link,
.card .card-content a.hyperlink .ui-icon.ui-external-link,
.hyperlink .form-group .input-control .ui-external-link.input-icon,
.form-group .input-control .hyperlink .ui-external-link.input-icon,
.hyperlink .list.check > li.ui-external-link::before,
.hyperlink .list.link > li.ui-external-link::before,
.hyperlink .list.icon > li.ui-external-link::before,
.hyperlink .tooltip .ui-external-link.tooltip-trigger,
.tooltip .hyperlink .ui-external-link.tooltip-trigger,
.hyperlink .card .card-container-list ul li.ui-external-link::after,
.card .card-container-list ul .hyperlink li.ui-external-link::after,
.card .card-content a.hyperlink .card-container-list ul li.ui-external-link::after,
.hyperlink .card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li.ui-external-link:nth-child(1)::after,
.card-list-item .hyperlink .list-item-content .right-side:not(.has-no-arrow) ul li.ui-external-link:nth-child(1)::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li.ui-external-link:nth-child(1)::after,
.list-item .list-container .list-item-list .hyperlink .list-item-content .right-side:not(.has-no-arrow) ul li.ui-external-link:nth-child(1)::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li.ui-external-link:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li.ui-external-link:nth-child(1)::after,
.hyperlink .card-list-item .list-item-content .ui-external-link.right-side:empty::after,
.card-list-item .hyperlink .list-item-content .ui-external-link.right-side:empty::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .ui-external-link.right-side:empty::after,
.list-item .list-container .list-item-list .hyperlink .list-item-content .ui-external-link.right-side:empty::after,
.card-list-item .list-item-content .hyperlink .ui-external-link.right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .hyperlink .ui-external-link.right-side:empty::after,
.hyperlink .ui-external-link.has-arrow.card-list::after,
.hyperlink .list-item .ui-external-link.has-arrow.list-container::after,
.list-item .hyperlink .ui-external-link.has-arrow.list-container::after,
.hyperlink .ui-external-link.ui-icon-s,
.card .card-content a.hyperlink .ui-external-link.ui-icon-s,
.hyperlink .ui-external-link.ui-icon-m,
.card .card-content a.hyperlink .ui-external-link.ui-icon-m,
.hyperlink .ui-external-link.ui-icon-l,
.card .card-content a.hyperlink .ui-external-link.ui-icon-l,
.hyperlink .accordion .accordion-panel label.ui-external-link::after,
.accordion .accordion-panel .hyperlink label.ui-external-link::after,
.hyperlink .accordion .accordion-panel label.ui-external-link::before,
.accordion .accordion-panel .hyperlink label.ui-external-link::before,
.hyperlink .breadcrumb ol li + li.ui-external-link::before,
.breadcrumb ol .hyperlink li + li.ui-external-link::before,
.hyperlink .breadcrumb ul li + li.ui-external-link::before,
.breadcrumb ul .hyperlink li + li.ui-external-link::before,
.hyperlink .modal .ui-external-link.inline-close,
.modal .hyperlink .ui-external-link.inline-close,
.hyperlink .slide-over-panel .ui-external-link.inline-close,
.slide-over-panel .hyperlink .ui-external-link.inline-close,
.hyperlink .notification .ui-external-link.notification-icon,
.notification .hyperlink .ui-external-link.notification-icon,
.hyperlink .notification .ui-external-link.close-icon,
.notification .hyperlink .ui-external-link.close-icon {
  margin: 0 4px;
  vertical-align: -1px;
}
.hyperlink.is-small,
.card .card-content a.is-small.hyperlink {
  font-size: 12px;
}
.hyperlink:not(.is-disabled):hover,
.card .card-content a.hyperlink:not(.is-disabled):hover {
  cursor: pointer;
  text-decoration: underline;
}
.hyperlink.is-disabled,
.card .card-content a.is-disabled.hyperlink {
  color: var(--color-kux-disabled-secondary);
  pointer-events: none;
}
.is-bold,
.is-bold-i {
  font-weight: 700;
}
.is-semibold,
.is-semibold-i {
  font-weight: 600;
}
.is-regular,
.is-regular-i {
  font-weight: 400;
}
.is-bold-i,
.is-semibold-i,
.is-regular-i,
.is-italic {
  font-style: italic;
}
.is-underlined {
  text-decoration: underline;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.card .card-header,
.modal .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .modal-title {
  font-family:
    "KPN-Metric",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
}
h1,
.h1 {
  color: var(--color-kux-heading-primary);
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 28px;
}
h3,
.h3,
.card .card-header,
.modal .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .modal-title {
  font-size: 20px;
  line-height: 24px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 20px;
}
h6,
.h6 {
  font-size: 15px;
  line-height: 18px;
}
small,
.small-text {
  font-size: 12px;
  line-height: 16px;
}
.is-text-white h1,
.is-text-white .h1,
.is-text-white h2,
.is-text-white .h2,
.is-text-white h3,
.is-text-white .h3,
.is-text-white .card .card-header,
.card .is-text-white .card-header,
.is-text-white .modal .modal-wrapper .modal-title,
.modal .modal-wrapper .is-text-white .modal-title,
.is-text-white .slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .is-text-white .modal-title,
.is-text-white .slide-over-panel .slide-over-panel-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .is-text-white .modal-title {
  color: var(--color-kux-background);
}
.is-text-black h1,
.is-text-black .h1,
.is-text-black h2,
.is-text-black .h2,
.is-text-black h3,
.is-text-black .h3,
.is-text-black .card .card-header,
.card .is-text-black .card-header,
.is-text-black .modal .modal-wrapper .modal-title,
.modal .modal-wrapper .is-text-black .modal-title,
.is-text-black .slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .is-text-black .modal-title,
.is-text-black .slide-over-panel .slide-over-panel-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .is-text-black .modal-title {
  color: var(--color-kux-text);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 27px;
    line-height: 31px;
  }
  h3,
  .h3,
  .card .card-header,
  .modal .modal-wrapper .modal-title,
  .slide-over-panel .modal-wrapper .modal-title,
  .slide-over-panel .slide-over-panel-wrapper .modal-title {
    font-size: 21px;
    line-height: 25px;
  }
  h4,
  .h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }
  h6,
  .h6 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 44px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: 36px;
  }
  h3,
  .h3,
  .card .card-header,
  .modal .modal-wrapper .modal-title,
  .slide-over-panel .modal-wrapper .modal-title,
  .slide-over-panel .slide-over-panel-wrapper .modal-title {
    font-size: 24px;
    line-height: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h6,
  .h6 {
    font-size: 14px;
    line-height: 18px;
  }
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.card.clickable-medium-card.is-disabled .card-list-item {
  pointer-events: none;
  color: var(--color-kux-disabled-secondary);
}
.card.clickable-medium-card.is-disabled .card-list-item [class*=" ui"]::before,
.card.clickable-medium-card.is-disabled .card-list-item [class*=" si-"]::before {
  color: var(--color-kux-disabled-secondary);
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.ui-icon,
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon {
  font-size: 24px;
}
.ui-icon-s {
  font-size: 18px;
}
.ui-icon-m,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-l {
  font-size: 36px;
}
@font-face {
  font-family: "ui-icon";
  src: url("./media/ui-icon.woff2") format("woff2"), url("./media/ui-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.card .card-container-list ul li::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.ui-icon,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon {
  font-family: "ui-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.si-icon,
.si-icon-s,
.si-icon-m,
.si-icon-l,
.si-icon-xl,
.si-icon-xxl,
.si-icon {
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .si-icon,
  .si-icon-s,
  .si-icon-m,
  .si-icon-l,
  .si-icon-xl,
  .si-icon-xxl,
  .si-icon {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon,
  .si-icon-s,
  .si-icon-m,
  .si-icon-l,
  .si-icon-xl,
  .si-icon-xxl,
  .si-icon {
    font-size: 30px;
  }
}
.si-icon-s {
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .si-icon-s {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-s {
    font-size: 30px;
  }
}
.si-icon-m {
  font-size: 56px;
}
@media screen and (max-width: 991px) {
  .si-icon-m {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-m {
    font-size: 35px;
  }
}
.si-icon-l {
  font-size: 64px;
}
@media screen and (max-width: 991px) {
  .si-icon-l {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-l {
    font-size: 40px;
  }
}
.si-icon-xl {
  font-size: 72px;
}
@media screen and (max-width: 991px) {
  .si-icon-xl {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-xl {
    font-size: 45px;
  }
}
.si-icon-xxl {
  font-size: 96px;
}
@media screen and (max-width: 991px) {
  .si-icon-xxl {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .si-icon-xxl {
    font-size: 60px;
  }
}
@font-face {
  font-family: "si-icons";
  src: url("./media/si-icons.woff2") format("woff2"), url("./media/si-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.si-icon-s,
.si-icon-m,
.si-icon-l,
.si-icon-xl,
.si-icon-xxl,
.si-icon {
  font-family: "si-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.is-bold,
.is-bold-i {
  font-weight: 700;
}
.is-semibold,
.is-semibold-i {
  font-weight: 600;
}
.is-regular,
.is-regular-i {
  font-weight: 400;
}
.is-bold-i,
.is-semibold-i,
.is-regular-i,
.is-italic {
  font-style: italic;
}
.is-underlined {
  text-decoration: underline;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.card .card-header,
.modal .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .modal-title {
  font-family:
    "KPN-Metric",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
}
h1,
.h1 {
  color: var(--color-kux-heading-primary);
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 28px;
}
h3,
.h3,
.card .card-header,
.modal .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .modal-title {
  font-size: 20px;
  line-height: 24px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 20px;
}
h6,
.h6 {
  font-size: 15px;
  line-height: 18px;
}
small,
.small-text {
  font-size: 12px;
  line-height: 16px;
}
.is-text-white h1,
.is-text-white .h1,
.is-text-white h2,
.is-text-white .h2,
.is-text-white h3,
.is-text-white .h3,
.is-text-white .card .card-header,
.card .is-text-white .card-header,
.is-text-white .modal .modal-wrapper .modal-title,
.modal .modal-wrapper .is-text-white .modal-title,
.is-text-white .slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .is-text-white .modal-title,
.is-text-white .slide-over-panel .slide-over-panel-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .is-text-white .modal-title {
  color: var(--color-kux-background);
}
.is-text-black h1,
.is-text-black .h1,
.is-text-black h2,
.is-text-black .h2,
.is-text-black h3,
.is-text-black .h3,
.is-text-black .card .card-header,
.card .is-text-black .card-header,
.is-text-black .modal .modal-wrapper .modal-title,
.modal .modal-wrapper .is-text-black .modal-title,
.is-text-black .slide-over-panel .modal-wrapper .modal-title,
.slide-over-panel .modal-wrapper .is-text-black .modal-title,
.is-text-black .slide-over-panel .slide-over-panel-wrapper .modal-title,
.slide-over-panel .slide-over-panel-wrapper .is-text-black .modal-title {
  color: var(--color-kux-text);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 27px;
    line-height: 31px;
  }
  h3,
  .h3,
  .card .card-header,
  .modal .modal-wrapper .modal-title,
  .slide-over-panel .modal-wrapper .modal-title,
  .slide-over-panel .slide-over-panel-wrapper .modal-title {
    font-size: 21px;
    line-height: 25px;
  }
  h4,
  .h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }
  h6,
  .h6 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 44px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: 36px;
  }
  h3,
  .h3,
  .card .card-header,
  .modal .modal-wrapper .modal-title,
  .slide-over-panel .modal-wrapper .modal-title,
  .slide-over-panel .slide-over-panel-wrapper .modal-title {
    font-size: 24px;
    line-height: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h6,
  .h6 {
    font-size: 14px;
    line-height: 18px;
  }
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.card-list-item .list-item-content .right-side ul li:nth-child(2),
.list-item .list-container .list-item-list .list-item-content .right-side ul li:nth-child(2),
.card-list-item .list-item-content .left-side ul li:nth-child(2),
.list-item .list-container .list-item-list .list-item-content .left-side ul li:nth-child(2),
.card-list-item .is-reversed-title.list-item-content .left-side ul li:nth-child(1),
.list-item .list-container .list-item-list .is-reversed-title.list-item-content .left-side ul li:nth-child(1) {
  font-size: 12px;
  color: var(--color-kux-card-text-secondary);
}
.has-arrow.card-list::after,
.list-item .has-arrow.list-container::after {
  content: "\e920";
  color: var(--color-kux-card-text-secondary);
  position: absolute;
  top: 30%;
  right: 16px;
}
.has-green-icons.card-list .ui-icon::before,
.list-item .has-green-icons.list-container .ui-icon::before,
.has-green-icons.card-list .form-group .input-control .input-icon::before,
.form-group .input-control .has-green-icons.card-list .input-icon::before,
.has-green-icons.card-list .list.check > li::before,
.has-green-icons.card-list .list.link > li::before,
.has-green-icons.card-list .list.icon > li::before,
.has-green-icons.card-list .tooltip .tooltip-trigger::before,
.tooltip .has-green-icons.card-list .tooltip-trigger::before,
.list-item .has-green-icons.list-container .form-group .input-control .input-icon::before,
.form-group .input-control .list-item .has-green-icons.list-container .input-icon::before,
.list-item .has-green-icons.list-container .list.check > li::before,
.list-item .has-green-icons.list-container .list.link > li::before,
.list-item .has-green-icons.list-container .list.icon > li::before,
.list-item .has-green-icons.list-container .tooltip .tooltip-trigger::before,
.tooltip .list-item .has-green-icons.list-container .tooltip-trigger::before,
.has-green-icons.card-list .ui-icon-s::before,
.list-item .has-green-icons.list-container .ui-icon-s::before,
.has-green-icons.card-list .ui-icon-m::before,
.list-item .has-green-icons.list-container .ui-icon-m::before,
.has-green-icons.card-list .ui-icon-l::before,
.list-item .has-green-icons.list-container .ui-icon-l::before,
.has-green-icons.card-list .accordion .accordion-panel label::before,
.list-item .has-green-icons.list-container .accordion .accordion-panel label::before,
.accordion .accordion-panel .has-green-icons.card-list label::before,
.accordion .accordion-panel .list-item .has-green-icons.list-container label::before,
.list-item .accordion .accordion-panel .has-green-icons.list-container label::before,
.has-green-icons.card-list .breadcrumb ol li + li::before,
.list-item .has-green-icons.list-container .breadcrumb ol li + li::before,
.breadcrumb ol .has-green-icons.card-list li + li::before,
.breadcrumb ol .list-item .has-green-icons.list-container li + li::before,
.list-item .breadcrumb ol .has-green-icons.list-container li + li::before,
.has-green-icons.card-list .breadcrumb ul li + li::before,
.list-item .has-green-icons.list-container .breadcrumb ul li + li::before,
.breadcrumb ul .has-green-icons.card-list li + li::before,
.breadcrumb ul .list-item .has-green-icons.list-container li + li::before,
.list-item .breadcrumb ul .has-green-icons.list-container li + li::before,
.has-green-icons.card-list .modal .inline-close::before,
.list-item .has-green-icons.list-container .modal .inline-close::before,
.modal .has-green-icons.card-list .inline-close::before,
.modal .list-item .has-green-icons.list-container .inline-close::before,
.list-item .modal .has-green-icons.list-container .inline-close::before,
.has-green-icons.card-list .slide-over-panel .inline-close::before,
.list-item .has-green-icons.list-container .slide-over-panel .inline-close::before,
.slide-over-panel .has-green-icons.card-list .inline-close::before,
.slide-over-panel .list-item .has-green-icons.list-container .inline-close::before,
.list-item .slide-over-panel .has-green-icons.list-container .inline-close::before,
.has-green-icons.card-list .notification .notification-icon::before,
.list-item .has-green-icons.list-container .notification .notification-icon::before,
.notification .has-green-icons.card-list .notification-icon::before,
.notification .list-item .has-green-icons.list-container .notification-icon::before,
.list-item .notification .has-green-icons.list-container .notification-icon::before,
.has-green-icons.card-list .notification .close-icon::before,
.list-item .has-green-icons.list-container .notification .close-icon::before,
.notification .has-green-icons.card-list .close-icon::before,
.notification .list-item .has-green-icons.list-container .close-icon::before,
.list-item .notification .has-green-icons.list-container .close-icon::before {
  color: var(--color-kux-card-icon-secondary);
}
.card-list li:last-child .list-item-content,
.list-item .list-container li:last-child .list-item-content {
  border-bottom: none;
}
.card-list-item,
.list-item .list-container .list-item-list {
  color: var(--color-kux-text);
  display: flex;
  margin: 0px;
  padding: 12px 0 0 16px;
}
.card-list-item span.ui-icon,
.list-item .list-container .list-item-list span.ui-icon,
.card-list-item .form-group .input-control span.input-icon,
.form-group .input-control .card-list-item span.input-icon,
.card-list-item .tooltip span.tooltip-trigger,
.tooltip .card-list-item span.tooltip-trigger,
.list-item .list-container .list-item-list .form-group .input-control span.input-icon,
.form-group .input-control .list-item .list-container .list-item-list span.input-icon,
.list-item .list-container .list-item-list .tooltip span.tooltip-trigger,
.tooltip .list-item .list-container .list-item-list span.tooltip-trigger,
.card-list-item .list-item-content span.right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content span.right-side:empty::after,
.card-list-item span.ui-icon-s,
.list-item .list-container .list-item-list span.ui-icon-s,
.card-list-item span.ui-icon-m,
.list-item .list-container .list-item-list span.ui-icon-m,
.card-list-item span.ui-icon-l,
.list-item .list-container .list-item-list span.ui-icon-l,
.card-list-item .modal span.inline-close,
.list-item .list-container .list-item-list .modal span.inline-close,
.modal .card-list-item span.inline-close,
.modal .list-item .list-container .list-item-list span.inline-close,
.list-item .list-container .modal .list-item-list span.inline-close,
.card-list-item .slide-over-panel span.inline-close,
.list-item .list-container .list-item-list .slide-over-panel span.inline-close,
.slide-over-panel .card-list-item span.inline-close,
.slide-over-panel .list-item .list-container .list-item-list span.inline-close,
.list-item .list-container .slide-over-panel .list-item-list span.inline-close,
.card-list-item .notification span.notification-icon,
.list-item .list-container .list-item-list .notification span.notification-icon,
.notification .card-list-item span.notification-icon,
.notification .list-item .list-container .list-item-list span.notification-icon,
.list-item .list-container .notification .list-item-list span.notification-icon,
.card-list-item .notification span.close-icon,
.list-item .list-container .list-item-list .notification span.close-icon,
.notification .card-list-item span.close-icon,
.notification .list-item .list-container .list-item-list span.close-icon,
.list-item .list-container .notification .list-item-list span.close-icon,
.card-list-item span.has-arrow.card-list::after,
.list-item .list-container .list-item-list span.has-arrow.card-list::after,
.card-list-item .list-item span.has-arrow.list-container::after,
.list-item .card-list-item span.has-arrow.list-container::after,
.list-item .list-container .list-item-list span.has-arrow.list-container::after,
.card-list-item span.si-icon,
.list-item .list-container .list-item-list span.si-icon,
.card-list-item span.si-icon-s,
.list-item .list-container .list-item-list span.si-icon-s,
.card-list-item span.si-icon-m,
.list-item .list-container .list-item-list span.si-icon-m,
.card-list-item span.si-icon-l,
.list-item .list-container .list-item-list span.si-icon-l,
.card-list-item span.si-icon-xl,
.list-item .list-container .list-item-list span.si-icon-xl,
.card-list-item span.si-icon-xxl,
.list-item .list-container .list-item-list span.si-icon-xxl {
  position: relative;
  top: 2px;
  margin-right: 16px;
}
.card-list-item .list-item-content,
.list-item .list-container .list-item-list .list-item-content {
  padding: 0 0 12px 0;
  border-bottom: 1px solid var(--color-kux-divider-color);
  display: flex;
  flex: 1;
  align-content: center;
  justify-content: space-between;
}
.card-list-item .is-reversed-title.list-item-content .left-side ul li:nth-child(2),
.list-item .list-container .list-item-list .is-reversed-title.list-item-content .left-side ul li:nth-child(2) {
  font-size: inherit;
  color: inherit;
}
.card-list-item .is-bold-item.list-item-content .right-side,
.list-item .list-container .list-item-list .is-bold-item.list-item-content .right-side {
  position: absolute;
  right: 0;
}
.card-list-item .is-bold-item.list-item-content .right-side ul li:nth-child(1),
.list-item .list-container .list-item-list .is-bold-item.list-item-content .right-side ul li:nth-child(1) {
  font-weight: bold;
  color: var(--color-kux-text);
  font-size: 12px;
}
.card-list-item .is-bold-item.list-item-content .right-side ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .is-bold-item.list-item-content .right-side ul li:nth-child(1)::after {
  color: var(--color-kux-card-text-secondary) !important;
}
.card-list-item .is-bold-item.list-item-content .left-side ul li:nth-child(1),
.list-item .list-container .list-item-list .is-bold-item.list-item-content .left-side ul li:nth-child(1) {
  font-weight: bold;
}
.card-list-item .list-item-content .left-side ul li:nth-child(2),
.list-item .list-container .list-item-list .list-item-content .left-side ul li:nth-child(2) {
  line-height: 16px;
}
.card-list-item .list-item-content .right-side,
.list-item .list-container .list-item-list .list-item-content .right-side {
  margin-right: 16px;
  height: 24px;
  color: var(--color-kux-card-text-secondary);
}
.card-list-item .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after {
  content: "\e920";
  position: relative;
  margin-left: 4px;
  color: var(--color-kux-card-text-secondary);
  top: 0;
  right: 0;
}
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after {
  content: "\e920";
  position: relative;
  margin-left: 4px;
  color: var(--color-kux-card-text-secondary);
  top: 5px;
}
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-last-child(2):nth-child(1),
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-last-child(2):nth-child(1) {
  color: var(--color-kux-text);
}
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-last-child(2):nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-last-child(2):nth-child(1)::after {
  top: 10px;
}
.list-item a,
.list-item a:hover,
.list-item a:visited {
  color: var(--color-kux-link-color);
  text-decoration: none;
}
.list-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-item ul li {
  position: relative;
}
.list-item ul li:hover {
  background-color: var(--color-kux-card-hover-color);
}
.card {
  background-color: var(--color-kux-card-background);
  background-clip: border-box;
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow:
    0 4px 5px 0 rgba(0, 0, 0, 0.07),
    0 1px 10px 0 rgba(0, 0, 0, 0.06),
    0 2px 4px -1px rgba(0, 0, 0, 0.1);
}
.card:empty {
  padding: 16px;
}
.card.has-shadow-2 {
  box-shadow:
    0 5px 5px 0 rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.16);
}
.card.has-shadow-3 {
  box-shadow:
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12),
    0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.card.has-extra-padding {
  padding: 24px 0 24px 24px;
}
.card a,
.card a:hover,
.card a:visited {
  text-decoration: none;
}
.card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card ul li {
  position: relative;
}
.card .card-header {
  font-weight: 600;
  padding: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.card .card-header.is-green {
  color: var(--color-kux-heading-primary);
}
.card .card-content {
  padding: 0 16px 16px 16px;
}
.card .card-content:only-child {
  padding: 16px;
}
.card:not(.clickable-large-card):not(.clickable-medium-card):not(.visual-large-card):not(.visual-primary-card):not(.card.visual-primary-card-small) li:hover {
  background-color: var(--color-kux-card-hover-color);
}
.card .card-action-list.show-top-border ul li:first-child {
  border-top: 1px solid var(--color-kux-divider-color);
}
.card .card-action-list ul li:not(:last-of-type) {
  border-bottom: 1px solid var(--color-kux-divider-color);
}
.card .card-action-list ul li:first-child {
  border-top: 0;
}
.card .card-action-list ul li a {
  display: block;
  padding: 16px;
  margin: 0;
}
.card .card-action-list ul li a.hyperlink:hover {
  text-decoration: none;
  color: var(--color-kux-link-color);
}
.card .card-action-list ul li a.hyperlink .ui-icon,
.card .card-action-list ul li a.hyperlink .form-group .input-control .input-icon,
.form-group .input-control .card .card-action-list ul li a.hyperlink .input-icon,
.card .card-action-list ul li a.hyperlink .list.check > li::before,
.card .card-action-list ul li a.hyperlink .list.link > li::before,
.card .card-action-list ul li a.hyperlink .list.icon > li::before,
.card .card-action-list ul li a.hyperlink .tooltip .tooltip-trigger,
.tooltip .card .card-action-list ul li a.hyperlink .tooltip-trigger,
.card .card-action-list .card-container-list ul li a.hyperlink li::after,
.card .card-container-list .card-action-list ul li a.hyperlink li::after,
.card .card-action-list ul li a.hyperlink .ui-icon-s,
.card .card-action-list ul li a.hyperlink .ui-icon-m,
.card .card-action-list ul li a.hyperlink .ui-icon-l,
.card .card-action-list ul li a.hyperlink .accordion .accordion-panel label::after,
.accordion .accordion-panel .card .card-action-list ul li a.hyperlink label::after,
.card .card-action-list ul li a.hyperlink .accordion .accordion-panel label::before,
.accordion .accordion-panel .card .card-action-list ul li a.hyperlink label::before,
.card .card-action-list ul li a.hyperlink .breadcrumb ol li + li::before,
.card .card-action-list .breadcrumb ul li a.hyperlink li + li::before,
.breadcrumb .card .card-action-list ul li a.hyperlink li + li::before,
.card .card-action-list ul li a.hyperlink .modal .inline-close,
.modal .card .card-action-list ul li a.hyperlink .inline-close,
.card .card-action-list ul li a.hyperlink .slide-over-panel .inline-close,
.slide-over-panel .card .card-action-list ul li a.hyperlink .inline-close,
.card .card-action-list ul li a.hyperlink .notification .notification-icon,
.notification .card .card-action-list ul li a.hyperlink .notification-icon,
.card .card-action-list ul li a.hyperlink .notification .close-icon,
.notification .card .card-action-list ul li a.hyperlink .close-icon,
.card .card-action-list ul li a.hyperlink .has-arrow.card-list::after,
.card .card-action-list ul li a.hyperlink .card-list-item .list-item-content .right-side:empty::after,
.card-list-item .card .card-action-list ul li a.hyperlink .list-item-content .right-side:empty::after,
.card-list-item .list-item-content .card .card-action-list ul li a.hyperlink .right-side:empty::after,
.card .card-action-list .card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li a.hyperlink li:nth-child(1)::after,
.card-list-item .card .card-action-list .list-item-content .right-side:not(.has-no-arrow) ul li a.hyperlink li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) .card .card-action-list ul li a.hyperlink li:nth-child(1)::after,
.card .card-action-list ul li a.hyperlink .list-item .has-arrow.list-container::after,
.list-item .card .card-action-list ul li a.hyperlink .has-arrow.list-container::after,
.card .card-action-list ul li a.hyperlink .list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .card .card-action-list ul li a.hyperlink .right-side:empty::after,
.card .card-action-list .list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li a.hyperlink li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) .card .card-action-list ul li a.hyperlink li:nth-child(1)::after {
  margin-left: 2px;
}
.card .card-action-list ul li.is-warning a {
  color: var(--color-kux-error);
}
.card .card-action-list ul li a:hover {
  background-color: var(--color-kux-card-hover-color);
}
.card.is-primary-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 16px;
}
.card.is-primary-card .card-header .si-icon,
.card.is-primary-card .card-header .si-icon-s,
.card.is-primary-card .card-header .si-icon-m,
.card.is-primary-card .card-header .si-icon-l,
.card.is-primary-card .card-header .si-icon-xl,
.card.is-primary-card .card-header .si-icon-xxl {
  position: relative;
  left: 40%;
}
.card.is-primary-card .card-header .si-icon::before,
.card.is-primary-card .card-header .si-icon-s::before,
.card.is-primary-card .card-header .si-icon-m::before,
.card.is-primary-card .card-header .si-icon-l::before,
.card.is-primary-card .card-header .si-icon-xl::before,
.card.is-primary-card .card-header .si-icon-xxl::before {
  color: var(--color-kux-card-icon-secondary);
}
.card.is-primary-card .card-header h2 {
  color: var(--color-kux-heading-primary);
  font-weight: normal;
  margin: 16px 0 0 0;
}
.card .card-container-list {
  border-radius: 12px;
  position: relative;
  border: 1px solid var(--color-kux-divider-color);
  overflow: hidden;
  width: 90%;
}
.card .card-container-list ul li {
  border-bottom: 1px solid var(--color-kux-divider-color);
  padding: 16px 0 16px 16px;
}
.card .card-container-list ul li a {
  display: block;
  color: var(--color-kux-link-color);
}
.card .card-container-list ul li::after {
  content: "\e920";
  position: absolute;
  margin-left: 4px;
  top: 16px;
  right: 16px;
}
.card .card-container-list ul li:last-child {
  border-bottom: none;
}
.card .card-container-list ul li:hover {
  background-color: var(--color-kux-card-hover-color);
}
.card .card-action-list {
  align-self: stretch;
}
.card .card-footer {
  width: 90%;
}
.card.visual-large-card .card-header,
.card.visual-primary-card .card-header,
.card.visual-primary-card-small .card-header {
  padding: 0;
}
.card.visual-large-card .card-header img,
.card.visual-primary-card .card-header img,
.card.visual-primary-card-small .card-header img {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.card.visual-large-card .card-header a img,
.card.visual-primary-card .card-header a img,
.card.visual-primary-card-small .card-header a img {
  color: var(--color-kux-link-color);
}
.card.visual-large-card:hover {
  background-color: var(--color-kux-card-hover-color);
}
.card.visual-primary-card .card-list,
.card.visual-primary-card-small .card-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.card.visual-primary-card .card-list .card-list-item,
.card.visual-primary-card-small .card-list .card-list-item {
  padding: 8px 0 0 0;
}
.card.visual-primary-card .left-side,
.card.visual-primary-card-small .left-side {
  text-align: center;
}
.card.visual-primary-card .left-side h2,
.card.visual-primary-card-small .left-side h2 {
  margin-bottom: 0;
}
.card.visual-primary-card .left-side ul li:nth-child(2),
.card.visual-primary-card-small .left-side ul li:nth-child(2) {
  font-size: 16px !important;
}
.card.visual-primary-card .card-header,
.card.visual-primary-card-small .card-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card.visual-primary-card .card-header a,
.card.visual-primary-card-small .card-header a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.card.visual-primary-card .card-header a [class*=" ui"],
.card.visual-primary-card-small .card-header a [class*=" ui"],
.card.visual-primary-card .card-header a [class*=" si-"],
.card.visual-primary-card-small .card-header a [class*=" si-"] {
  position: absolute;
}
.card.visual-primary-card .card-header a [class*=" ui"]::before,
.card.visual-primary-card-small .card-header a [class*=" ui"]::before,
.card.visual-primary-card .card-header a [class*=" si-"]::before,
.card.visual-primary-card-small .card-header a [class*=" si-"]::before {
  color: var(--color-kux-card-icon-tertiary);
}
@media screen and (min-width: 768px) {
  .card.visual-primary-card .card-header a [class*=" ui"],
  .card.visual-primary-card-small .card-header a [class*=" ui"],
  .card.visual-primary-card .card-header a [class*=" si-"],
  .card.visual-primary-card-small .card-header a [class*=" si-"] {
    left: 35%;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .card.visual-primary-card .card-header [class*=" ui"],
  .card.visual-primary-card-small .card-header [class*=" ui"],
  .card.visual-primary-card .card-header [class*=" si-"],
  .card.visual-primary-card-small .card-header [class*=" si-"] {
    font-size: 48px;
  }
  .card.visual-primary-card .card-header img,
  .card.visual-primary-card-small .card-header img {
    max-height: 80px;
  }
}
.card.visual-primary-card .card-container-list,
.card.visual-primary-card-small .card-container-list {
  margin-left: 16px;
}
.card.visual-primary-card .card-footer,
.card.visual-primary-card-small .card-footer {
  width: 90%;
  padding: 16px;
}
.card.visual-primary-card .quota-time-left,
.card.visual-primary-card-small .quota-time-left {
  text-align: center;
  padding: 8px 0 24px 0;
  font-size: 12px;
}
.card.visual-primary-card .card-list-item .list-item-content,
.card.visual-primary-card-small .card-list-item .list-item-content {
  flex: none;
}
.card.visual-primary-card .card-progress-bars,
.card.visual-primary-card-small .card-progress-bars {
  padding: 0 20px;
  margin: 24px 0 12px 0;
}
.card.visual-primary-card .card-progress-bars .progress-bar-item,
.card.visual-primary-card-small .card-progress-bars .progress-bar-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.card.visual-primary-card .card-progress-bars .progress-bar-item .progress-bar-content,
.card.visual-primary-card-small .card-progress-bars .progress-bar-item .progress-bar-content {
  display: flex;
  align-content: center;
  justify-content: space-between;
  font-weight: bold;
  padding: 0 0 8px 0;
}
.card.visual-primary-card .card-progress-bars .progress-bar-item .progress-bar-content .usage span,
.card.visual-primary-card-small .card-progress-bars .progress-bar-item .progress-bar-content .usage span,
.card.visual-primary-card .card-progress-bars .progress-bar-item .progress-bar-content .quota,
.card.visual-primary-card-small .card-progress-bars .progress-bar-item .progress-bar-content .quota {
  font-weight: normal;
  color: var(--color-kux-card-text-secondary);
}
.card.visual-primary-card-small:hover {
  background-color: var(--color-kux-card-hover-color);
}
.card.clickable-medium-card {
  padding: 8px 0;
}
.card.clickable-medium-card.is-disabled {
  pointer-events: none;
}
.card.clickable-medium-card.is-disabled:hover {
  background-color: unset;
}
.card.clickable-medium-card .card-list {
  padding: 0;
}
.card.clickable-medium-card .card-list-item {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card.clickable-medium-card .card-list-item span.ui-icon,
.card.clickable-medium-card .card-list-item .form-group .input-control span.input-icon,
.form-group .input-control .card.clickable-medium-card .card-list-item span.input-icon,
.card.clickable-medium-card .card-list-item .tooltip span.tooltip-trigger,
.tooltip .card.clickable-medium-card .card-list-item span.tooltip-trigger,
.card.clickable-medium-card .card-list-item span.ui-icon-s,
.card.clickable-medium-card .card-list-item span.ui-icon-m,
.card.clickable-medium-card .card-list-item span.ui-icon-l,
.card.clickable-medium-card .card-list-item .modal span.inline-close,
.modal .card.clickable-medium-card .card-list-item span.inline-close,
.card.clickable-medium-card .card-list-item .slide-over-panel span.inline-close,
.slide-over-panel .card.clickable-medium-card .card-list-item span.inline-close,
.card.clickable-medium-card .card-list-item .notification span.notification-icon,
.notification .card.clickable-medium-card .card-list-item span.notification-icon,
.card.clickable-medium-card .card-list-item .notification span.close-icon,
.notification .card.clickable-medium-card .card-list-item span.close-icon,
.card.clickable-medium-card .card-list-item span.has-arrow.card-list::after,
.card.clickable-medium-card .card-list-item .list-item-content span.right-side:empty::after,
.card-list-item .list-item-content .card.clickable-medium-card .card-list-item span.right-side:empty::after,
.card.clickable-medium-card .card-list-item .list-item span.has-arrow.list-container::after,
.list-item .card.clickable-medium-card .card-list-item span.has-arrow.list-container::after,
.list-item .list-container .list-item-list .list-item-content .card.clickable-medium-card .card-list-item span.right-side:empty::after,
.card.clickable-medium-card .card-list-item span.si-icon,
.card.clickable-medium-card .card-list-item span.si-icon-s,
.card.clickable-medium-card .card-list-item span.si-icon-m,
.card.clickable-medium-card .card-list-item span.si-icon-l,
.card.clickable-medium-card .card-list-item span.si-icon-xl,
.card.clickable-medium-card .card-list-item span.si-icon-xxl {
  position: relative;
  top: 3px;
  margin-right: 0;
}
.card.clickable-medium-card .card-list-item .list-item-content {
  flex: none;
  margin-right: 0;
}
.card.clickable-medium-card .card-list-item [class*=" ui"],
.card.clickable-medium-card .card-list-item [class*=" si-"] {
  margin: 8px 0 16px 0;
}
.card.clickable-medium-card .card-list-item [class*=" ui"]::before,
.card.clickable-medium-card .card-list-item [class*=" si-"]::before {
  color: var(--color-kux-card-icon-secondary);
}
@media screen and (max-width: 767px) {
  .card.clickable-medium-card .left-side ul li {
    font-size: 12px;
  }
  .card.clickable-medium-card .card-list-item [class*=" ui"],
  .card.clickable-medium-card .card-list-item [class*=" si-"] {
    font-size: 44px;
  }
}
.card.clickable-medium-card:hover {
  background-color: var(--color-kux-card-hover-color);
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.ui-icon,
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon,
.list-item .has-arrow.list-container::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card .card-container-list ul li::after,
.has-arrow.card-list::after,
.card-list-item .list-item-content .right-side:empty::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after {
  font-size: 24px;
}
.ui-icon-s {
  font-size: 18px;
}
.ui-icon-m,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-l {
  font-size: 36px;
}
@font-face {
  font-family: "ui-icon";
  src: url("./media/ui-icon.woff2") format("woff2"), url("./media/ui-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.tooltip .tooltip-trigger,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.ui-icon,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon,
.list-item .has-arrow.list-container::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card .card-container-list ul li::after,
.has-arrow.card-list::after,
.card-list-item .list-item-content .right-side:empty::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after {
  font-family: "ui-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.tooltip {
  width: 100%;
}
.tooltip.tooltip-active .tooltip-trigger:before {
  content: "\e992";
}
.tooltip.tooltip-active .tooltip-body {
  background-color: var(--color-kux-card-background);
  border: 1px solid var(--color-kux-form-control-border);
  box-sizing: border-box;
  height: auto;
  overflow: visible;
  opacity: 1;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 8px 8px 8px 12px;
  position: relative;
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.tooltip.tooltip-active .tooltip-body::before {
  background-color: var(--color-kux-tooltip-before);
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 4px;
}
.tooltip .tooltip-trigger {
  align-items: center;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  justify-content: center;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  -webkit-user-select: none;
  user-select: none;
  color: var(--color-kux-tooltip-before);
  display: inline-block;
  vertical-align: sub;
  font-size: 18px;
}
.tooltip .tooltip-trigger:before {
  content: "\e951";
  font-size: 18px;
}
.tooltip .tooltip-body {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.ui-icon,
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon,
.list-item .has-arrow.list-container::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card .card-container-list ul li::after,
.has-arrow.card-list::after,
.card-list-item .list-item-content .right-side:empty::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.tooltip .tooltip-trigger {
  font-size: 24px;
}
.ui-icon-s {
  font-size: 18px;
}
.ui-icon-m,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-l {
  font-size: 36px;
}
@font-face {
  font-family: "ui-icon";
  src: url("./media/ui-icon.woff2") format("woff2"), url("./media/ui-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-group .input-control .input-icon,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.ui-icon,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon,
.list-item .has-arrow.list-container::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card .card-container-list ul li::after,
.has-arrow.card-list::after,
.card-list-item .list-item-content .right-side:empty::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.tooltip .tooltip-trigger {
  font-family: "ui-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list a {
  text-decoration: none;
  color: var(--color-kux-text);
}
.list a:hover {
  color: var(--color-kux-hover-color);
}
.list > li {
  padding-left: 32px;
  margin-bottom: 8px;
  position: relative;
}
.list > li:last-child {
  margin-bottom: 0;
}
.list.bullet > li::before {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
  left: 8px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before {
  position: absolute;
  left: 0;
}
.list.check > li::before {
  content: "\e91d";
  color: var(--color-kux-succes);
}
.list.link > li::before {
  content: "\e920";
}
.list.icon {
  display: flex;
  flex-direction: column;
}
.list.icon li {
  display: flex;
  padding-left: 0;
}
.list.icon [class*=" ui"]::before {
  color: var(--color-kux-succes);
  position: relative;
  margin-right: 8px;
}
.list-ordered {
  margin: 0;
  padding: 0;
  padding-left: 24px;
}
.list-ordered > li {
  margin-bottom: 8px;
  padding-left: 8px;
}
.list-ordered > li:last-child {
  margin-bottom: 0;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.ui-icon,
.form-group .input-control .input-icon,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon,
.list-item .has-arrow.list-container::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card .card-container-list ul li::after,
.has-arrow.card-list::after,
.card-list-item .list-item-content .right-side:empty::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.tooltip .tooltip-trigger,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before {
  font-size: 24px;
}
.ui-icon-s {
  font-size: 18px;
}
.ui-icon-m,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-l {
  font-size: 36px;
}
@font-face {
  font-family: "ui-icon";
  src: url("./media/ui-icon.woff2") format("woff2"), url("./media/ui-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-group .input-control .input-icon,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.ui-icon,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon,
.list-item .has-arrow.list-container::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card .card-container-list ul li::after,
.has-arrow.card-list::after,
.card-list-item .list-item-content .right-side:empty::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.tooltip .tooltip-trigger,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before {
  font-family: "ui-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.hyperlink .ui-arrow-right:before,
.card .card-content a.hyperlink .ui-arrow-right:before {
  content: "\e907";
}
.hyperlink .ui-arrow-left:before,
.card .card-content a.hyperlink .ui-arrow-left:before {
  content: "\e906";
}
.hyperlink .ui-external-link:before,
.card .card-content a.hyperlink .ui-external-link:before {
  content: "\e938";
}
.hyperlink,
.card .card-content a.hyperlink {
  color: var(--color-kux-link-color);
  cursor: default;
  text-decoration: none;
  background: none;
}
.hyperlink .ui-icon,
.card .card-content a.hyperlink .ui-icon,
.hyperlink .form-group .input-control .input-icon,
.form-group .input-control .hyperlink .input-icon,
.hyperlink .ui-icon-s,
.card .card-content a.hyperlink .ui-icon-s,
.hyperlink .ui-icon-m,
.card .card-content a.hyperlink .ui-icon-m,
.hyperlink .ui-icon-l,
.card .card-content a.hyperlink .ui-icon-l,
.hyperlink .accordion .accordion-panel label::after,
.accordion .accordion-panel .hyperlink label::after,
.hyperlink .accordion .accordion-panel label::before,
.accordion .accordion-panel .hyperlink label::before,
.hyperlink .breadcrumb ol li + li::before,
.breadcrumb ol .hyperlink li + li::before,
.card .card-content a.hyperlink .breadcrumb ol li + li::before,
.breadcrumb ol .card .card-content a.hyperlink li + li::before,
.hyperlink .breadcrumb ul li + li::before,
.breadcrumb ul .hyperlink li + li::before,
.card .card-content a.hyperlink .breadcrumb ul li + li::before,
.breadcrumb ul .card .card-content a.hyperlink li + li::before,
.hyperlink .modal .inline-close,
.modal .hyperlink .inline-close,
.card .card-content a.hyperlink .modal .inline-close,
.modal .card .card-content a.hyperlink .inline-close,
.hyperlink .slide-over-panel .inline-close,
.slide-over-panel .hyperlink .inline-close,
.card .card-content a.hyperlink .slide-over-panel .inline-close,
.slide-over-panel .card .card-content a.hyperlink .inline-close,
.hyperlink .notification .notification-icon,
.notification .hyperlink .notification-icon,
.card .card-content a.hyperlink .notification .notification-icon,
.notification .card .card-content a.hyperlink .notification-icon,
.hyperlink .notification .close-icon,
.notification .hyperlink .close-icon,
.card .card-content a.hyperlink .notification .close-icon,
.notification .card .card-content a.hyperlink .close-icon,
.hyperlink .list-item .has-arrow.list-container::after,
.list-item .hyperlink .has-arrow.list-container::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .hyperlink .right-side:empty::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li:nth-child(1)::after,
.hyperlink .card .card-container-list ul li::after,
.card .card-container-list ul .hyperlink li::after,
.card .card-content a.hyperlink .card-container-list ul li::after,
.hyperlink .has-arrow.card-list::after,
.hyperlink .card-list-item .list-item-content .right-side:empty::after,
.card-list-item .list-item-content .hyperlink .right-side:empty::after,
.hyperlink .card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li:nth-child(1)::after,
.hyperlink .tooltip .tooltip-trigger,
.tooltip .hyperlink .tooltip-trigger,
.card .card-content a.hyperlink .tooltip .tooltip-trigger,
.tooltip .card .card-content a.hyperlink .tooltip-trigger,
.hyperlink .list.check > li::before,
.hyperlink .list.link > li::before,
.hyperlink .list.icon > li::before {
  display: inline-block;
}
.hyperlink .ui-icon.ui-arrow-right,
.card .card-content a.hyperlink .ui-icon.ui-arrow-right,
.hyperlink .form-group .input-control .ui-arrow-right.input-icon,
.form-group .input-control .hyperlink .ui-arrow-right.input-icon,
.hyperlink .ui-arrow-right.ui-icon-s,
.card .card-content a.hyperlink .ui-arrow-right.ui-icon-s,
.hyperlink .ui-arrow-right.ui-icon-m,
.card .card-content a.hyperlink .ui-arrow-right.ui-icon-m,
.hyperlink .ui-arrow-right.ui-icon-l,
.card .card-content a.hyperlink .ui-arrow-right.ui-icon-l,
.hyperlink .accordion .accordion-panel label.ui-arrow-right::after,
.accordion .accordion-panel .hyperlink label.ui-arrow-right::after,
.hyperlink .accordion .accordion-panel label.ui-arrow-right::before,
.accordion .accordion-panel .hyperlink label.ui-arrow-right::before,
.hyperlink .breadcrumb ol li + li.ui-arrow-right::before,
.breadcrumb ol .hyperlink li + li.ui-arrow-right::before,
.hyperlink .breadcrumb ul li + li.ui-arrow-right::before,
.breadcrumb ul .hyperlink li + li.ui-arrow-right::before,
.hyperlink .modal .ui-arrow-right.inline-close,
.modal .hyperlink .ui-arrow-right.inline-close,
.hyperlink .slide-over-panel .ui-arrow-right.inline-close,
.slide-over-panel .hyperlink .ui-arrow-right.inline-close,
.hyperlink .notification .ui-arrow-right.notification-icon,
.notification .hyperlink .ui-arrow-right.notification-icon,
.hyperlink .notification .ui-arrow-right.close-icon,
.notification .hyperlink .ui-arrow-right.close-icon,
.hyperlink .list-item .ui-arrow-right.has-arrow.list-container::after,
.list-item .hyperlink .ui-arrow-right.has-arrow.list-container::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .ui-arrow-right.right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .hyperlink .ui-arrow-right.right-side:empty::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li.ui-arrow-right:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li.ui-arrow-right:nth-child(1)::after,
.hyperlink .card .card-container-list ul li.ui-arrow-right::after,
.card .card-container-list ul .hyperlink li.ui-arrow-right::after,
.card .card-content a.hyperlink .card-container-list ul li.ui-arrow-right::after,
.hyperlink .ui-arrow-right.has-arrow.card-list::after,
.hyperlink .card-list-item .list-item-content .ui-arrow-right.right-side:empty::after,
.card-list-item .list-item-content .hyperlink .ui-arrow-right.right-side:empty::after,
.hyperlink .card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li.ui-arrow-right:nth-child(1)::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li.ui-arrow-right:nth-child(1)::after,
.hyperlink .tooltip .ui-arrow-right.tooltip-trigger,
.tooltip .hyperlink .ui-arrow-right.tooltip-trigger,
.hyperlink .list.check > li.ui-arrow-right::before,
.hyperlink .list.link > li.ui-arrow-right::before,
.hyperlink .list.icon > li.ui-arrow-right::before,
.hyperlink .ui-icon.ui-arrow-left,
.card .card-content a.hyperlink .ui-icon.ui-arrow-left,
.hyperlink .form-group .input-control .ui-arrow-left.input-icon,
.form-group .input-control .hyperlink .ui-arrow-left.input-icon,
.hyperlink .ui-arrow-left.ui-icon-s,
.card .card-content a.hyperlink .ui-arrow-left.ui-icon-s,
.hyperlink .ui-arrow-left.ui-icon-m,
.card .card-content a.hyperlink .ui-arrow-left.ui-icon-m,
.hyperlink .ui-arrow-left.ui-icon-l,
.card .card-content a.hyperlink .ui-arrow-left.ui-icon-l,
.hyperlink .accordion .accordion-panel label.ui-arrow-left::after,
.accordion .accordion-panel .hyperlink label.ui-arrow-left::after,
.hyperlink .accordion .accordion-panel label.ui-arrow-left::before,
.accordion .accordion-panel .hyperlink label.ui-arrow-left::before,
.hyperlink .breadcrumb ol li + li.ui-arrow-left::before,
.breadcrumb ol .hyperlink li + li.ui-arrow-left::before,
.hyperlink .breadcrumb ul li + li.ui-arrow-left::before,
.breadcrumb ul .hyperlink li + li.ui-arrow-left::before,
.hyperlink .modal .ui-arrow-left.inline-close,
.modal .hyperlink .ui-arrow-left.inline-close,
.hyperlink .slide-over-panel .ui-arrow-left.inline-close,
.slide-over-panel .hyperlink .ui-arrow-left.inline-close,
.hyperlink .notification .ui-arrow-left.notification-icon,
.notification .hyperlink .ui-arrow-left.notification-icon,
.hyperlink .notification .ui-arrow-left.close-icon,
.notification .hyperlink .ui-arrow-left.close-icon,
.hyperlink .list-item .ui-arrow-left.has-arrow.list-container::after,
.list-item .hyperlink .ui-arrow-left.has-arrow.list-container::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .ui-arrow-left.right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .hyperlink .ui-arrow-left.right-side:empty::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li.ui-arrow-left:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li.ui-arrow-left:nth-child(1)::after,
.hyperlink .card .card-container-list ul li.ui-arrow-left::after,
.card .card-container-list ul .hyperlink li.ui-arrow-left::after,
.card .card-content a.hyperlink .card-container-list ul li.ui-arrow-left::after,
.hyperlink .ui-arrow-left.has-arrow.card-list::after,
.hyperlink .card-list-item .list-item-content .ui-arrow-left.right-side:empty::after,
.card-list-item .list-item-content .hyperlink .ui-arrow-left.right-side:empty::after,
.hyperlink .card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li.ui-arrow-left:nth-child(1)::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li.ui-arrow-left:nth-child(1)::after,
.hyperlink .tooltip .ui-arrow-left.tooltip-trigger,
.tooltip .hyperlink .ui-arrow-left.tooltip-trigger,
.hyperlink .list.check > li.ui-arrow-left::before,
.hyperlink .list.link > li.ui-arrow-left::before,
.hyperlink .list.icon > li.ui-arrow-left::before {
  vertical-align: sub;
}
.hyperlink .ui-icon.ui-external-link,
.card .card-content a.hyperlink .ui-icon.ui-external-link,
.hyperlink .form-group .input-control .ui-external-link.input-icon,
.form-group .input-control .hyperlink .ui-external-link.input-icon,
.hyperlink .ui-external-link.ui-icon-s,
.card .card-content a.hyperlink .ui-external-link.ui-icon-s,
.hyperlink .ui-external-link.ui-icon-m,
.card .card-content a.hyperlink .ui-external-link.ui-icon-m,
.hyperlink .ui-external-link.ui-icon-l,
.card .card-content a.hyperlink .ui-external-link.ui-icon-l,
.hyperlink .accordion .accordion-panel label.ui-external-link::after,
.accordion .accordion-panel .hyperlink label.ui-external-link::after,
.hyperlink .accordion .accordion-panel label.ui-external-link::before,
.accordion .accordion-panel .hyperlink label.ui-external-link::before,
.hyperlink .breadcrumb ol li + li.ui-external-link::before,
.breadcrumb ol .hyperlink li + li.ui-external-link::before,
.hyperlink .breadcrumb ul li + li.ui-external-link::before,
.breadcrumb ul .hyperlink li + li.ui-external-link::before,
.hyperlink .modal .ui-external-link.inline-close,
.modal .hyperlink .ui-external-link.inline-close,
.hyperlink .slide-over-panel .ui-external-link.inline-close,
.slide-over-panel .hyperlink .ui-external-link.inline-close,
.hyperlink .notification .ui-external-link.notification-icon,
.notification .hyperlink .ui-external-link.notification-icon,
.hyperlink .notification .ui-external-link.close-icon,
.notification .hyperlink .ui-external-link.close-icon,
.hyperlink .list-item .ui-external-link.has-arrow.list-container::after,
.list-item .hyperlink .ui-external-link.has-arrow.list-container::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .ui-external-link.right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .hyperlink .ui-external-link.right-side:empty::after,
.hyperlink .list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li.ui-external-link:nth-child(1)::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li.ui-external-link:nth-child(1)::after,
.hyperlink .card .card-container-list ul li.ui-external-link::after,
.card .card-container-list ul .hyperlink li.ui-external-link::after,
.card .card-content a.hyperlink .card-container-list ul li.ui-external-link::after,
.hyperlink .ui-external-link.has-arrow.card-list::after,
.hyperlink .card-list-item .list-item-content .ui-external-link.right-side:empty::after,
.card-list-item .list-item-content .hyperlink .ui-external-link.right-side:empty::after,
.hyperlink .card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li.ui-external-link:nth-child(1)::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul .hyperlink li.ui-external-link:nth-child(1)::after,
.hyperlink .tooltip .ui-external-link.tooltip-trigger,
.tooltip .hyperlink .ui-external-link.tooltip-trigger,
.hyperlink .list.check > li.ui-external-link::before,
.hyperlink .list.link > li.ui-external-link::before,
.hyperlink .list.icon > li.ui-external-link::before {
  margin: 0 4px;
  vertical-align: -1px;
}
.hyperlink.is-small,
.card .card-content a.is-small.hyperlink {
  font-size: 12px;
}
.hyperlink:not(.is-disabled):hover,
.card .card-content a.hyperlink:not(.is-disabled):hover {
  cursor: pointer;
  text-decoration: underline;
}
.hyperlink.is-disabled,
.card .card-content a.is-disabled.hyperlink {
  color: var(--color-kux-disabled-secondary);
  pointer-events: none;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.ui-icon,
.form-group .input-control .input-icon,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon,
.list-item .has-arrow.list-container::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card .card-container-list ul li::after,
.has-arrow.card-list::after,
.card-list-item .list-item-content .right-side:empty::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.tooltip .tooltip-trigger,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before {
  font-size: 24px;
}
.ui-icon-s {
  font-size: 18px;
}
.ui-icon-m,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
  font-size: 24px;
}
.ui-icon-l {
  font-size: 36px;
}
@font-face {
  font-family: "ui-icon";
  src: url("./media/ui-icon.woff2") format("woff2"), url("./media/ui-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.form-group .input-control .input-icon,
.ui-icon-s,
.ui-icon-m,
.ui-icon-l,
.ui-icon,
.accordion .accordion-panel label::after,
.accordion .accordion-panel label::before,
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before,
.modal .inline-close,
.slide-over-panel .inline-close,
.notification .notification-icon,
.notification .close-icon,
.list-item .has-arrow.list-container::after,
.list-item .list-container .list-item-list .list-item-content .right-side:empty::after,
.list-item .list-container .list-item-list .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.card .card-container-list ul li::after,
.has-arrow.card-list::after,
.card-list-item .list-item-content .right-side:empty::after,
.card-list-item .list-item-content .right-side:not(.has-no-arrow) ul li:nth-child(1)::after,
.tooltip .tooltip-trigger,
.list.check > li::before,
.list.link > li::before,
.list.icon > li::before {
  font-family: "ui-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.form-group.is-disabled input,
.form-radio-inline.is-disabled input,
.form-radio-inline.is-disabled label,
.form-checkbox.is-disabled input,
.form-checkbox.is-disabled label,
.form-wrapper.is-disabled input,
.form-wrapper.is-disabled label,
.form.is-disabled input,
.form.is-disabled label,
form.is-disabled input,
form.is-disabled label {
  color: var(--color-kux-form-input-disabled);
  cursor: default;
  pointer-events: none;
}
.form-checkbox + p.is-invalid,
form .is-invalid {
  color: var(--color-kux-error);
  display: block;
  margin: 4px 0;
}
.form-group .input-control {
  position: relative;
  display: flex;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
}
.form-group .form-control {
  background-color: var(--color-kux-card-background);
  color: var(--color-kux-text);
  border: 1px solid var(--color-kux-form-control-border);
  box-sizing: border-box;
  cursor: auto;
  transition-duration: 0.3s;
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  box-shadow: none;
  padding: 0 8px;
  display: block;
  margin-top: 4px;
  -webkit-appearance: none;
  border-radius: 8px;
}
.form-group .form-control:focus {
  color: var(--color-kux-text);
  background-color: var(--color-kux-card-background);
  border: 1px solid var(--color-kux-hover-color);
  outline: 0;
  box-shadow: none;
}
.form-group .is-invalid.form-control {
  border: 1px solid var(--color-kux-error);
}
.form-group .is-valid.form-control {
  border: 1px solid var(--color-kux-succes);
}
.form-group .is-disabled.form-control,
.form-group [disabled].form-control,
.form-group .is-readonly.form-control,
.form-group [is-readonly].form-control {
  background-color: var(--color-kux-form-control-disabled);
  border: 1px solid var(--color-kux-form-control-border);
  color: var(--color-kux-form-control-disabled-text);
}
.form-group .is-disabled.form-control,
.form-group [disabled].form-control {
  cursor: default;
  pointer-events: none;
}
.form-group .is-readonly.form-control:focus,
.form-group [readonly].form-control:focus {
  border: 1px solid var(--color-kux-hover-color);
}
.form-group .form-control::placeholder {
  color: var(--color-kux-form-placeholder-text);
}
form fieldset {
  margin: 0 0 8px 0;
  padding: 0;
  border: none;
}
.form {
  display: flex;
}
.form-checkbox {
  margin-bottom: 8px;
}
.form-checkbox .checkbox-control {
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: 8px;
}
.form-radio legend {
  margin-bottom: 8px;
}
.form-radio label:first-child {
  font-weight: bold;
  display: flex;
  margin: 0 0 8px 0;
}
.form-radio-inline legend {
  margin-bottom: 8px;
}
.form-radio-inline label {
  margin-right: 48px;
}
.form-radio-inline label:last-child {
  margin-right: 0;
}
.form-radio-inline .radio-control {
  flex-wrap: wrap;
  align-items: stretch;
}
.form-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin: 0 0 8px 0;
}
.form-group label {
  width: 100%;
  font-weight: bold;
}
.form-group .input-control .input-icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
  position: absolute;
  justify-content: flex-end;
  right: 8px;
  top: 11px;
}
.form-group .input-control .input-icon.ui-error,
.form-group .input-control .notification.error .input-icon.notification-icon,
.notification.error .form-group .input-control .input-icon.notification-icon {
  color: var(--color-kux-error);
}
.form-group .input-control .input-icon.ui-error:before,
.form-group .input-control .notification.error .input-icon.notification-icon:before,
.notification.error .form-group .input-control .input-icon.notification-icon:before {
  content: "\e936";
}
.form-group .input-control .input-icon.ui-success {
  color: var(--color-kux-succes);
}
.form-group .input-control .input-icon.ui-success:before {
  content: "\e91d";
}
.form-group select {
  padding: 8px;
  padding-right: 30px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><path d="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z"/><path fill="none" d="M0,0h24v24H0V0z"/></svg>');
  background-position: center right;
  background-repeat: no-repeat;
}
.form-group p.is-invalid {
  width: 100%;
  color: var(--color-kux-error);
  margin: 8px 0 0 0;
}
.form-group textarea.form-control {
  height: auto;
  padding: 8px;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
.modal,
.slide-over-panel {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.button {
  box-sizing: border-box;
}
.button.is-loading::before,
.spinner.is-loading::before,
.button.spinner::before,
.spinner::before {
  display: inline-block;
  animation: spinning 0.9s infinite linear;
  border-radius: 50%;
  position: absolute;
}
:root {
  --color-kux-active: #090;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #fff;
  --color-kux-background: #fff;
  --color-kux-background-secondary: #f3f3f3;
  --color-kux-background-secondary-alpha: rgba(243, 243, 243, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #232323;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #07c;
  --color-kux-hover-color: #07c;
  --color-kux-hover-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-border-top-color: #e3e3e3;
  --color-kux-border-right-color: #e3e3e3;
  --color-kux-border-bottom-color: #e3e3e3;
  --color-kux-border-left-color: #e3e3e3;
  --color-kux-button-secondary-icon-only: #07c;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #090;
  --color-kux-card-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --color-kux-card-icon-secondary: #090;
  --color-kux-card-icon-tertiary: #fff;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-border-color: #d3d3d3;
  --color-kux-divider-color: #d3d3d3;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e70;
  --color-kux-caution-with-alpha: rgba(238, 119, 0, 0.15);
  --color-kux-error: #e52e2e;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.4);
  --color-kux-succes: #090;
  --color-kux-succes-with-alpha: rgba(0, 153, 0, 0.15);
  --color-kux-skeleton-animation-primary: #e3e3e3;
  --color-kux-skeleton-animation-secondary: #f3f3f3;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #f3f3f3;
  --color-kux-form-control-disabled-text: #232323;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #e3e3e3;
  --color-kux-tabs-alternate-color: #fff;
  --color-kux-tabs-alternate-alpha: rgba(255, 255, 255, 0.5);
  --color-kux-tooltip-border: #939393;
  --color-kux-tooltip-before: #07c;
  --color-kux-table-hover-color: #f3f3f3;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=dark] {
  --color-kux-active: #00c300;
  --color-kux-attention-box-background: #333;
  --color-kux-attention-box-green-background: #333;
  --color-kux-attention-menu-background: #232323;
  --color-kux-background: #131313;
  --color-kux-background-secondary: #333;
  --color-kux-background-secondary-alpha: rgba(51, 51, 51, 0.9);
  --color-kux-breadcrumb-color: #b3b3b3;
  --color-kux-text: #f3f3f3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #b3b3b3;
  --color-kux-link-color: #0af;
  --color-kux-hover-color: #0af;
  --color-kux-hover-with-alpha: rgba(0, 170, 255, 0.15);
  --color-kux-border-top-color: #535353;
  --color-kux-border-right-color: #535353;
  --color-kux-border-bottom-color: #535353;
  --color-kux-border-left-color: #535353;
  --color-kux-button-secondary-icon-only: #0af;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #b3b3b3;
  --color-kux-heading-primary: #00c300;
  --color-kux-card-background: #232323;
  --color-kux-card-hover-color: #333;
  --color-kux-card-icon-secondary: #00c300;
  --color-kux-card-icon-tertiary: #f3f3f3;
  --color-kux-card-text-secondary: #b3b3b3;
  --color-kux-card-border-color: #535353;
  --color-kux-divider-color: #535353;
  --color-kux-close-icon: #b3b3b3;
  --color-kux-caution: #f90;
  --color-kux-caution-with-alpha: rgba(255, 153, 0, 0.15);
  --color-kux-error: #f33;
  --color-kux-error-with-alpha: rgba(229, 46, 46, 0.15);
  --color-kux-info: #07c;
  --color-kux-info-with-alpha: rgba(0, 119, 204, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.2);
  --color-kux-succes: #00c300;
  --color-kux-succes-with-alpha: rgba(0, 195, 0, 0.15);
  --color-kux-skeleton-animation-primary: #535353;
  --color-kux-skeleton-animation-secondary: #737373;
  --color-kux-form-control-border: #b3b3b3;
  --color-kux-form-control-disabled: #737373;
  --color-kux-form-control-disabled-text: #b3b3b3;
  --color-kux-form-placeholder-text: #b3b3b3;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #535353;
  --color-kux-tabs-alternate-color: #f3f3f3;
  --color-kux-tabs-alternate-alpha: rgba(243, 243, 243, 0.5);
  --color-kux-tooltip-border: #535353;
  --color-kux-tooltip-before: #0af;
  --color-kux-table-hover-color: #333;
  --color-kux-table-sort-icon: #b3b3b3;
  --color-kux-table-sort-icon-sorted: #333;
}
[data-kux-theme=tv] {
  --color-kux-active: #00a800;
  --color-kux-attention-box-background: rgba(0, 119, 204, 0.15);
  --color-kux-attention-box-green-background: rgba(0, 153, 0, 0.15);
  --color-kux-attention-menu-background: #131313;
  --color-kux-background: #0c0c0c;
  --color-kux-background-secondary: #232323;
  --color-kux-background-secondary-alpha: rgba(35, 35, 35, 0.9);
  --color-kux-breadcrumb-color: #939393;
  --color-kux-text: #e3e3e3;
  --color-kux-text-secondary: #fff;
  --color-kux-text-tertiary: #939393;
  --color-kux-link-color: #0099e6;
  --color-kux-hover-color: #0099e6;
  --color-kux-hover-with-alpha: rgba(0, 153, 230, 0.15);
  --color-kux-border-top-color: #333;
  --color-kux-border-right-color: #333;
  --color-kux-border-bottom-color: #333;
  --color-kux-border-left-color: #333;
  --color-kux-button-secondary-icon-only: #0099e6;
  --color-kux-button-alternate-secondary-icon-only: #000;
  --color-kux-disabled-primary: #737373;
  --color-kux-disabled-secondary: #939393;
  --color-kux-heading-primary: #00a800;
  --color-kux-card-background: #131313;
  --color-kux-card-hover-color: #232323;
  --color-kux-card-icon-secondary: #00a800;
  --color-kux-card-text-secondary: #939393;
  --color-kux-card-icon-tertiary: #e3e3e3;
  --color-kux-card-border-color: #333;
  --color-kux-divider-color: #333;
  --color-kux-close-icon: #939393;
  --color-kux-caution: #e68a00;
  --color-kux-caution-with-alpha: rgba(230, 138, 0, 0.15);
  --color-kux-error: #ff1a1a;
  --color-kux-error-with-alpha: rgba(255, 26, 26, 0.15);
  --color-kux-info: #0068b3;
  --color-kux-info-with-alpha: rgba(0, 104, 179, 0.15);
  --color-kux-modal-active-background: rgba(51, 51, 51, 0.1);
  --color-kux-succes: #00a800;
  --color-kux-succes-with-alpha: rgba(0, 168, 0, 0.15);
  --color-kux-skeleton-animation-primary: #333;
  --color-kux-skeleton-animation-secondary: #535353;
  --color-kux-form-control-border: #939393;
  --color-kux-form-control-disabled: #333;
  --color-kux-form-control-disabled-text: #939393;
  --color-kux-form-placeholder-text: #939393;
  --color-kux-form-input-disabled: #b3b3b3;
  --color-kux-modal-background-overlay: rgba(51, 51, 51, 0.4);
  --color-kux-pagination-dot-inactive: #333;
  --color-kux-tabs-alternate-color: #e3e3e3;
  --color-kux-tabs-alternate-alpha: rgba(227, 227, 227, 0.5);
  --color-kux-tooltip-border: #333;
  --color-kux-tooltip-before: #0099e6;
  --color-kux-table-hover-color: #232323;
  --color-kux-table-sort-icon: #939393;
  --color-kux-table-sort-icon-sorted: #333;
}
body {
  background-color: var(--color-kux-background);
  color: var(--color-kux-text);
}
@keyframes skeletonKeyframes {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.skeleton-button,
.skeleton-banner,
.skeleton-paragraph-line {
  background:
    linear-gradient(
      to right,
      var(--color-kux-skeleton-animation-primary) 30%,
      var(--color-kux-skeleton-animation-secondary) 40%,
      var(--color-kux-skeleton-animation-primary) 50%);
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: skeletonKeyframes;
  animation-timing-function: linear;
  background-size: 1000px 640px;
  position: relative;
  background-color: var(--color-kux-border-top-color);
}
.skeleton-button,
.skeleton-banner {
  width: 100%;
}
.skeleton-button {
  height: 40px;
  margin-top: 20px;
  border-radius: 20px;
}
.skeleton-banner {
  height: 200px;
}
.skeleton-paragraph-line {
  height: 18px;
  border-radius: 2px;
  margin-top: 10px;
}
.skeleton-paragraph :nth-child(1) {
  width: 30%;
}
.skeleton-paragraph :nth-child(2) {
  width: 55%;
}
.skeleton-paragraph :nth-child(3) {
  width: 45%;
}
.skeleton-paragraph :nth-child(4) {
  width: 50%;
}
.ui-paperclip:before {
  content: "\e9e7";
}
.ui-tablets-smartwatches:before {
  content: "\e9e6";
}
.ui-shopping-cart:before {
  content: "\e9e5";
}
.ui-picture-in-picture:before {
  content: "\e9df";
}
.ui-pin-diap:before {
  content: "\e9e0";
}
.ui-pin:before {
  content: "\e9e1";
}
.ui-subtitles:before {
  content: "\e9e2";
}
.ui-unpin-diap:before {
  content: "\e9e3";
}
.ui-unpin:before {
  content: "\e9e4";
}
.ui-hussel-diap:before {
  content: "\e9dd";
}
.ui-hussel:before {
  content: "\e9de";
}
.ui-environment:before {
  content: "\e9dc";
}
.ui-moon-diap:before {
  content: "\e9a6";
}
.ui-moon:before {
  content: "\e9d9";
}
.ui-sun-diap:before {
  content: "\e9da";
}
.ui-sun:before {
  content: "\e9db";
}
.ui-gaming:before {
  content: "\e9a4";
}
.ui-callcenter-agent:before {
  content: "\e9d3";
}
.ui-device-iot:before {
  content: "\e9d4";
}
.ui-graph-down:before {
  content: "\e9d5";
}
.ui-graph-up:before {
  content: "\e9d6";
}
.ui-truck:before {
  content: "\e9d7";
}
.ui-unlink:before {
  content: "\e9d8";
}
.ui-bookmark-diap:before {
  content: "\e9bf";
}
.ui-calendar-diap:before {
  content: "\e9c0";
}
.ui-carousel-diap:before {
  content: "\e9c1";
}
.ui-carousel:before {
  content: "\e9c2";
}
.ui-creditcard:before {
  content: "\e9c3";
}
.ui-document-diap:before {
  content: "\e9c4";
}
.ui-gridview-diap:before {
  content: "\e9c5";
}
.ui-heart-diap:before {
  content: "\e9c6";
}
.ui-hexagon-diap:before {
  content: "\e9c7";
}
.ui-hexagon:before {
  content: "\e9c8";
}
.ui-message-diap:before {
  content: "\e9c9";
}
.ui-navigation:before {
  content: "\e9ca";
}
.ui-planet:before {
  content: "\e9cb";
}
.ui-pricetag:before {
  content: "\e9cc";
}
.ui-qr:before {
  content: "\e9cd";
}
.ui-shop-diap:before {
  content: "\e9ce";
}
.ui-shopping-bag-diap:before {
  content: "\e9cf";
}
.ui-shopping-bag:before {
  content: "\e9d0";
}
.ui-soccer:before {
  content: "\e9d1";
}
.ui-wps:before {
  content: "\e9d2";
}
.ui-30-seconds-backwords:before {
  content: "\e900";
}
.ui-30-seconds-forwards:before {
  content: "\e901";
}
.ui-account-diap:before {
  content: "\e902";
}
.ui-account:before {
  content: "\e903";
}
.ui-add:before {
  content: "\e904";
}
.ui-arrow-down:before {
  content: "\e905";
}
.ui-arrow-left:before {
  content: "\e906";
}
.ui-arrow-right:before {
  content: "\e907";
}
.ui-arrow-up:before {
  content: "\e908";
}
.ui-arrow-upleft:before {
  content: "\e909";
}
.ui-assemble:before {
  content: "\e90a";
}
.ui-asterisk:before {
  content: "\e90b";
}
.ui-audio:before {
  content: "\e90c";
}
.ui-backspace:before {
  content: "\e90d";
}
.ui-backward:before {
  content: "\e90e";
}
.ui-bookmark:before {
  content: "\e90f";
}
.ui-bulb:before {
  content: "\e910";
}
.ui-business-diap:before {
  content: "\e911";
}
.ui-business:before {
  content: "\e912";
}
.ui-calendar:before {
  content: "\e913";
}
.ui-call-ending:before {
  content: "\e914";
}
.ui-call-incoming:before {
  content: "\e915";
}
.ui-call-outgoing:before {
  content: "\e916";
}
.ui-camera:before {
  content: "\e917";
}
.ui-car:before {
  content: "\e918";
}
.ui-caret-down:before {
  content: "\e919";
}
.ui-caret-up:before {
  content: "\e91a";
}
.ui-chat-diap:before {
  content: "\e91b";
}
.ui-chat:before {
  content: "\e91c";
}
.ui-check:before,
.notification.success .notification-icon:before {
  content: "\e91d";
}
.ui-chevron-down:before {
  content: "\e91e";
}
.ui-chevron-left:before {
  content: "\e91f";
}
.ui-chevron-right:before {
  content: "\e920";
}
.ui-chevron-up:before {
  content: "\e921";
}
.ui-chromecast:before {
  content: "\e922";
}
.ui-circle-diap:before {
  content: "\e923";
}
.ui-circle:before {
  content: "\e924";
}
.ui-clock:before {
  content: "\e925";
}
.ui-close:before,
.modal .inline-close:before,
.slide-over-panel .inline-close:before,
.notification .close-icon:before {
  content: "\e926";
}
.ui-cloud:before {
  content: "\e927";
}
.ui-cross:before {
  content: "\e928";
}
.ui-delete-all:before {
  content: "\e929";
}
.ui-delete:before {
  content: "\e92a";
}
.ui-dialpad:before {
  content: "\e92b";
}
.ui-diamond-diap:before {
  content: "\e92c";
}
.ui-diamond:before {
  content: "\e92d";
}
.ui-document:before {
  content: "\e92e";
}
.ui-download:before {
  content: "\e92f";
}
.ui-dropdown:before {
  content: "\e930";
}
.ui-edit:before {
  content: "\e931";
}
.ui-emoticon-happy:before {
  content: "\e932";
}
.ui-emoticon-neutral:before {
  content: "\e933";
}
.ui-emoticon-sad:before {
  content: "\e934";
}
.ui-envelop:before {
  content: "\e935";
}
.ui-error:before,
.notification.error .notification-icon:before {
  content: "\e936";
}
.ui-euro:before {
  content: "\e937";
}
.ui-external-link:before {
  content: "\e938";
}
.ui-facebook:before {
  content: "\e939";
}
.ui-female:before {
  content: "\e93a";
}
.ui-file-csv:before {
  content: "\e93b";
}
.ui-file-doc:before {
  content: "\e93c";
}
.ui-file-pdf:before {
  content: "\e93d";
}
.ui-file-zip:before {
  content: "\e93e";
}
.ui-filter:before {
  content: "\e93f";
}
.ui-fingerprint:before {
  content: "\e940";
}
.ui-fire:before {
  content: "\e941";
}
.ui-flag:before {
  content: "\e942";
}
.ui-folder:before {
  content: "\e943";
}
.ui-forward:before {
  content: "\e944";
}
.ui-fullscreen-enter:before {
  content: "\e945";
}
.ui-fullscreen-exit:before {
  content: "\e946";
}
.ui-graphview:before {
  content: "\e947";
}
.ui-gridview:before {
  content: "\e948";
}
.ui-hash:before {
  content: "\e949";
}
.ui-heart:before {
  content: "\e94a";
}
.ui-help:before {
  content: "\e94b";
}
.ui-hide:before {
  content: "\e94c";
}
.ui-history:before {
  content: "\e94d";
}
.ui-home-diap:before {
  content: "\e94e";
}
.ui-home:before {
  content: "\e94f";
}
.ui-infinite:before {
  content: "\e950";
}
.ui-info-diap:before {
  content: "\e951";
}
.ui-info:before,
.notification.info .notification-icon:before {
  content: "\e952";
}
.ui-internet:before {
  content: "\e953";
}
.ui-kijkwijzer-6plus:before {
  content: "\e954";
}
.ui-kijkwijzer-9plus:before {
  content: "\e955";
}
.ui-kijkwijzer-12plus:before {
  content: "\e956";
}
.ui-kijkwijzer-16plus:before {
  content: "\e957";
}
.ui-kijkwijzer-alle-leeftijden:before {
  content: "\e958";
}
.ui-kijkwijzer-angst:before {
  content: "\e959";
}
.ui-kijkwijzer-discriminatie:before {
  content: "\e95a";
}
.ui-kijkwijzer-drugs:before {
  content: "\e95b";
}
.ui-kijkwijzer-geweld:before {
  content: "\e95c";
}
.ui-kijkwijzer-sex:before {
  content: "\e95d";
}
.ui-kijkwijzer-taalgebruik:before {
  content: "\e95e";
}
.ui-laptop:before {
  content: "\e95f";
}
.ui-library:before {
  content: "\e960";
}
.ui-link:before {
  content: "\e961";
}
.ui-list:before {
  content: "\e962";
}
.ui-listview:before {
  content: "\e963";
}
.ui-locate:before {
  content: "\e964";
}
.ui-lock-closed:before {
  content: "\e965";
}
.ui-lock-open:before {
  content: "\e966";
}
.ui-logout:before {
  content: "\e967";
}
.ui-mail:before {
  content: "\e968";
}
.ui-male:before {
  content: "\e969";
}
.ui-manual:before {
  content: "\e96a";
}
.ui-map-view:before {
  content: "\e96b";
}
.ui-marker-diap:before {
  content: "\e96c";
}
.ui-marker:before {
  content: "\e96d";
}
.ui-menu:before {
  content: "\e96e";
}
.ui-message:before {
  content: "\e96f";
}
.ui-microphone-off:before {
  content: "\e970";
}
.ui-microphone-on:before {
  content: "\e971";
}
.ui-minus:before {
  content: "\e972";
}
.ui-mobile:before {
  content: "\e973";
}
.ui-more:before {
  content: "\e974";
}
.ui-movie:before {
  content: "\e975";
}
.ui-multiple:before {
  content: "\e976";
}
.ui-network-diap:before {
  content: "\e977";
}
.ui-network:before {
  content: "\e978";
}
.ui-notifications-off:before {
  content: "\e979";
}
.ui-notifications-on:before {
  content: "\e97a";
}
.ui-notifications:before {
  content: "\e97b";
}
.ui-pause:before {
  content: "\e97c";
}
.ui-payment:before {
  content: "\e97d";
}
.ui-person:before {
  content: "\e97e";
}
.ui-phone-ringing:before {
  content: "\e97f";
}
.ui-phone:before {
  content: "\e980";
}
.ui-photo:before {
  content: "\e981";
}
.ui-play-disabled:before {
  content: "\e982";
}
.ui-play:before {
  content: "\e983";
}
.ui-playback:before {
  content: "\e984";
}
.ui-plus:before {
  content: "\e985";
}
.ui-plusminus:before {
  content: "\e986";
}
.ui-power:before {
  content: "\e987";
}
.ui-preferences:before {
  content: "\e988";
}
.ui-present:before {
  content: "\e989";
}
.ui-products-diap:before {
  content: "\e98a";
}
.ui-products:before {
  content: "\e98b";
}
.ui-record-all:before {
  content: "\e98c";
}
.ui-record-disabled:before {
  content: "\e98d";
}
.ui-record:before {
  content: "\e98e";
}
.ui-recordings:before {
  content: "\e98f";
}
.ui-redo:before {
  content: "\e990";
}
.ui-refresh:before {
  content: "\e991";
}
.ui-remove-diap:before {
  content: "\e992";
}
.ui-remove:before {
  content: "\e993";
}
.ui-renew:before {
  content: "\e994";
}
.ui-rewind:before {
  content: "\e995";
}
.ui-robot:before {
  content: "\e996";
}
.ui-scroll-to-top:before {
  content: "\e997";
}
.ui-search:before {
  content: "\e998";
}
.ui-secure:before {
  content: "\e999";
}
.ui-select:before {
  content: "\e99a";
}
.ui-send:before {
  content: "\e99b";
}
.ui-settings:before {
  content: "\e99c";
}
.ui-share:before {
  content: "\e99d";
}
.ui-shift:before {
  content: "\e99e";
}
.ui-shop:before {
  content: "\e99f";
}
.ui-shoppingbasket:before {
  content: "\e9a0";
}
.ui-show:before {
  content: "\e9a1";
}
.ui-simcard:before {
  content: "\e9a2";
}
.ui-sort-down:before {
  content: "\e9a3";
}
.ui-sort-up:before {
  content: "\e9a5";
}
.ui-star-diap:before {
  content: "\e9a7";
}
.ui-star:before {
  content: "\e9a8";
}
.ui-stop:before {
  content: "\e9a9";
}
.ui-tablet:before {
  content: "\e9aa";
}
.ui-text:before {
  content: "\e9ab";
}
.ui-ticket-diap:before {
  content: "\e9ac";
}
.ui-ticket:before {
  content: "\e9ad";
}
.ui-tv-guide:before {
  content: "\e9ae";
}
.ui-tv:before {
  content: "\e9af";
}
.ui-twitter:before {
  content: "\e9b0";
}
.ui-undo:before {
  content: "\e9b1";
}
.ui-upload:before {
  content: "\e9b2";
}
.ui-video:before {
  content: "\e9b3";
}
.ui-voicemail:before {
  content: "\e9b4";
}
.ui-volume-high:before {
  content: "\e9b5";
}
.ui-volume-low:before {
  content: "\e9b6";
}
.ui-volume-medium:before {
  content: "\e9b7";
}
.ui-volume-off:before {
  content: "\e9b8";
}
.ui-warning:before,
.notification.caution .notification-icon:before {
  content: "\e9b9";
}
.ui-watch:before {
  content: "\e9ba";
}
.ui-watchlist:before {
  content: "\e9bb";
}
.ui-whatsapp:before {
  content: "\e9bc";
}
.ui-wifi-disabled:before {
  content: "\e9bd";
}
.ui-wifi:before {
  content: "\e9be";
}
.si-productcombi-internet-tv-mobile:before {
  content: "\e90f";
}
.si-tablets-smartwatches:before {
  content: "\e90e";
}
.si-contract-default:before {
  content: "\e9e2";
}
.si-shopping-cart:before {
  content: "\e9e1";
}
.si-watch:before {
  content: "\e9dd";
}
.si-mobile-transfer:before {
  content: "\e9de";
}
.si-products:before {
  content: "\e9df";
}
.si-sim-to-esim:before {
  content: "\e9e0";
}
.si-usb-dongle:before {
  content: "\e9dc";
}
.si-connection-point:before {
  content: "\e9db";
}
.si-fritzbox-copper:before {
  content: "\e9d8";
}
.si-fritzbox-fiber:before {
  content: "\e9d9";
}
.si-fritzbox-xs4all:before {
  content: "\e9da";
}
.si-4k:before {
  content: "\e900";
}
.si-8k:before {
  content: "\e901";
}
.si-wifi-extender:before {
  content: "\e902";
}
.si-wifi-extender-wireless:before {
  content: "\e903";
}
.si-wifi-extender-dualband:before {
  content: "\e904";
}
.si-simcard-esim:before {
  content: "\e916";
}
.si-simcard-esim-unlock:before {
  content: "\e91b";
}
.si-simcard-esim-pukcode:before {
  content: "\e9c6";
}
.si-simcard-esim-add:before {
  content: "\e9c7";
}
.si-simcard-esim-activate:before {
  content: "\e9c8";
}
.si-racecar:before {
  content: "\e9c9";
}
.si-photo:before {
  content: "\e9ca";
}
.si-hourglass:before {
  content: "\e9cb";
}
.si-experiabox12:before {
  content: "\e9cc";
}
.si-experiabox10a:before {
  content: "\e9cd";
}
.si-experiabox10:before {
  content: "\e9ce";
}
.si-experiabox9:before {
  content: "\e9cf";
}
.si-experiabox8:before {
  content: "\e9d0";
}
.si-dialpad:before {
  content: "\e9d1";
}
.si-clipboard:before {
  content: "\e9d2";
}
.si-247:before {
  content: "\e905";
}
.si-add:before {
  content: "\e906";
}
.si-alarm:before {
  content: "\e907";
}
.si-assemble:before {
  content: "\e908";
}
.si-audio:before {
  content: "\e909";
}
.si-baseball:before {
  content: "\e90a";
}
.si-battery:before {
  content: "\e90b";
}
.si-bike:before {
  content: "\e90c";
}
.si-binders:before {
  content: "\e90d";
}
.si-browser:before {
  content: "\e925";
}
.si-bulb:before {
  content: "\e926";
}
.si-business-extra-large:before {
  content: "\e927";
}
.si-business-large:before {
  content: "\e928";
}
.si-business-medium:before {
  content: "\e929";
}
.si-business-small:before {
  content: "\e92a";
}
.si-cable:before {
  content: "\e92b";
}
.si-calendar:before {
  content: "\e92c";
}
.si-callcenter-agent:before {
  content: "\e92d";
}
.si-camera:before {
  content: "\e92e";
}
.si-car:before {
  content: "\e92f";
}
.si-chat:before {
  content: "\e930";
}
.si-check:before {
  content: "\e931";
}
.si-chess:before {
  content: "\e932";
}
.si-circle:before {
  content: "\e933";
}
.si-clock:before {
  content: "\e934";
}
.si-cloud:before {
  content: "\e935";
}
.si-consultant:before {
  content: "\e936";
}
.si-contract-end:before {
  content: "\e937";
}
.si-contract-renew:before {
  content: "\e938";
}
.si-contract-transfer:before {
  content: "\e939";
}
.si-database:before {
  content: "\e93a";
}
.si-delete:before {
  content: "\e93b";
}
.si-design:before {
  content: "\e93c";
}
.si-deviceset-mobile:before {
  content: "\e93d";
}
.si-deviceset-tablet:before {
  content: "\e93e";
}
.si-devolo:before {
  content: "\e93f";
}
.si-digitalisation:before {
  content: "\e940";
}
.si-digitenne:before {
  content: "\e941";
}
.si-document:before {
  content: "\e942";
}
.si-download:before {
  content: "\e943";
}
.si-drink:before {
  content: "\e944";
}
.si-edit:before {
  content: "\e945";
}
.si-emoticon-angry:before {
  content: "\e946";
}
.si-emoticon-grimacing:before {
  content: "\e947";
}
.si-emoticon-helpless:before {
  content: "\e948";
}
.si-emoticon-neutral:before {
  content: "\e949";
}
.si-emoticon-sad:before {
  content: "\e94a";
}
.si-emoticon-smile:before {
  content: "\e94b";
}
.si-emoticon-surprised:before {
  content: "\e94c";
}
.si-emoticon-tongue:before {
  content: "\e94d";
}
.si-emoticon-wink:before {
  content: "\e94e";
}
.si-envelop:before {
  content: "\e94f";
}
.si-environment:before {
  content: "\e950";
}
.si-error:before {
  content: "\e951";
}
.si-euro:before {
  content: "\e952";
}
.si-experiabox101:before {
  content: "\e953";
}
.si-file-csv:before {
  content: "\e954";
}
.si-file-doc:before {
  content: "\e955";
}
.si-file-exe:before {
  content: "\e956";
}
.si-file-pdf:before {
  content: "\e957";
}
.si-file-zip:before {
  content: "\e958";
}
.si-fingerprint:before {
  content: "\e959";
}
.si-food:before {
  content: "\e95a";
}
.si-fullscreen:before {
  content: "\e95b";
}
.si-game:before {
  content: "\e95c";
}
.si-gift:before {
  content: "\e95d";
}
.si-globe:before {
  content: "\e95e";
}
.si-government:before {
  content: "\e95f";
}
.si-graduation-cap:before {
  content: "\e960";
}
.si-graph-down:before {
  content: "\e961";
}
.si-graph-up:before {
  content: "\e962";
}
.si-grid:before {
  content: "\e963";
}
.si-handshake:before {
  content: "\e964";
}
.si-hd:before {
  content: "\e965";
}
.si-health:before {
  content: "\e966";
}
.si-heart:before {
  content: "\e967";
}
.si-help:before {
  content: "\e968";
}
.si-history:before {
  content: "\e969";
}
.si-home:before {
  content: "\e96a";
}
.si-identity-card:before {
  content: "\e96b";
}
.si-industry:before {
  content: "\e96c";
}
.si-info:before {
  content: "\e96d";
}
.si-internet:before {
  content: "\e96e";
}
.si-invoice:before {
  content: "\e96f";
}
.si-ip-address:before {
  content: "\e970";
}
.si-key:before {
  content: "\e971";
}
.si-laptop:before {
  content: "\e972";
}
.si-lock:before {
  content: "\e973";
}
.si-mail:before {
  content: "\e974";
}
.si-manual:before {
  content: "\e975";
}
.si-mapview:before {
  content: "\e976";
}
.si-marker-small:before {
  content: "\e977";
}
.si-marker:before {
  content: "\e978";
}
.si-mast:before {
  content: "\e979";
}
.si-mechanic:before {
  content: "\e97a";
}
.si-message:before {
  content: "\e97b";
}
.si-mobile-apps:before {
  content: "\e97c";
}
.si-mobile-damage-water:before {
  content: "\e97d";
}
.si-mobile-damage:before {
  content: "\e97e";
}
.si-mobile-locked:before {
  content: "\e97f";
}
.si-mobile-multiple:before {
  content: "\e980";
}
.si-mobile-screensize:before {
  content: "\e981";
}
.si-mobile-screentype:before {
  content: "\e982";
}
.si-mobile-smile:before {
  content: "\e983";
}
.si-mobile:before {
  content: "\e984";
}
.si-multiple-apps:before {
  content: "\e985";
}
.si-navigation:before {
  content: "\e986";
}
.si-network:before {
  content: "\e987";
}
.si-number-0:before {
  content: "\e988";
}
.si-number-1:before {
  content: "\e989";
}
.si-number-2:before {
  content: "\e98a";
}
.si-number-3:before {
  content: "\e98b";
}
.si-number-4:before {
  content: "\e98c";
}
.si-number-5:before {
  content: "\e98d";
}
.si-number-6:before {
  content: "\e98e";
}
.si-number-7:before {
  content: "\e98f";
}
.si-number-8:before {
  content: "\e990";
}
.si-number-9:before {
  content: "\e991";
}
.si-one-day-back:before {
  content: "\e992";
}
.si-password:before {
  content: "\e993";
}
.si-pause:before {
  content: "\e994";
}
.si-payment:before {
  content: "\e995";
}
.si-person:before {
  content: "\e996";
}
.si-phone:before {
  content: "\e997";
}
.si-play-button:before {
  content: "\e998";
}
.si-play:before {
  content: "\e999";
}
.si-playback:before {
  content: "\e99a";
}
.si-preferences:before {
  content: "\e99b";
}
.si-productcombi-internet-phone:before {
  content: "\e99c";
}
.si-productcombi-internet-tv-phone:before {
  content: "\e99d";
}
.si-productcombi-internet-tv:before {
  content: "\e99e";
}
.si-promise:before {
  content: "\e99f";
}
.si-question:before {
  content: "\e9a0";
}
.si-radio:before {
  content: "\e9a1";
}
.si-remote:before {
  content: "\e9a2";
}
.si-reward:before {
  content: "\e9a3";
}
.si-robot:before {
  content: "\e9a4";
}
.si-search:before {
  content: "\e9a5";
}
.si-secure:before {
  content: "\e9a6";
}
.si-send:before {
  content: "\e9a7";
}
.si-sensor:before {
  content: "\e9a8";
}
.si-settings:before {
  content: "\e9a9";
}
.si-shop:before {
  content: "\e9aa";
}
.si-shoppingbasket:before {
  content: "\e9ab";
}
.si-simcard-activate:before {
  content: "\e9ac";
}
.si-simcard-add:before {
  content: "\e9ad";
}
.si-simcard-pukcode1:before {
  content: "\e9ae";
}
.si-simcard-unlock:before {
  content: "\e9af";
}
.si-simcard:before {
  content: "\e9b0";
}
.si-smarthome:before {
  content: "\e9b1";
}
.si-soccer:before {
  content: "\e9b2";
}
.si-speed:before {
  content: "\e9b3";
}
.si-square:before {
  content: "\e9b4";
}
.si-star:before {
  content: "\e9b5";
}
.si-suitcase:before {
  content: "\e9b6";
}
.si-sun:before {
  content: "\e9b7";
}
.si-tablet:before {
  content: "\e9b8";
}
.si-thief:before {
  content: "\e9b9";
}
.si-thumbs-down:before {
  content: "\e9ba";
}
.si-thumbs-up:before {
  content: "\e9bb";
}
.si-ticket:before {
  content: "\e9bc";
}
.si-triangle:before {
  content: "\e9bd";
}
.si-truck:before {
  content: "\e9be";
}
.si-tv-error:before {
  content: "\e9bf";
}
.si-tv-record:before {
  content: "\e9c0";
}
.si-tv:before {
  content: "\e9c1";
}
.si-unicorn:before {
  content: "\e9c2";
}
.si-upload:before {
  content: "\e9c3";
}
.si-voicemail:before {
  content: "\e9c4";
}
.si-warning:before {
  content: "\e9c5";
}
.si-wifi-disabled:before {
  content: "\e9d3";
}
.si-wifi-love:before {
  content: "\e9d4";
}
.si-wifi:before {
  content: "\e9d6";
}
.si-hussel:before {
  content: "\e9d7";
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
:root {
  --color-kux-attention-menu-background: #fff;
  --color-kux-card-hover-color: #f3f3f3;
  --kpn-color-green: #00a800;
  --backgrounds-borders-kpn-border-default: #d3d3d3;
  --backgrounds-borders-kpn-background-disabled: #f3f3f3;
  --text-kpn-font-color-subtle-informative: #737373;
  --kpn-font-family:
    "KPN",
    -apple-system,
    segoe ui,
    sans-serif;
  --kpn-font-color: #131313;
  --kpn-heading-font-family: var(--kpn-font-family);
  --kpn-heading-1-font-family: var(--kpn-font-family);
  --kpn-heading-1-color: var(--kpn-color-green);
  --kpn-heading-1-font-weight: var(--kpn-font-weight-extrabold);
  --kpn-heading-1-font-size: 2.5rem;
  --kpn-heading-1-font-height: var(--kpn-heading-1-font-size);
  --kpn-heading-2-font-family: var(--kpn-font-family);
  --kpn-heading-2-color: var(--kpn-color-green);
  --kpn-heading-2-font-weight: var(--kpn-font-weight-extrabold);
  --kpn-heading-2-font-size: 3.5rem;
  --kpn-heading-2-font-height: var(--kpn-heading-2-font-size);
  --kpn-heading-3-font-family: var(--kpn-font-family);
  --kpn-heading-3-color: var(--kpn-color-green);
  --kpn-heading-3-font-weight: var(--kpn-font-weight-extrabold);
  --kpn-heading-3-font-size: 2.5rem;
  --kpn-heading-3-font-height: var(--kpn-heading-3-font-size);
  --kpn-heading-4-font-family: var(--kpn-font-family);
  --kpn-heading-4-color: var(--kpn-color-green);
  --kpn-heading-4-font-weight: var(--kpn-font-weight-extrabold);
  --kpn-heading-4-font-size: 2rem;
  --kpn-heading-4-font-height: var(--kpn-heading-4-font-size);
  --kpn-heading-5-font-family: var(--kpn-font-family);
  --kpn-heading-5-color: var(--kpn-color-green);
  --kpn-heading-5-font-weight: var(--kpn-font-weight-extrabold);
  --kpn-heading-5-font-size: 1.5rem;
  --kpn-heading-5-font-height: var(--kpn-heading-5-font-size);
  --kpn-heading-6-font-family: var(--kpn-font-family);
  --kpn-heading-6-color: var(--kpn-color-green);
  --kpn-heading-6-font-weight: var(--kpn-font-weight-extrabold);
  --kpn-heading-6-font-size: 1.25rem;
  --kpn-heading-6-font-height: var(--kpn-heading-6-font-size);
}
@media (max-width: 767px) {
  :root {
    --kpn-heading-1-font-size: 3rem;
    --kpn-heading-1-font-height: var(--kpn-heading-1-font-size);
    --kpn-heading-2-font-size: 2.5rem;
    --kpn-heading-2-font-height: var(--kpn-heading-2-font-size);
    --kpn-heading-3-font-size: 2rem;
    --kpn-heading-3-font-height: var(--kpn-heading-3-font-size);
    --kpn-heading-4-font-size: 1.5rem;
    --kpn-heading-4-font-height: var(--kpn-heading-4-font-size);
    --kpn-heading-5-font-size: 1.25rem;
    --kpn-heading-5-font-height: var(--kpn-heading-5-font-size);
    --kpn-heading-6-font-size: 1.1rem;
    --kpn-heading-6-font-height: var(--kpn-heading-6-font-size);
  }
}
html {
  color: var(--kpn-font-color);
}
@font-face {
  font-family: "KPN";
  src: url("./media/KPN-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KPN";
  src: url("./media/KPN-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KPN";
  src: url("./media/KPN-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KPN";
  src: url("./media/KPN-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KPN";
  src: url("./media/KPN-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
h1 {
  color: var(--kpn-heading-1-color);
  font-size: var(--kpn-heading-1-font-size);
  font-weight: var(--kpn-heading-1-font-weight);
  line-height: var(--kpn-heading-1-font-size);
}
h2 {
  color: var(--kpn-heading-2-color);
  font-size: var(--kpn-heading-2-font-size);
  font-weight: var(--kpn-heading-2-font-weight);
  line-height: var(--kpn-heading-2-font-size);
}
h3 {
  color: var(--kpn-heading-3-color);
  font-size: var(--kpn-heading-3-font-size);
  font-weight: var(--kpn-heading-3-font-weight);
  line-height: var(--kpn-heading-3-font-size);
}
h4 {
  color: var(--kpn-heading-4-color);
  font-size: var(--kpn-heading-4-font-size);
  font-weight: var(--kpn-heading-4-font-weight);
  line-height: var(--kpn-heading-4-font-size);
}
h5 {
  color: var(--kpn-heading-5-color);
  font-size: var(--kpn-heading-5-font-size);
  font-weight: var(--kpn-heading-5-font-weight);
  line-height: var(--kpn-heading-5-font-size);
}
h6 {
  color: var(--kpn-heading-6-color);
  font-size: var(--kpn-heading-6-font-size);
  font-weight: var(--kpn-heading-6-font-weight);
  line-height: var(--kpn-heading-6-font-size);
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rounded {
  border-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.underline {
  text-decoration-line: underline;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
kpn-tab[is-selected] {
  --kpn-font-weight-bold: none;
  --kpn-tabs-tab-border-selected: transparent;
}
input[type=checkbox] {
  accent-color: var(--kpn-color-secondary);
}
.scroll-blade-content,
.skeleton-placeholder {
  height: calc(100vh - 240px);
}
td.column-name-select {
  text-align: center;
}
.grip-ui-expand-content {
  padding-bottom: 3px;
  min-height: 50px;
  height: auto;
  border-bottom: 1px solid var(--color-kux-divider-color);
}
.grip-ui-expand-content:hover {
  background-color: var(--kpn-action-menu-item-background-color-hover);
}
bm-kpn-input input {
  margin-bottom: 20px;
}
.sticky-element {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--color-kux-text-secondary);
  padding: 1rem;
  box-shadow: var(--kpn-shadow-level-1);
  box-sizing: border-box;
  z-index: 2;
}
td.table-cell {
  max-width: 150px;
}
.left-side {
  margin-left: 10px;
}
bm-table-string {
  white-space: normal !important;
  word-break: break-all !important;
}
kpn-drawer kpn-button {
  margin-right: 10px;
}
.m-t-2 {
  margin-top: 1rem !important;
}
.p-l-1 {
  padding-left: 0.5rem !important;
}
.p-r-0-5 {
  padding-right: 0.25rem !important;
}
.frc-captcha * {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: initial;
  border-radius: 0;
  filter: none !important;
  transition: none !important;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.2;
  text-decoration: none;
  background-color: initial;
  color: var(--kpn-button-secondary-text-color-alternative, #232323);
  overflow: hidden;
}
.frc-captcha {
  position: relative;
  min-width: 200px !important;
  max-width: 300px !important;
  padding-bottom: 0 !important;
  background: transparent !important;
  border-style: none !important;
}
.frc-captcha b {
  font-weight: var(----kpn-font-weight-bold, bold);
}
.frc-container {
  display: flex;
  align-items: center;
  min-height: 3px !important;
}
.frc-top-container {
  width: fit-content;
  margin-top: 24px;
  display: flex;
  padding: var(--Spacing-kpn-space-xs, 8px) var(--Spacing-kpn-space-xs, 8px) var(--Spacing-kpn-space-xs, 8px) var(--Spacing-kpn-space-md, 8px);
  justify-content: space-between;
  align-items: center;
  border-radius: var(--Border-radius-kpn-radius-lg, 100px);
  background: var(--kpn-color-info-100, #e5f0fd);
}
.frc-icon {
  fill: var(--kpn-icon-list-link-color, #232323);
  stroke: var(--kpn-icon-list-link-color, #232323);
  flex-shrink: 0;
  margin: 0.5rem 0.5rem 0;
  margin-top: 1px !important;
}
.frc-icon.frc-warning {
  fill: var(--kpn-color-error, #e22e22);
}
.frc-success .frc-icon {
  animation: frc-fade-in 1s both ease-in;
}
.frc-content {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  flex-grow: 1;
  margin: 0;
}
.frc-banner {
  display: none !important;
  position: absolute;
  bottom: 0;
  right: 6px;
  line-height: 1;
}
.frc-banner * {
  font-size: 10px;
  opacity: 0.8;
  text-decoration: none;
}
.frc-progress {
  appearance: none;
  margin: 3px 0;
  height: 4px;
  border: none;
  background-color: var(--kpn-progress-bar-background-color, #f3f3f3);
  color: var(--kpn-progress-bar-color, #00c300) !important;
  width: 100%;
  transition: all 0.5s linear;
}
.frc-progress::-webkit-progress-bar {
  background: var(--kpn-progress-bar-background-color, #f3f3f3);
}
.frc-progress::-webkit-progress-value {
  background: var(--kpn-progress-bar-color, #00c300) !important;
}
.frc-progress::-moz-progress-bar {
  background: var(--kpn-progress-bar-color, #00c300) !important;
}
.frc-button {
  display: none !important;
}
.frc-button:focus {
  border: var(--kpn-button-text-border-bottom-width-focus, 0.125rem) var(--kpn-button-text-border-bottom-style-focus, dashed) var(--kpn-button-text-border-bottom-color-focus, #06e);
}
.frc-button:hover {
  background-color: var(--kpn-button-primary-background-color-hover, #3385f1);
}
.frc-captcha-solution {
  display: none;
}
.frc-err-url {
  text-decoration: underline;
  font-size: 0.9em;
}
.frc-rtl {
  direction: rtl;
}
.frc-rtl .frc-content {
  margin: 4px 0 0 6px;
}
.frc-banner.frc-rtl {
  left: 6px;
  right: auto;
}
.dark.frc-captcha {
  color: var(--kpn-color-white, #fff);
  background-color: var(--kpn-color-primary, #00c300);
  border-color: #333;
}
.dark.frc-captcha * {
  color: var(--kpn-color-white, #fff);
}
.dark.frc-captcha button {
  background-color: var(--kpn-button-primary-background-color-theme-dark, #131313);
}
.dark .frc-icon {
  fill: var(--kpn-color-white, #fff);
  stroke: var(--kpn-color-white, #fff);
}
.dark .frc-progress {
  background-color: var(--kpn-color-primary, #00c300);
}
.dark .frc-progress::-webkit-progress-bar {
  background: var(--kpn-color-primary, #00c300);
}
.dark .frc-progress::-webkit-progress-value {
  background: var(--kpn-color-neutral-50, #f3f3f3);
}
.dark .frc-progress::-moz-progress-bar {
  background: var(--kpn-color-neutral-50, #f3f3f3);
}
@keyframes frc-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.captcha-button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
kpn-card {
  --kpn-border-radius-lg: var(--kpn-border-radius-lg) !important;
}
bm-table-bulk-actions bm-button kpn-icon {
  display: inline-flex;
  vertical-align: bottom;
}
.reporting-overview .page-container {
  max-width: 100% !important;
}
bm-switch-selection-button bm-switch {
  display: flex;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
