/*! cloudflare-pages-asset-salt:cloudflare-pages-asset-salt-v5 */
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;700;900&family=Raleway:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Inter);
.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
  background: #006edc;
  color: white;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

.react-date-picker {
  display: inline-flex;
  position: relative;
}
.react-date-picker,
.react-date-picker *,
.react-date-picker *:before,
.react-date-picker *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-date-picker--disabled {
  background-color: #f0f0f0;
  color: #6d6d6d;
}
.react-date-picker__wrapper {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  border: thin solid gray;
}
.react-date-picker__inputGroup {
  min-width: calc((4px * 3) +  0.54em * 8  +  0.217em * 2);
  flex-grow: 1;
  padding: 0 2px;
  box-sizing: content-box;
}
.react-date-picker__inputGroup__divider {
  padding: 1px 0;
  white-space: pre;
}
.react-date-picker__inputGroup__input {
  min-width: 0.54em;
  height: 100%;
  position: relative;
  padding: 0 1px;
  border: 0;
  background: none;
  font: inherit;
  box-sizing: content-box;
  -moz-appearance: textfield;
}
.react-date-picker__inputGroup__input::-webkit-outer-spin-button,
.react-date-picker__inputGroup__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-date-picker__inputGroup__input:invalid {
  background: rgba(255, 0, 0, 0.1);
}
.react-date-picker__inputGroup__input--hasLeadingZero {
  margin-left: -0.54em;
  padding-left: calc(1px +  0.54em);
}
.react-date-picker__button {
  border: 0;
  background: transparent;
  padding: 4px 6px;
}
.react-date-picker__button:enabled {
  cursor: pointer;
}
.react-date-picker__button:enabled:hover .react-date-picker__button__icon,
.react-date-picker__button:enabled:focus .react-date-picker__button__icon {
  stroke: #0078d7;
}
.react-date-picker__button:disabled .react-date-picker__button__icon {
  stroke: #6d6d6d;
}
.react-date-picker__button svg {
  display: inherit;
}
.react-date-picker__calendar {
  width: 350px;
  max-width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.react-date-picker__calendar--closed {
  display: none;
}
.react-date-picker__calendar .react-calendar {
  border-width: thin;
}

.react-clock {
  display: block;
  position: relative;
}
.react-clock,
.react-clock *,
.react-clock *:before,
.react-clock *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-clock__face {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid black;
  border-radius: 50%;
}
.react-clock__hand {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
}
.react-clock__hand__body {
  position: absolute;
  background-color: black;
  transform: translateX(-50%);
}
.react-clock__mark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
}
.react-clock__mark__body {
  position: absolute;
  background-color: black;
  transform: translateX(-50%);
}
.react-clock__mark__number {
  position: absolute;
  left: -40px;
  width: 80px;
  text-align: center;
}
.react-clock__second-hand__body {
  background-color: red;
}

.react-datetime-picker {
  display: inline-flex;
  position: relative;
}
.react-datetime-picker,
.react-datetime-picker *,
.react-datetime-picker *:before,
.react-datetime-picker *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.react-datetime-picker--disabled {
  background-color: #f0f0f0;
  color: #6d6d6d;
}
.react-datetime-picker__wrapper {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  border: thin solid gray;
}
.react-datetime-picker__inputGroup {
  min-width: calc(4px + (4px * 3) +  0.54em * 6  +  0.217em * 2);
  flex-grow: 1;
  padding: 0 2px;
}
.react-datetime-picker__inputGroup__divider {
  padding: 1px 0;
  white-space: pre;
}
.react-datetime-picker__inputGroup__input {
  min-width: 0.54em;
  height: calc(100% - 2px);
  position: relative;
  padding: 1px;
  border: 0;
  background: none;
  font: inherit;
  box-sizing: content-box;
  -moz-appearance: textfield;
}
.react-datetime-picker__inputGroup__input::-webkit-outer-spin-button,
.react-datetime-picker__inputGroup__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datetime-picker__inputGroup__input:invalid {
  background: rgba(255, 0, 0, 0.1);
}
.react-datetime-picker__inputGroup__input--hasLeadingZero {
  margin-left: -0.54em;
  padding-left: calc(1px +  0.54em);
}
.react-datetime-picker__inputGroup__amPm {
  font: inherit;
  -moz-appearance: menulist;
}
.react-datetime-picker__button {
  border: 0;
  background: transparent;
  padding: 4px 6px;
}
.react-datetime-picker__button:enabled {
  cursor: pointer;
}
.react-datetime-picker__button:enabled:hover .react-datetime-picker__button__icon,
.react-datetime-picker__button:enabled:focus .react-datetime-picker__button__icon {
  stroke: #0078d7;
}
.react-datetime-picker__button:disabled .react-datetime-picker__button__icon {
  stroke: #6d6d6d;
}
.react-datetime-picker__button svg {
  display: inherit;
}
.react-datetime-picker__calendar,
.react-datetime-picker__clock {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.react-datetime-picker__calendar--closed,
.react-datetime-picker__clock--closed {
  display: none;
}
.react-datetime-picker__calendar {
  width: 350px;
  max-width: 100vw;
}
.react-datetime-picker__calendar .react-calendar {
  border-width: thin;
}
.react-datetime-picker__clock {
  width: 200px;
  height: 200px;
  max-width: 100vw;
  padding: 25px;
  background-color: white;
  border: thin solid #a0a096;
}

/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor { caret-color: transparent; }
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

.CodeMirror-foldmarker {
  color: blue;
  text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
  font-family: arial;
  line-height: .3;
  cursor: pointer;
}
.CodeMirror-foldgutter {
  width: .7em;
}
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
  cursor: pointer;
}
.CodeMirror-foldgutter-open:after {
  content: "\25BE";
}
.CodeMirror-foldgutter-folded:after {
  content: "\25B8";
}

.CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;

  margin: 0;
  padding: 2px;

  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  border-radius: 3px;
  border: 1px solid silver;

  background: white;
  font-size: 90%;
  font-family: monospace;

  max-height: 20em;
  overflow-y: auto;
  box-sizing: border-box;
}

.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  white-space: pre;
  color: black;
  cursor: pointer;
}

li.CodeMirror-hint-active {
  background: #08f;
  color: white;
}

@layer{
:not([calcite-hydrated]):is(calcite-accordion,calcite-accordion-item,calcite-action,calcite-action-bar,calcite-action-group,calcite-action-menu,calcite-action-pad,calcite-alert,calcite-autocomplete,calcite-autocomplete-item,calcite-autocomplete-item-group,calcite-avatar,calcite-block,calcite-block-group,calcite-block-section,calcite-button,calcite-card,calcite-card-group,calcite-carousel,calcite-carousel-item,calcite-checkbox,calcite-chip,calcite-chip-group,calcite-color-picker,calcite-color-picker-hex-input,calcite-color-picker-swatch,calcite-combobox,calcite-combobox-item,calcite-combobox-item-group,calcite-date-picker,calcite-date-picker-day,calcite-date-picker-month,calcite-date-picker-month-header,calcite-dialog,calcite-dropdown,calcite-dropdown-group,calcite-dropdown-item,calcite-fab,calcite-filter,calcite-flow,calcite-flow-item,calcite-graph,calcite-handle,calcite-icon,calcite-inline-editable,calcite-input,calcite-input-date-picker,calcite-input-message,calcite-input-number,calcite-input-text,calcite-input-time-picker,calcite-input-time-zone,calcite-label,calcite-link,calcite-list,calcite-list-item,calcite-list-item-group,calcite-loader,calcite-menu,calcite-menu-item,calcite-meter,calcite-modal,calcite-navigation,calcite-navigation-logo,calcite-navigation-user,calcite-notice,calcite-option,calcite-option-group,calcite-pagination,calcite-panel,calcite-popover,calcite-progress,calcite-radio-button,calcite-radio-button-group,calcite-rating,calcite-scrim,calcite-segmented-control,calcite-segmented-control-item,calcite-select,calcite-sheet,calcite-shell,calcite-shell-center-row,calcite-shell-panel,calcite-slider,calcite-sort-handle,calcite-sortable-list,calcite-split-button,calcite-stack,calcite-stepper,calcite-stepper-item,calcite-swatch,calcite-swatch-group,calcite-switch,calcite-tab,calcite-tab-nav,calcite-tab-title,calcite-table,calcite-table-cell,calcite-table-header,calcite-table-row,calcite-tabs,calcite-text-area,calcite-tile,calcite-tile-group,calcite-tile-select,calcite-tile-select-group,calcite-time-picker,calcite-tip,calcite-tip-group,calcite-tip-manager,calcite-tooltip,calcite-tree,calcite-tree-item){visibility:hidden}

:host{--calcite-internal-color-focus: var( --calcite-color-focus, var(--calcite-ui-focus-color, var(--calcite-color-brand)) )}:root{--calcite-border-width-none: 0;--calcite-border-width-sm: 1px;--calcite-border-width-md: 2px;--calcite-border-width-lg: 4px;--calcite-container-size-margin: 24px;--calcite-container-size-gutter: 16px;--calcite-container-size-content-fluid: 100%;--calcite-container-size-content-fixed: 1440px;--calcite-corner-radius-sharp: 0;--calcite-corner-radius-none: 0;--calcite-corner-radius-xs: 2px;--calcite-corner-radius-sm: 4px;--calcite-corner-radius-round: 4px;--calcite-corner-radius-pill: 100%;--calcite-font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;--calcite-font-family-code: Monaco, Consolas, "Andale Mono", "Lucida Console", monospace;--calcite-font-weight-light: 300;--calcite-font-weight-regular: 400;--calcite-font-weight-normal: 400;--calcite-font-weight-medium: 500;--calcite-font-weight-semibold: 600;--calcite-font-weight-bold: 600;--calcite-font-size-xs: 10px;--calcite-font-size-sm: 12px;--calcite-font-size: 14px;--calcite-font-size-md: 16px;--calcite-font-size-lg: 18px;--calcite-font-size-xl: 20px;--calcite-font-size-xxl: 24px;--calcite-font-style-emphasis: italic;--calcite-font-line-height-fixed-sm: 12px;--calcite-font-line-height-fixed-base: 16px;--calcite-font-line-height-fixed-lg: 20px;--calcite-font-line-height-fixed-xl: 24px;--calcite-font-line-height-fixed-2xl: 32px;--calcite-font-line-height-fixed-3xl: 40px;--calcite-font-line-height-fixed-4xl: 48px;--calcite-font-line-height-fixed-5xl: 64px;--calcite-font-line-height-fixed-6xl: 80px;--calcite-font-line-height-relative: normal;--calcite-font-line-height-relative-base: 1;--calcite-font-line-height-relative-tight: 1.25;--calcite-font-line-height-relative-snug: 1.375;--calcite-font-line-height-relative-normal: 1.5;--calcite-font-line-height-relative-relaxed: 1.625;--calcite-font-line-height-relative-loose: 2;--calcite-font-letter-spacing-tight: -.4px;--calcite-font-letter-spacing-normal: 0;--calcite-font-letter-spacing-wide: .4px;--calcite-font-paragraph-spacing-normal: 4px;--calcite-font-text-decoration-none: none;--calcite-font-text-decoration-underline: underline;--calcite-font-text-case-none: none;--calcite-font-text-case-uppercase: uppercase;--calcite-font-text-case-lowercase: lowercase;--calcite-font-text-case-capitalize: capitalize;--calcite-opacity-light: .4;--calcite-opacity-half: .5;--calcite-opacity-dark: .85;--calcite-opacity-full: 1;--calcite-opacity-disabled: .5;--calcite-size-fixed-xxxs: 2px;--calcite-size-fixed-xxs: 4px;--calcite-size-fixed-xs: 6px;--calcite-size-fixed-sm: 8px;--calcite-size-fixed-sm-plus: 10px;--calcite-size-fixed-md: 12px;--calcite-size-fixed-md-plus: 14px;--calcite-size-fixed-lg: 16px;--calcite-size-fixed-xl: 20px;--calcite-size-fixed-xxl: 24px;--calcite-size-fixed-xxxl: 32px;--calcite-size-px: 1px;--calcite-size-xxxs: .75rem;--calcite-size-xxs: .875rem;--calcite-size-xs: 1rem;--calcite-size-sm: 1.5rem;--calcite-size-md: 2rem;--calcite-size-lg: 2.75rem;--calcite-size-xl: 3rem;--calcite-size-xxl: 4rem;--calcite-size-xxxl: 6rem;--calcite-spacing-fixed-xxs: 4px;--calcite-spacing-fixed-xs: 6px;--calcite-spacing-fixed-sm: 8px;--calcite-spacing-fixed-md: 12px;--calcite-spacing-fixed-lg: 14px;--calcite-spacing-fixed-xl: 16px;--calcite-spacing-fixed-xxl: 20px;--calcite-spacing-fixed-xxxl: 32px;--calcite-spacing-none: 0;--calcite-spacing-px: 1px;--calcite-spacing-base: 2px;--calcite-spacing-xxs: .25rem;--calcite-spacing-xs: .375rem;--calcite-spacing-sm: .5rem;--calcite-spacing-sm-plus: .625rem;--calcite-spacing-md: .75rem;--calcite-spacing-md-plus: .875rem;--calcite-spacing-lg: 1rem;--calcite-spacing-xl: 1.25rem;--calcite-spacing-xxl: 1.5rem;--calcite-spacing-xxxl: 2rem;--calcite-z-index-deep: -999999;--calcite-z-index: 1;--calcite-z-index-sticky: 300;--calcite-z-index-header: 400;--calcite-z-index-toast: 500;--calcite-z-index-dropdown: 600;--calcite-z-index-overlay: 700;--calcite-z-index-modal: 800;--calcite-z-index-popup: 900;--calcite-z-index-tooltip: 901;--calcite-corner-radius: var(--calcite-corner-radius-none);--calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);--calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, .04), 0 4px 16px 0 rgba(0, 0, 0, .08);--calcite-shadow-md: 0 4px 20px 0 rgba(0, 0, 0, .08), 0 12px 30px rgba(0, 0, 0, .1)}.calcite-typography{font-family:var(--calcite-font-family);font-size:var(--calcite-font-size);font-weight:var(--calcite-font-weight-regular);letter-spacing:var(--calcite-font-letter-spacing-normal);line-height:var(--calcite-font-line-height-fixed-base);paragraph-spacing:var(--calcite-font-paragraph-spacing-normal);text-case:var(--calcite-font-text-case-none);-webkit-text-decoration:var(--calcite-font-text-decoration-none);text-decoration:var(--calcite-font-text-decoration-none)}.calcite-typography-light-minus-3h{font-size:var(--calcite-font-size-xs);font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-fixed-sm)}.calcite-typography-light-minus-2h{font-size:var(--calcite-font-size-sm);font-weight:var(--calcite-font-weight-light)}.calcite-typography-light-minus-1h{font-weight:var(--calcite-font-weight-light)}.calcite-typography-light-0h{font-size:var(--calcite-font-size-md);font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-fixed-lg)}.calcite-typography-light-1h{font-size:var(--calcite-font-size-lg);font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-fixed-xl)}.calcite-typography-regular-minus-3h{line-height:var(--calcite-font-line-height-fixed-sm);font-size:var(--calcite-font-size-xs)}.calcite-typography-regular-minus-2h{font-size:var(--calcite-font-size-sm)}.calcite-typography-regular-minus-1h{font-family:Avenir Next,Avenir,Helvetica Neue,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:16px;paragraph-spacing:4px;text-case:none;text-decoration:none}.calcite-typography-regular-0h{line-height:var(--calcite-font-line-height-fixed-lg);font-size:var(--calcite-font-size-md)}.calcite-typography-regular-1h{line-height:var(--calcite-font-line-height-fixed-xl);font-size:var(--calcite-font-size-lg)}.calcite-typography-medium-minus-3h{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-fixed-sm);font-size:var(--calcite-font-size-xs)}.calcite-typography-medium-minus-2h{font-weight:var(--calcite-font-weight-medium);font-size:var(--calcite-font-size-sm)}.calcite-typography-medium-minus-1h{font-weight:var(--calcite-font-weight-medium)}.calcite-typography-medium-0h{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-fixed-lg);font-size:var(--calcite-font-size-md)}.calcite-typography-medium-1h{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-fixed-xl);font-size:var(--calcite-font-size-lg)}.calcite-typography-bold-minus-3h{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-fixed-sm);font-size:var(--calcite-font-size-xs)}.calcite-typography-bold-minus-2h{font-weight:var(--calcite-font-weight-semibold);font-size:var(--calcite-font-size-sm)}.calcite-typography-bold-minus-1h{font-weight:var(--calcite-font-weight-semibold)}.calcite-typography-bold-0h{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-fixed-lg);font-size:var(--calcite-font-size-md)}.calcite-typography-bold-1h{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-fixed-xl);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-light-0{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-md)}.calcite-typography-wrap-light-1{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-light-2{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xl)}.calcite-typography-wrap-light-3{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-tight);font-size:var(--calcite-font-size-xxl)}.calcite-typography-wrap-light-minus-2{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-sm)}.calcite-typography-wrap-light-minus-1{font-weight:var(--calcite-font-weight-light);line-height:var(--calcite-font-line-height-relative-snug)}.calcite-typography-wrap-regular-0{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-md)}.calcite-typography-wrap-regular-1{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-regular-2{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xl)}.calcite-typography-wrap-regular-3{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xxl)}.calcite-typography-wrap-regular-minus-2{line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-sm)}.calcite-typography-wrap-regular-minus-1{line-height:var(--calcite-font-line-height-relative-snug)}.calcite-typography-wrap-medium-0{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-md)}.calcite-typography-wrap-medium-1{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-medium-2{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xl)}.calcite-typography-wrap-medium-3{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xxl)}.calcite-typography-wrap-medium-minus-2{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-sm)}.calcite-typography-wrap-medium-minus-1{font-weight:var(--calcite-font-weight-medium);line-height:var(--calcite-font-line-height-relative-snug)}.calcite-typography-wrap-bold-0{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-md)}.calcite-typography-wrap-bold-1{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-lg)}.calcite-typography-wrap-bold-2{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xl)}.calcite-typography-wrap-bold-3{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-xxl)}.calcite-typography-wrap-bold-minus-2{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug);font-size:var(--calcite-font-size-sm)}.calcite-typography-wrap-bold-minus-1{font-weight:var(--calcite-font-weight-semibold);line-height:var(--calcite-font-line-height-relative-snug)}.calcite-typography-hierarchy-display-1{font-weight:600;line-height:1.375;font-size:24px}.calcite-typography-hierarchy-display-2{font-weight:600;line-height:1.375;font-size:20px}.calcite-typography-hierarchy-heading-1{font-weight:500;line-height:1.375;font-size:24px}.calcite-typography-hierarchy-heading-2{font-weight:500;line-height:1.375;font-size:20px}.calcite-typography-hierarchy-heading-3{font-weight:500;line-height:1.375;font-size:18px}.calcite-typography-hierarchy-heading-4{font-weight:500;line-height:1.375;font-size:16px}.calcite-typography-hierarchy-heading-5{font-weight:500;line-height:1.375}.calcite-typography-hierarchy-body-snug{line-height:1.375}.calcite-typography-hierarchy-body{font-family:Avenir Next,Avenir,Helvetica Neue,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:16px;paragraph-spacing:4px;text-case:none;text-decoration:none}.calcite-typography-hierarchy-overline{line-height:var(--calcite-font-line-height-fixed-sm);text-case:var(--calcite-font-text-case-uppercase);font-weight:var(--calcite-font-weight-bold)}.calcite-typography-hierarchy-caption{line-height:1.375;font-size:12px}:root{--calcite-color-border-white: #ffffff;--calcite-color-border-ghost: rgba(0, 0, 0, .3);--calcite-color-border-input: #949494;--calcite-color-border-3: #dedede;--calcite-color-border-2: #d4d4d4;--calcite-color-border-1: #c9c9c9;--calcite-color-text-link: #00619b;--calcite-color-text-inverse: #ffffff;--calcite-color-text-highlight: #004874;--calcite-color-text-3: #6b6b6b;--calcite-color-text-2: #4a4a4a;--calcite-color-text-1: #141414;--calcite-color-inverse-press: #212121;--calcite-color-inverse-hover: #2b2b2b;--calcite-color-inverse: #363636;--calcite-color-status-danger-press: #7c1d13;--calcite-color-status-danger-hover: #a82b1e;--calcite-color-status-danger: #d83020;--calcite-color-status-warning-press: #9a5b10;--calcite-color-status-warning-hover: #d17300;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #1a6324;--calcite-color-status-success-hover: #288835;--calcite-color-status-success: #35ac46;--calcite-color-status-info-press: #00304d;--calcite-color-status-info-hover: #004874;--calcite-color-status-info: #00619b;--calcite-color-brand-underline: rgba(0, 97, 155, .4);--calcite-color-brand-press: #004874;--calcite-color-brand-hover: #00619b;--calcite-color-brand: #007ac2;--calcite-color-transparent-tint: rgba(255, 255, 255, .8);--calcite-color-transparent-scrim: rgba(255, 255, 255, .85);--calcite-color-transparent-inverse-press: rgba(255, 255, 255, .16);--calcite-color-transparent-inverse-hover: rgba(255, 255, 255, .12);--calcite-color-transparent-press: rgba(0, 0, 0, .08);--calcite-color-transparent-hover: rgba(0, 0, 0, .04);--calcite-color-transparent: rgba(0, 0, 0, 0);--calcite-color-surface-highlight: #d6efff;--calcite-color-foreground-current: #d6efff;--calcite-color-foreground-3: #ebebeb;--calcite-color-foreground-2: #f2f2f2;--calcite-color-foreground-1: #ffffff;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #f7f7f7}.calcite-mode-light{--calcite-color-border-white: #ffffff;--calcite-color-border-ghost: rgba(0, 0, 0, .3);--calcite-color-border-input: #949494;--calcite-color-border-3: #dedede;--calcite-color-border-2: #d4d4d4;--calcite-color-border-1: #c9c9c9;--calcite-color-text-link: #00619b;--calcite-color-text-inverse: #ffffff;--calcite-color-text-highlight: #004874;--calcite-color-text-3: #6b6b6b;--calcite-color-text-2: #4a4a4a;--calcite-color-text-1: #141414;--calcite-color-inverse-press: #212121;--calcite-color-inverse-hover: #2b2b2b;--calcite-color-inverse: #363636;--calcite-color-status-danger-press: #7c1d13;--calcite-color-status-danger-hover: #a82b1e;--calcite-color-status-danger: #d83020;--calcite-color-status-warning-press: #9a5b10;--calcite-color-status-warning-hover: #d17300;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #1a6324;--calcite-color-status-success-hover: #288835;--calcite-color-status-success: #35ac46;--calcite-color-status-info-press: #00304d;--calcite-color-status-info-hover: #004874;--calcite-color-status-info: #00619b;--calcite-color-brand-underline: rgba(0, 97, 155, .4);--calcite-color-brand-press: #004874;--calcite-color-brand-hover: #00619b;--calcite-color-brand: #007ac2;--calcite-color-transparent-tint: rgba(255, 255, 255, .8);--calcite-color-transparent-scrim: rgba(255, 255, 255, .85);--calcite-color-transparent-inverse-press: rgba(255, 255, 255, .16);--calcite-color-transparent-inverse-hover: rgba(255, 255, 255, .12);--calcite-color-transparent-press: rgba(0, 0, 0, .08);--calcite-color-transparent-hover: rgba(0, 0, 0, .04);--calcite-color-transparent: rgba(0, 0, 0, 0);--calcite-color-surface-highlight: #d6efff;--calcite-color-foreground-current: #d6efff;--calcite-color-foreground-3: #ebebeb;--calcite-color-foreground-2: #f2f2f2;--calcite-color-foreground-1: #ffffff;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #f7f7f7}.calcite-mode-dark{--calcite-color-border-white: #f7f7f7;--calcite-color-border-ghost: rgba(117, 117, 117, .3);--calcite-color-border-input: #757575;--calcite-color-border-3: #404040;--calcite-color-border-2: #4a4a4a;--calcite-color-border-1: #545454;--calcite-color-text-link: #00a0ff;--calcite-color-text-inverse: #141414;--calcite-color-text-highlight: #d6efff;--calcite-color-text-3: #9e9e9e;--calcite-color-text-2: #bfbfbf;--calcite-color-text-1: #ffffff;--calcite-color-inverse-press: #f2f2f2;--calcite-color-inverse-hover: #ffffff;--calcite-color-inverse: #f7f7f7;--calcite-color-status-danger-press: #d90012;--calcite-color-status-danger-hover: #ff0015;--calcite-color-status-danger: #fe583e;--calcite-color-status-warning-press: #ff9500;--calcite-color-status-warning-hover: #ffb54d;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #00b81b;--calcite-color-status-success-hover: #3bed52;--calcite-color-status-success: #36da43;--calcite-color-status-info-press: #009af2;--calcite-color-status-info-hover: #3db8ff;--calcite-color-status-info: #00a0ff;--calcite-color-brand-underline: rgba(0, 160, 255, .4);--calcite-color-brand-press: #00619b;--calcite-color-brand-hover: #007ac2;--calcite-color-brand: #009af2;--calcite-color-transparent-tint: rgba(43, 43, 43, .8);--calcite-color-transparent-scrim: rgba(0, 0, 0, .85);--calcite-color-transparent-inverse-press: rgba(0, 0, 0, .08);--calcite-color-transparent-inverse-hover: rgba(0, 0, 0, .04);--calcite-color-transparent-press: rgba(255, 255, 255, .16);--calcite-color-transparent-hover: rgba(255, 255, 255, .12);--calcite-color-transparent: rgba(255, 255, 255, 0);--calcite-color-surface-highlight: #2b465f;--calcite-color-foreground-current: #2b465f;--calcite-color-foreground-3: #141414;--calcite-color-foreground-2: #212121;--calcite-color-foreground-1: #2b2b2b;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #363636}:root{--calcite-code-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;--calcite-sans-family: "Avenir Next", "Avenir", "Helvetica Neue", sans-serif;--calcite-font-size--3: .625rem;--calcite-font-size--2: .75rem;--calcite-font-size--1: .875rem;--calcite-font-size-0: 1rem;--calcite-font-size-1: 1.125rem;--calcite-font-size-2: 1.25rem;--calcite-font-size-3: 1.625rem;--calcite-font-size-4: 2rem;--calcite-font-size-5: 2.5rem;--calcite-font-size-6: 3rem;--calcite-font-size-7: 3.5rem;--calcite-font-size-8: 4rem;--calcite-font-weight-light: 300;--calcite-font-weight-normal: 400;--calcite-font-weight-medium: 500;--calcite-font-weight-bold: 600;--calcite-ui-brand: var(--calcite-color-brand);--calcite-ui-brand-hover: var(--calcite-color-brand-hover);--calcite-ui-brand-press: var(--calcite-color-brand-press);--calcite-ui-background: var(--calcite-color-background);--calcite-ui-foreground-1: var(--calcite-color-foreground-1);--calcite-ui-foreground-2: var(--calcite-color-foreground-2);--calcite-ui-foreground-3: var(--calcite-color-foreground-3);--calcite-ui-foreground-current: var(--calcite-color-foreground-current);--calcite-ui-focus-offset-invert: var(--calcite-offset-invert-focus);--calcite-semantic-ui-color-foreground-current: var(--calcite-color-foreground-current);--calcite-ui-text-1: var(--calcite-color-text-1);--calcite-ui-text-2: var(--calcite-color-text-2);--calcite-ui-text-3: var(--calcite-color-text-3);--calcite-ui-text-inverse: var(--calcite-color-text-inverse);--calcite-ui-text-link: var(--calcite-color-text-link);--calcite-ui-border-1: var(--calcite-color-border-1);--calcite-ui-border-2: var(--calcite-color-border-2);--calcite-ui-border-3: var(--calcite-color-border-3);--calcite-ui-border-input: var(--calcite-color-border-input);--calcite-ui-info: var(--calcite-color-status-info);--calcite-ui-info-hover: var(--calcite-color-status-info-hover);--calcite-ui-info-press: var(--calcite-color-status-info-press);--calcite-ui-success: var(--calcite-color-status-success);--calcite-ui-success-hover: var(--calcite-color-status-success-hover);--calcite-ui-success-press: var(--calcite-color-status-success-press);--calcite-ui-warning: var(--calcite-color-status-warning);--calcite-ui-warning-hover: var(--calcite-color-status-warning-hover);--calcite-ui-warning-press: var(--calcite-color-status-warning-press);--calcite-ui-danger: var(--calcite-color-status-danger);--calcite-ui-danger-hover: var(--calcite-color-status-danger-hover);--calcite-ui-danger-press: var(--calcite-color-status-danger-press);--calcite-ui-inverse: var(--calcite-color-inverse);--calcite-app-z-index: var(--calcite-z-index);--calcite-app-z-index-tooltip: var(--calcite-z-index-tooltip);--calcite-app-z-index-popup: var(--calcite-z-index-popup);--calcite-app-z-index-modal: var(--calcite-z-index-modal);--calcite-app-z-index-overlay: var(--calcite-z-index-overlay);--calcite-app-z-index-dropdown: var(--calcite-z-index-dropdown);--calcite-app-z-index-toast: var(--calcite-z-index-toast);--calcite-app-z-index-header: var(--calcite-z-index-header);--calcite-app-z-index-sticky: var(--calcite-z-index-sticky);--calcite-app-breakpoint-content-fixed: var(--calcite-container-size-content-fixed);--calcite-app-breakpoint-content-fluid: var(--calcite-container-size-content-fluid);--calcite-app-breakpoint-width-lg: var(--calcite-container-size-width-lg-max);--calcite-app-breakpoint-width-md: var(--calcite-container-size-width-md-max);--calcite-app-breakpoint-width-sm: var(--calcite-container-size-width-sm-max);--calcite-app-breakpoint-width-xs: var(--calcite-container-size-width-xs-max);--calcite-app-breakpoint-width-xxs: var(--calcite-container-size-width-xxs-max);--calcite-app-spacing-11: var(--calcite-spacing-xxxl);--calcite-app-spacing-8: var(--calcite-spacing-xl);--calcite-app-spacing-7: var(--calcite-spacing-lg);--calcite-app-spacing-6: var(--calcite-spacing-md-plus);--calcite-app-spacing-5: var(--calcite-spacing-md);--calcite-app-spacing-3: var(--calcite-spacing-sm);--calcite-app-spacing-2: var(--calcite-spacing-xs);--calcite-app-spacing-1: var(--calcite-spacing-xxs);--calcite-app-spacing-0: var(--calcite-spacing-base);--calcite-app-sizing-11: var(--calcite-size-md);--calcite-app-sizing-9: var(--calcite-size-sm);--calcite-app-sizing-8: var(--calcite-spacing-xl);--calcite-app-sizing-7: var(--calcite-size-xs);--calcite-app-sizing-6: var(--calcite-size-xxxs-plus);--calcite-app-sizing-5: var(--calcite-size-xxxs);--calcite-app-sizing-4: var(--calcite-spacing-sm-plus);--calcite-app-sizing-3: var(--calcite-spacing-sm);--calcite-app-sizing-2: var(--calcite-spacing-xs);--calcite-app-sizing-1: var(--calcite-spacing-xxs);--calcite-app-sizing-0: var(--calcite-spacing-base);--calcite-app-opacity-100: var(--calcite-app-opacity-full);--calcite-app-opacity-85: var(--calcite-app-opacity-dark);--calcite-app-opacity-50: var(--calcite-app-opacity-half);--calcite-app-opacity-40: var(--calcite-app-opacity-light);--calcite-app-border-width-none: var(--calcite-border-width-none);--calcite-app-border-width-2: var(--calcite-border-width-lg);--calcite-app-border-width-1: var(--calcite-border-width-md);--calcite-app-border-width-0: var(--calcite-border-width-sm);--calcite-app-border-radius-full: var(--calcite-corner-radius-pill);--calcite-app-border-radius-none: var(--calcite-corner-radius-sharp);--calcite-app-border-radius-1: var(--calcite-corner-radius-round);--calcite-app-border-radius-0: var(--calcite-corner-radius-0);--calcite-app-font-text-case-capitalize: var(--calcite-font-text-case-capitalize);--calcite-app-font-text-case-lowercase: var(--calcite-font-text-case-lowercase);--calcite-app-font-text-case-uppercase: var(--calcite-font-text-case-uppercase);--calcite-app-font-text-case-none: var(--calcite-font-text-case-none);--calcite-app-font-text-decoration-underline: var(--calcite-font-text-decoration-underline);--calcite-app-font-text-decoration-none: var(--calcite-font-text-decoration-none);--calcite-app-font-paragraph-spacing-normal: var(--calcite-font-paragraph-spacing-normal);--calcite-app-font-letter-spacing-wide: var(--calcite-font-letter-spacing-wide);--calcite-app-font-letter-spacing-normal: var(--calcite-font-letter-spacing-normal);--calcite-app-font-letter-spacing-tight: var(--calcite-font-letter-spacing-tight);--calcite-app-font-size-6: var(--calcite-font-size-xxl);--calcite-app-font-size-5: var(--calcite-font-size-xl);--calcite-app-font-size-4: var(--calcite-font-size-lg);--calcite-app-font-size-3: var(--calcite-font-size-md);--calcite-app-font-size-2: var(--calcite-font-size);--calcite-app-font-size-1: var(--calcite-font-size-sm);--calcite-app-font-size-0: var(--calcite-font-size-xs);--calcite-app-font-line-height-relative-loose: var(--calcite-font-line-height-relative-loose);--calcite-app-font-line-height-relative-relaxed: var(--calcite-font-line-height-relative-relaxed);--calcite-app-font-line-height-relative-normal: var(--calcite-font-line-height-relative-normal);--calcite-app-font-line-height-relative-snug: var(--calcite-font-line-height-relative-snug);--calcite-app-font-line-height-relative-tight: var(--calcite-font-line-height-relative-tight);--calcite-app-font-line-height-relative: var(--calcite-font-line-height-relative);--calcite-app-font-line-height-fixed-3: var(--calcite-font-line-height-fixed-xl);--calcite-app-font-line-height-fixed-2: var(--calcite-font-line-height-fixed-lg);--calcite-app-font-line-height-fixed: var(--calcite-font-line-height-fixed-sm);--calcite-app-font-weight-bold: var(--calcite-font-weight-bold);--calcite-app-font-weight-demi: var(--calcite-font-weight-semibold);--calcite-app-font-weight-medium: var(--calcite-font-weight-medium);--calcite-app-font-weight-regular: var(--calcite-font-weight-regular);--calcite-app-font-weight-light: var(--calcite-font-weight-light);--calcite-app-font-family-code: var(--calcite-font-family-code);--calcite-app-font-family-primary: var(--calcite-font-family-primary);--calcite-floating-ui-transition: var(--calcite-animation-timing);--calcite-floating-ui-z-index: var(--calcite-z-index-dropdown);--calcite-animation-timing: calc(.15s * var(--calcite-internal-duration-factor));--calcite-internal-duration-factor: var(--calcite-duration-factor, 1);--calcite-internal-animation-timing-fast: calc(.1s * var(--calcite-internal-duration-factor));--calcite-internal-animation-timing-medium: calc(.2s * var(--calcite-internal-duration-factor));--calcite-internal-animation-timing-slow: calc(.3s * var(--calcite-internal-duration-factor));--calcite-popover-z-index: var(--calcite-z-index-popup);--calcite-border-radius: var(--calcite-border-radius-round, 4px);--calcite-border-radius-base: 0;--calcite-offset-invert-focus: 0;--calcite-panel-width-multiplier: 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--calcite-font-family)}@media (prefers-color-scheme: dark){.calcite-mode-auto{--calcite-color-border-white: #f7f7f7;--calcite-color-border-ghost: rgba(117, 117, 117, .3);--calcite-color-border-input: #757575;--calcite-color-border-3: #404040;--calcite-color-border-2: #4a4a4a;--calcite-color-border-1: #545454;--calcite-color-text-link: #00a0ff;--calcite-color-text-inverse: #141414;--calcite-color-text-highlight: #d6efff;--calcite-color-text-3: #9e9e9e;--calcite-color-text-2: #bfbfbf;--calcite-color-text-1: #ffffff;--calcite-color-inverse-press: #f2f2f2;--calcite-color-inverse-hover: #ffffff;--calcite-color-inverse: #f7f7f7;--calcite-color-status-danger-press: #d90012;--calcite-color-status-danger-hover: #ff0015;--calcite-color-status-danger: #fe583e;--calcite-color-status-warning-press: #ff9500;--calcite-color-status-warning-hover: #ffb54d;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #00b81b;--calcite-color-status-success-hover: #3bed52;--calcite-color-status-success: #36da43;--calcite-color-status-info-press: #009af2;--calcite-color-status-info-hover: #3db8ff;--calcite-color-status-info: #00a0ff;--calcite-color-brand-underline: rgba(0, 160, 255, .4);--calcite-color-brand-press: #00619b;--calcite-color-brand-hover: #007ac2;--calcite-color-brand: #009af2;--calcite-color-transparent-tint: rgba(43, 43, 43, .8);--calcite-color-transparent-scrim: rgba(0, 0, 0, .85);--calcite-color-transparent-inverse-press: rgba(0, 0, 0, .08);--calcite-color-transparent-inverse-hover: rgba(0, 0, 0, .04);--calcite-color-transparent-press: rgba(255, 255, 255, .16);--calcite-color-transparent-hover: rgba(255, 255, 255, .12);--calcite-color-transparent: rgba(255, 255, 255, 0);--calcite-color-surface-highlight: #2b465f;--calcite-color-foreground-current: #2b465f;--calcite-color-foreground-3: #141414;--calcite-color-foreground-2: #212121;--calcite-color-foreground-1: #2b2b2b;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #363636}}@media (prefers-color-scheme: light){.calcite-mode-auto{--calcite-color-border-white: #ffffff;--calcite-color-border-ghost: rgba(0, 0, 0, .3);--calcite-color-border-input: #949494;--calcite-color-border-3: #dedede;--calcite-color-border-2: #d4d4d4;--calcite-color-border-1: #c9c9c9;--calcite-color-text-link: #00619b;--calcite-color-text-inverse: #ffffff;--calcite-color-text-highlight: #004874;--calcite-color-text-3: #6b6b6b;--calcite-color-text-2: #4a4a4a;--calcite-color-text-1: #141414;--calcite-color-inverse-press: #212121;--calcite-color-inverse-hover: #2b2b2b;--calcite-color-inverse: #363636;--calcite-color-status-danger-press: #7c1d13;--calcite-color-status-danger-hover: #a82b1e;--calcite-color-status-danger: #d83020;--calcite-color-status-warning-press: #9a5b10;--calcite-color-status-warning-hover: #d17300;--calcite-color-status-warning: #f89927;--calcite-color-status-success-press: #1a6324;--calcite-color-status-success-hover: #288835;--calcite-color-status-success: #35ac46;--calcite-color-status-info-press: #00304d;--calcite-color-status-info-hover: #004874;--calcite-color-status-info: #00619b;--calcite-color-brand-underline: rgba(0, 97, 155, .4);--calcite-color-brand-press: #004874;--calcite-color-brand-hover: #00619b;--calcite-color-brand: #007ac2;--calcite-color-transparent-tint: rgba(255, 255, 255, .8);--calcite-color-transparent-scrim: rgba(255, 255, 255, .85);--calcite-color-transparent-inverse-press: rgba(255, 255, 255, .16);--calcite-color-transparent-inverse-hover: rgba(255, 255, 255, .12);--calcite-color-transparent-press: rgba(0, 0, 0, .08);--calcite-color-transparent-hover: rgba(0, 0, 0, .04);--calcite-color-transparent: rgba(0, 0, 0, 0);--calcite-color-surface-highlight: #d6efff;--calcite-color-foreground-current: #d6efff;--calcite-color-foreground-3: #ebebeb;--calcite-color-foreground-2: #f2f2f2;--calcite-color-foreground-1: #ffffff;--calcite-color-background-none: rgba(255, 255, 255, 0);--calcite-color-background: #f7f7f7}}@media (prefers-reduced-motion: reduce){:root{--calcite-internal-duration-factor: 0}}@keyframes in{0%{opacity:0}to{opacity:1}}@keyframes in-down{0%{opacity:0;transform:translate3D(0,-5px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes in-up{0%{opacity:0;transform:translate3D(0,5px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes in-right{0%{opacity:0;transform:translate3D(-5px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes in-left{0%{opacity:0;transform:translate3D(5px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes in-scale{0%{opacity:0;transform:scale3D(.95,.95,1)}to{opacity:1;transform:scaleZ(1)}}.calcite-animate{opacity:0;animation-fill-mode:both;animation-duration:var(--calcite-animation-timing)}.calcite-animate__in{animation-name:in}.calcite-animate__in-down{animation-name:in-down}.calcite-animate__in-up{animation-name:in-up}.calcite-animate__in-right{animation-name:in-right}.calcite-animate__in-left{animation-name:in-left}.calcite-animate__in-scale{animation-name:in-scale}
}
.IafSpinner-module_modelSpinner__z-QcU {
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 15;
}

.IafSpinner-module_lds-status__QQveI {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 160px;
  bottom: 20px;
  box-sizing: border-box;
  display: block;
  width: 200px;
  height: 44px;
  margin: 8px;
}

.IafSpinner-module_lds-ring__b8GFo {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.IafSpinner-module_lds-ring__b8GFo div {
  position: absolute;
  right: 140px;
  bottom: 20px;
  box-sizing: border-box;
  display: block;
  width: 44px;
  height: 44px;
  margin: 8px;
  border: 8px solid rgb(94, 90, 90);
  border-radius: 50%;
  animation: IafSpinner-module_lds-ring__b8GFo 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(94, 90, 90) transparent transparent transparent;
}

.IafSpinner-module_lds-ring__b8GFo div:nth-child(1) {
  animation-delay: -0.45s;
}

.IafSpinner-module_lds-ring__b8GFo div:nth-child(2) {
  animation-delay: -0.3s;
}

.IafSpinner-module_lds-ring__b8GFo div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes IafSpinner-module_lds-ring__b8GFo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
.react-contextmenu {
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #373a3c;
  font-size: 16px;
  margin: 2px 0 0;
  width: 150px !important;
  height: 180px !important;
  outline: none;
  opacity: 0;
  padding: 5px 0;
  pointer-events: none;
  text-align: left;
  transition: opacity 250ms ease !important;
}

.react-contextmenu.react-contextmenu--visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}

.react-contextmenu-item {
  background: 0 0;
  border: 0;
  color: #373a3c;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  padding: 3px 20px;
  text-align: inherit;
  white-space: nowrap;
}

.react-contextmenu-item.react-contextmenu-item--active,
.react-contextmenu-item.react-contextmenu-item--selected {
  color: #fff;
  background-color: #20a0ff;
  border-color: #20a0ff;
  text-decoration: none;
}

.react-contextmenu-item.react-contextmenu-item--disabled,
.react-contextmenu-item.react-contextmenu-item--disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  color: #878a8c;
}

.react-contextmenu-item--divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: inherit;
  margin-bottom: 3px;
  padding: 2px 0;
}

.react-contextmenu-item--divider:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}

.react-contextmenu-item.react-contextmenu-submenu {
  padding: 0;
}

.react-contextmenu-item.react-contextmenu-submenu > .react-contextmenu-item:after {
  content: "▶";
  display: inline-block;
  position: absolute;
  right: 7px;
}

.example-multiple-targets::after {
  content: attr(data-count);
  display: block;
}
/**
 * ****************************************************************************
 *
 * INVICARA INC CONFIDENTIAL __________________
 *
 * Copyright (C) [2012] - [2018] INVICARA INC, INVICARA Pte Ltd, INVICARA INDIA
 * PVT LTD All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * Invicara Inc and its suppliers, if any. The intellectual and technical
 * concepts contained herein are proprietary to Invicara Inc and its suppliers
 * and may be covered by U.S. and Foreign Patents, patents in process, and are
 * protected by trade secret or copyright law. Dissemination of this information
 * or reproduction of this material is strictly forbidden unless prior written
 * permission is obtained from Invicara Inc.
 */
.NewToolbar-module_none__0vnGh {
  position: relative;
  height: 100%;
  right: 1px;
  width: 0px;
  background-color: var(--toolbar-color) !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  padding-bottom: 35px;
  overflow-x: hidden !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 4;
  top: 0px;
  padding-bottom: 35px;
}
.NewToolbar-module_none__0vnGh::-webkit-scrollbar {
  display: none;
}

.NewToolbar-module_small__4ioKK {
  position: relative;
  height: 100%;
  right: 1px;
  width: 48px;
  background-color: var(--toolbar-color) !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  padding-bottom: 35px;
  overflow-x: hidden !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 4;
  top: 0px;
  padding-bottom: 35px;
}
.NewToolbar-module_small__4ioKK::-webkit-scrollbar {
  display: none;
}

.NewToolbar-module_medium__jKjHP {
  position: relative;
  height: 100%;
  right: 1px;
  width: 64px;
  background-color: var(--toolbar-color) !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  overflow-x: hidden !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 4;
  top: 0px;
  padding-bottom: 35px;
}
.NewToolbar-module_medium__jKjHP .NewToolbar-module_viewer-toolbar-btn__TwQ6o {
  width: 64px;
}
.NewToolbar-module_medium__jKjHP::-webkit-scrollbar {
  display: none;
}

.NewToolbar-module_large__0saYk {
  position: relative;
  height: 100%;
  right: 1px;
  width: 94px;
  background-color: var(--toolbar-color) !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  overflow-x: hidden !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 4;
  top: 0px;
  padding-bottom: 35px;
}
.NewToolbar-module_large__0saYk .NewToolbar-module_viewer-toolbar-btn__TwQ6o {
  width: 94px;
}
.NewToolbar-module_large__0saYk::-webkit-scrollbar {
  display: none;
}

.NewToolbar-module_arrow-btn-hidden__hmWhK {
  height: 56px;
}

.NewToolbar-module_viewer-toolbar-btn__TwQ6o {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 48px;
  height: 56px;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.16));
  flex: none;
  order: 8;
  flex-grow: 0;
  cursor: pointer;
}
.NewToolbar-module_viewer-toolbar-btn__TwQ6o .NewToolbar-module_toolbar-icon__-8YBk {
  width: 24px;
  height: 28px;
  min-width: 24px;
  min-height: 24px;
  position: relative;
}
.NewToolbar-module_viewer-toolbar-btn__TwQ6o .NewToolbar-module_toolbar-icon__-8YBk.NewToolbar-module_grouped-icon__AdT5C {
  background-image: linear-gradient(315deg, transparent 4px, transparent 0), linear-gradient(315deg, #fff 4px, transparent 0);
}

.NewToolbar-module_viewer-toolbar-btn__TwQ6o:hover:before {
  content: "";
  position: absolute;
  width: 80%; /* Adjust width as needed */
  height: 90%; /* Adjust height as needed */
  background-color: #3E3E3E !important; /* Background color on hover */
  z-index: -1;
  transition: inherit;
}

.NewToolbar-module_toolbar-txt__Y7Yt2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 19px;
  color: #DCDCDC;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.NewToolbar-module_apply-box-shadow__A5fJd::before {
  content: "";
  position: absolute;
  width: 80%; /* Adjust width as needed */
  height: 90%; /* Adjust height as needed */
  background-color: var(--app-accent-color) !important; /* Background color on hover */
  z-index: -1;
  border-radius: 3px;
}

.NewToolbar-module_filter-gray__wMLqh {
  filter: invert(34%) sepia(0%) saturate(43%) hue-rotate(134deg) brightness(109%) contrast(78%); /* #666666 */
}

.NewToolbar-module_image-pink__dEdME {
  filter: invert(40%) sepia(86%) saturate(6224%) hue-rotate(311deg) brightness(83%) contrast(101%);
}

.NewToolbar-module_filter-pink__UEbG3 {
  filter: invert(20%) sepia(95%) saturate(2664%) hue-rotate(306deg) brightness(82%) contrast(101%); /* var(--app-accent-color) */
}

.NewToolbar-module_filter-grey-forDisableIcon__Z5nQC {
  filter: invert(100%) sepia(0%) saturate(588%) hue-rotate(187deg) brightness(113%) contrast(87%);
}

.NewToolbar-module_filter-grey-forDisableIcon__Z5nQC {
  cursor: default;
  filter: invert(100%) sepia(0%) saturate(3893%) hue-rotate(117deg) brightness(134%) contrast(73%);
}

/* The switch - the box around the slider */
.NewToolbar-module_switch__2UjvW {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.NewToolbar-module_switch__2UjvW input {
  display: none;
}

.NewToolbar-module_slider__OBQzd {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.NewToolbar-module_slider__OBQzd:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--app-accent-color) !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .NewToolbar-module_slider__OBQzd {
  background-color: #2196F3;
}

input:focus + .NewToolbar-module_slider__OBQzd {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .NewToolbar-module_slider__OBQzd:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.NewToolbar-module_slidecontainer__5Nag4 {
  margin-top: 10px;
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.NewToolbar-module_slider2__wp4tM {
  -webkit-appearance: none; /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: 0.2s; /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
}

/* Mouse-over effects */
.NewToolbar-module_slider2__wp4tM:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.NewToolbar-module_slider2__wp4tM::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.NewToolbar-module_slider2__wp4tM::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=range] {
    overflow: hidden;
    width: 80%;
    -webkit-appearance: none;
    background-color: #ece7e9;
  }
  input[type=range]::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: var(--app-accent-color);
    margin-top: -1px;
  }
  input[type=range]::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    cursor: pointer;
    background: var(--app-accent-color);
    box-shadow: -80px 0 0 80px var(--app-accent-color);
  }
}
.NewToolbar-module_cutting-plane-div__4QU3P {
  position: absolute;
  border-radius: 10px;
  z-index: 9;
  min-width: 250px;
  min-height: 100px;
  padding: 0% 0% 1% 0%;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
}

.NewToolbar-module_cutting-plane-div-body__9ane8 {
  position: relative;
  width: 200px !important;
  margin: auto;
}
.NewToolbar-module_cutting-plane-div-body__9ane8 td {
  padding: 5px;
}

.NewToolbar-module_cutting-plane-div-header__Gx1Zc {
  position: relative;
  padding: 10px;
  width: 200px !important;
  border-radius: 10px;
  min-height: 30px;
  margin: 0 auto;
  cursor: move;
  z-index: 10;
  background-color: var(--app-accent-color);
  color: #fff;
}

.NewToolbar-module_switch__2UjvW {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 15px;
  vertical-align: middle;
  margin-top: 5px;
}

.NewToolbar-module_switch__2UjvW input {
  opacity: 0;
  width: 0;
  height: 0;
}

.NewToolbar-module_slider__OBQzd {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.NewToolbar-module_slider__OBQzd:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -5px;
  bottom: -2.5px;
  background-color: var(--app-accent-color) !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .NewToolbar-module_slider__OBQzd {
  background-color: var(--app-accent-color) !important;
}

input:focus + .NewToolbar-module_slider__OBQzd {
  box-shadow: 0 0 1px var(--app-accent-color);
}

input:checked + .NewToolbar-module_slider__OBQzd:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.NewToolbar-module_slider__OBQzd.NewToolbar-module_round__oQjLa {
  border-radius: 15px;
}

.NewToolbar-module_slider__OBQzd.NewToolbar-module_round__oQjLa:before {
  border-radius: 50%;
}

.NewToolbar-module_cuttingPlane-header__Ln1jg {
  color: white;
  width: auto;
  text-align: left !important;
  display: flex;
  /* background-color: white !important; */
  background-color: var(--app-accent-color) !important;
  overflow: hidden !important;
  border-radius: 10px 10px 0px 0px !important;
  cursor: pointer;
  /* margin: 10px !important; */
  border: solid #6d6e70 1px !important;
}

.NewToolbar-module_cutting-plane-select-btn__Op0dt {
  width: 20px;
  height: 20px;
  cursor: pointer;
  align-items: center;
  z-index: 10;
  border-radius: 0.262em;
}
.NewToolbar-module_cutting-plane-select-btn__Op0dt .NewToolbar-module_cuttingPlane-icon__P9eJj {
  width: 25px;
  height: 25px;
  position: absolute;
}

.NewToolbar-module_cutting-plane-select-btn__Op0dt .NewToolbar-module_tooltip-txt__9W0J2 {
  visibility: hidden;
  width: 90px;
  background-color: var(--app-accent-color);
  color: #fff;
  text-align: center;
  font-size: 0.832em;
  padding: 0.262em;
  border-radius: 0.262em;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 150%;
  left: -40px !important;
  z-index: 7;
}

.NewToolbar-module_cuttingPlane_button__ZJG1U {
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  z-index: 10;
  margin-left: 70px;
  background: var(--app-accent-color) !important;
}
.NewToolbar-module_cuttingPlane_button__ZJG1U .NewToolbar-module_cuttingPlane-icon__P9eJj {
  width: 20px;
  height: 18px;
  margin: 11px 10px 11px 10px;
  position: absolute;
}

.NewToolbar-module_cuttingPlane_button__ZJG1U .NewToolbar-module_tooltip-txt__9W0J2 {
  visibility: hidden;
  width: 90px;
  background-color: var(--app-accent-color);
  color: #fff;
  text-align: center;
  font-size: 0.832em;
  padding: 0.262em;
  border-radius: 0.262em;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 150%;
  left: -40px !important;
  z-index: 7;
}

.NewToolbar-module_cuttingPlane-header-text__72bUJ {
  margin: 10px;
  text-align: left;
  color: white;
}

.NewToolbar-module_filter-white__aCxjr {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1962%) hue-rotate(173deg) brightness(120%) contrast(100%);
}

.NewToolbar-module_cuttingPlane-icon__P9eJj:hover .NewToolbar-module_tooltip-txt__9W0J2 {
  visibility: visible;
}

.NewToolbar-module_walk1__y15Iw {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 71px 309px;
  width: 700px;
  font-family: "Inter";
}

.NewToolbar-module_commandDropDown__YBct9 {
  margin-left: 8px;
  margin-top: 19px;
  margin-bottom: 8px;
  margin-right: 8px;
  text-align: center;
  font-size: 12.8px;
  height: 24px;
  float: left;
  width: 150px;
  border-color: white;
  color: var(--app-accent-color) !important;
  font-weight: bold;
}

.NewToolbar-module_disabled__DGDbz {
  opacity: 0.2; /* Adjust the opacity value as desired */
  cursor: not-allowed;
}

@media (max-width: 1023px) {
  .NewToolbar-module_customiseViewerBtn__cXNxp {
    display: none;
  }
}
@media (max-height: 719px) {
  .NewToolbar-module_customiseViewerBtn__cXNxp {
    display: none;
  }
}
.NewToolbar-module_markup-container__yAXDX {
  display: flex;
  background: #454545;
  flex-direction: column;
}

.NewToolbar-module_markup-custom-item__qrGfx {
  display: flex;
  align-items: center;
  padding: 12px 24px;
}

.NewToolbar-module_markup-custom-item__qrGfx:hover {
  background-color: #3E3E3E;
}

.NewToolbar-module_markup-menu-item__POQ97 {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.NewToolbar-module_markup_icon_img__vGfKb {
  width: 24px;
  height: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.NewToolbar-module_markup_icon_wrapper__g3Jlq {
  width: 20% !important;
}

.NewToolbar-module_markup_text__FPBl1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  padding-left: 10px;
  color: #FFFFFF;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.NewToolbar-module_disabled-component__-k6qc {
  /* Make the div appear disabled */
  opacity: 0.6; /* Reduce opacity to make it appear faded */
  pointer-events: none; /* Disable mouse interactions */
  cursor: not-allowed; /* Change cursor to indicate it's not clickable */
}
/* -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 28-06-23    HSK        PLAT-2728   Coloring Mechanism - Derive from var(--app-accent-color)
// -------------------------------------------------------------------------------------
*/


.modal1{
    /* border: 1px solid rgb(0 0 0 / 32%);
    border-radius: 24px;
    box-shadow: 0px 0px 19px rgb(0 0 0 / 32%);
    padding-left: 35px;
    padding-top: 14px; */
    border: 1px solid rgb(0 0 0 / 32%);
    max-width: 114%;
    height: 100%;
    border-radius: 24px;
    box-shadow: 0px 0px 19px rgb(0 0 0 / 32%);
    padding-left: 4%;
    margin-top: -11%;
    margin-left: 2%;
    background-color: white;
    overflow-y: scroll;
    max-height: 85vh;
}

.modal__first{
    display: flex;
    justify-content: space-between;
    margin-top: 4%;

}
.modal__firstRight{
    cursor: pointer;
}
.modal__second{
    display: flex;
    /* border: 1px solid black; */
    width: 46%;
    margin: 1%;
    border-radius: 8px;
    background-color: #EBEBEB;
    cursor: pointer;

}
.modal__secondLeft{
    padding: 5px;
    background-color: var(--app-accent-color);
    color: white;
    border-radius: 8px 0px 0px 8px;
    width: 50%;
    text-align: center;
}
.modal__secondRight{
    padding: 5px;
    width: 50%;
    text-align: center;
}

.modal__last{
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 3%;
    margin-top: 3%;
}
.modal__lastLeft{
    margin-right:10px;
    padding-right: 1%;
}
.modal__lastLeft input{
    width: 20px;
    height: 20px;
    margin: 5px;
}

.modal__lastRight{
    margin-right: 10px;
    background-color: var(--app-accent-color);
    border: none;
    border-radius: 12px;
    width: 82px;
    text-align: center;
}

@media only screen and (max-device-width: 480px) {
    .modal1 {
        margin-left: -223%;
        width: 69%;
      }

}
@media only screen and (max-device-width: 850px) {
    .modal1 {
        margin-left: -103%;
        width: 88%;
      }

}
@media only screen and (device-width:912px) {
    .modal1 {
        margin-left: -89%;
        width: 88%;
      }

}
@media only screen and (device-width:768px) {
    .modal1 {
    margin-left: -110%;
    width: 78%;
}

}
@media only screen and (device-width:540px) {
    .modal1 {
        margin-left: -144%;
        width: 45%;
        overflow-x: hidden;
      }
      .modal__last {
        width: 111%;
        margin-left: -28px;
      }

}
.Item-module_item1__KKuGB {
  /* border: 1px solid black; */
  /* width: 292px;
  height: 200px; */
  width: 46%;
  margin: 20px 10px;
}

.Item-module_item__first__Wnq8h {
  font-size: 10px;
  padding: 5px;
  letter-spacing: 4px;
}

.Item-module_item__second__1l4x9 {
  margin: 2%;
}

.Item-module_item__second__1l4x9 img {
  width: 110px;
  height: 99px;
}

.Item-module_item__third__L-5HP {
  /* padding: 5px; */
  /* margin-left: 7px;
  margin-top: 31px; */
  margin-left: 1%;
  margin-top: 6%;
}
.Mouse-module_mouse__6jFGz {
  display: flex;
  flex-wrap: wrap;
}
.Keyboard-module_keyboard__ffxk6 {
  display: flex;
  flex-wrap: wrap;
}

.Keyboard-module_keyboard__ffxk6 #Keyboard-module_key1__cVrIa {
  width: 252px;
}
.IafTooltip-module_toolbar-icon__4-eR8 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  position: relative;
}

.IafTooltip-module_icon-color-filter__O5QPZ {
  filter: var(--navbar-icon-filter);
}

.IafTooltip-module_icon-selection-color__q53lc {
  filter: var(--navbar-icon-filter);
}

.IafTooltip-module_list-item-close__5x0VJ {
  width: 24px;
  height: 24px;
  flex: none;
  order: 1;
  flex-grow: 0;
  cursor: pointer;
  color: #ffffff;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2813   Revamed IafViewer Components                                     
// 28-06-23    HSK        PLAT-2728   Coloring Mechanism - Derive from var(--app-accent-color)
// 21-03-24    HSK        PLAT-4420   Iaf-viewer styles taking precedence over application's MUI components
// -------------------------------------------------------------------------------------
*/
.IafSwitch-module_switch-disabled__rHHBs {
  opacity: 0.6;
  /* cursor: not-allowed; */
}

.IafSwitch-module_switch-component__UulIC {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 207px;
  height: 18px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.IafSwitch-module_switch-title__uapi5 {
  width: 170px;
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #dcdcdc;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.IafSwitch-module_switch-component__UulIC span.MuiSwitch-thumb {
  margin-left: -14.5px;
  width: 12px;
  height: 12px;
  background: #dcdcdc;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.IafSwitch-module_switch-component__UulIC span.MuiSwitch-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px;
  gap: 10px;
  width: 27px;
  height: 16px;
  background: #3e3e3e;
  border-radius: 18px;
  flex: none;
  order: 1;
  flex-grow: 0;
  opacity: 1;
}

.IafSwitch-module_switch-component__UulIC span.MuiSwitch-colorSecondary.Mui-checked + .MuiSwitch-track {
  background-color: var(--app-accent-color) !important;
  opacity: 1;
}

.IafSwitch-module_switch-component__UulIC input.PrivateSwitchBase-input-11.MuiSwitch-input {
  left: -100%;
  width: 300%;
}

.IafSwitch-module_switch-component__UulIC span.MuiSwitch-root {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 2px;
  gap: 10px;
  width: 27px;
  height: 16px;
  border-radius: 18px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.IafSwitch-module_switch-component__UulIC span.MuiSwitch-root > :first-child {
  top: auto !important;
  left: auto !important;
}

.IafSwitch-module_switch-component__UulIC span.MuiSwitch-root > .Mui-checked:first-child {
  transform: translateX(8px) !important;
}

.IafSwitch-module_disabled-component__ogpOO {
  /* Make the div appear disabled */
  opacity: 0.6; /* Reduce opacity to make it appear faded */
  pointer-events: none; /* Disable mouse interactions */
  cursor: not-allowed; /* Change cursor to indicate it's not clickable */
}
.viewerSubMenu-module_viewer-toolbar-submenu__e-LNl {
  display: flex;
  flex-direction: column;
  background: transparent;
  z-index: 5;
  position: absolute;
  max-height: fit-content;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.viewerSubMenu-module_viewer-toolbar-submenu__e-LNl .viewerSubMenu-module_viewer-submenu-icon__4vIik {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 8px;
  background: #454545;
  /* Shadow 1 */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.32);
}
.viewerSubMenu-module_viewer-toolbar-submenu__e-LNl .viewerSubMenu-module_viewer-submenu-icon__4vIik .viewerSubMenu-module_submenu-img__Z54pD {
  width: 24px;
  height: 24px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.viewerSubMenu-module_viewer-toolbar-submenu__e-LNl .viewerSubMenu-module_viewer-submenu-icon__4vIik .viewerSubMenu-module_check-icon__rqmBr {
  margin: 3px !important;
  padding: 1px !important;
}
.viewerSubMenu-module_viewer-toolbar-submenu__e-LNl .viewerSubMenu-module_viewer-submenu-icon__4vIik .viewerSubMenu-module_check-icon-wrapper__0aWqQ {
  width: 20% !important;
}
.viewerSubMenu-module_viewer-toolbar-submenu__e-LNl .viewerSubMenu-module_viewer-submenu-icon__4vIik .viewerSubMenu-module_tooltip-txt__--bgy {
  width: 134px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  padding-left: 10px;
  color: #FFFFFF;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.viewerSubMenu-module_viewer-toolbar-submenu__e-LNl .viewerSubMenu-module_viewer-submenu-icon__4vIik:hover {
  background: #3E3E3E;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2730   Revamped IafViewer Panels                 
// 24-05-23    HSK        PLAT-2730   Revamed IafViewer Panels - Cutting Planes
// 24-05-23    ATK        PLAT-2730   Change panel opacity to 0.8 in order to see navcube                  
// 10-05-23    ATK        PLAT-2510   GIS Research. z-index
// 04-Nov-23   ATK        PLAT-3583   Model Composition 3D - Linked Files, Layers
//                                    z-index - debugIaf modeltree should not overlap Side panels
// -------------------------------------------------------------------------------------
*/
.SidePanel-module_sidePanel__fnDDF {
  position: absolute;
  bottom: 0;
  width: 265px;
  background-color: #000000;
  transition: right 0.5s ease-out;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 2;
}
.SidePanel-module_sidePanel__fnDDF::-webkit-scrollbar {
  display: none;
}
.SidePanel-module_sidePanel__fnDDF.SidePanel-module_large__rW-Dv {
  right: 94px;
}
.SidePanel-module_sidePanel__fnDDF.SidePanel-module_medium__FlR4L {
  right: 64px;
}
.SidePanel-module_sidePanel__fnDDF.SidePanel-module_small__yC596 {
  right: 48px;
}
.SidePanel-module_sidePanel__fnDDF.SidePanel-module_none__UHzu9 {
  right: 0px;
}
.SidePanel-module_sidePanel__fnDDF.SidePanel-module_closed__N-2vM {
  right: -300px;
}

.SidePanel-module_sidePanelContent__jE1Ss {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px;
  gap: 4px;
  position: absolute;
  padding-bottom: 25px;
}

ul.SidePanel-module_nested__4dTnF {
  display: none;
}

ul.SidePanel-module_nested__4dTnF.SidePanel-module_active__hPbGE {
  display: block;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2730   Revamped IafViewer Panels                                   
// -------------------------------------------------------------------------------------
*/
.SettingPanel-module_list-item-details__--JLD {
  display: none;
}

.SettingPanel-module_list-item-details-show__hrDki {
  display: block;
}

.SettingPanel-module_text__LNT-e {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  /* identical to box height, or 175% */
  /* neutral/ 300 */
  color: #dcdcdc;
}

.SettingPanel-module_wrapper__3rBGg {
  /* display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 120px;
  width: 516px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 207px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.SettingPanel-module_block__i4pcc {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 270px;
  height: 18px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2813   Revamed IafViewer Components                                     
// 13-06-23    HSK        PLAT-2728   Revamped IafViewer Coloring Mechanism
// -------------------------------------------------------------------------------------
*/
.IafHeading-module_list-item__HbhKZ {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  width: 255px;
  background-color: var(--bg-color);
  border-radius: 4px;
}

.IafHeading-module_list-item-header-box__Xq2oD {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 24px;
  gap: 53px;
  width: 255px;
  height: 55px;
  border-bottom: 1px solid #3e3e3e;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.IafHeading-module_list-item-title__dapVL {
  width: 137px;
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize; /* Helps balance case difference */
}

.IafHeading-module_list-item-close__oeOml {
  width: 24px;
  height: 24px;
  flex: none;
  order: 1;
  flex-grow: 0;
  cursor: pointer;
  color: #ffffff;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2813   Revamed IafViewer Components                                     
// -------------------------------------------------------------------------------------
*/
.IafDropdown-module_select__mBxpN {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 207px;
  height: 29px;
  /* neutral/800 */
  border: 1px solid #3e3e3e;
  border-radius: 4px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: white;
}

.IafDropdown-module_select-component__gMhFo {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  /* //color: white; */
  color: #dcdcdc;
  /* width: 24px; */
  height: 18px;
  background: #3e3e3e;
  /* Inside auto layout */
  margin-top: -3px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.IafDropdown-module_select-title__hkN78 {
  width: 150px;
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #dcdcdc;
  margin-bottom: 10px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.IafDropdown-module_disabled-component__SXSsC {
  /* Make the div appear disabled */
  opacity: 0.6; /* Reduce opacity to make it appear faded */
  pointer-events: none; /* Disable mouse interactions */
  cursor: not-allowed; /* Change cursor to indicate it's not clickable */
}

.IafDropdown-module_custom-select__ylZDU {
  margin-left: 4px;
  text-align: center;
  font-size: 12.8px;
  height: 20px !important;
  width: 100px;
  border: 1px solid #3e3e3e;
  border-radius: 4px;
  line-height: 18px;
  font-weight: 500;
  appearance: auto !important;
}
.IafDropdown-module_custom-select__ylZDU:focus {
  border-color: #3e3e3e;
  outline: 0;
  box-shadow: none;
}

.IafDropdown-module_dropdown-component__3FHql {
  display: block !important;
  height: 25px !important;
  width: 150px;
  padding: 0px;
  color: #dcdcdc;
  background: #3e3e3e;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2813   Revamed IafViewer Components                                     
// 24-05-23    HSK        PLAT-2730   Revamed IafViewer Panels - Cutting Planes
// -------------------------------------------------------------------------------------
*/
.IafSubHeader-module_list-item-sub-header-box__sd6e9 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* padding: 24px 0px 0px; */
  gap: 5px;
  width: 255px;
  height: 42px;
  border-top: 1px solid #3e3e3e;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.IafSubHeader-module_list-item-sub-title-box__h-4uB {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 0px 0px 24px;
  gap: 10px;
  width: 83px;
  height: 18px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.IafSubHeader-module_list-item-sub-title__hkKrk {
  /* width: 59px; */
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 18px;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.IafSubHeader-module_list-item-content__PgyAB {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 24px 24px;
  width: 255px;
  border-radius: 4px;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.IafSubHeader-module_list-item-content-box__MUzMl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  width: 207px;
  /* height: 84px; */
  flex: none;
  order: 0;
  flex-grow: 0;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2813   Revamed IafViewer Components                                     
// -------------------------------------------------------------------------------------
*/
.IafButton-module_button-component__Y7DHz {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 20px;
  gap: 10px;
  width: 100px;
  height: 27px;
  background: #3e3e3e;
  border: 1px solid #5d5d5d;
  border-radius: 4px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.IafButton-module_button-text__0-0Aw {
  height: 19px;
  margin: auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Primary variant */
.IafButton-module_button-component__Y7DHz.IafButton-module_primary__zBHgK {
  padding: 8px 20px;
  height: 40px;
  background: var(--app-accent-color);
  border-color: var(--app-accent-color);
  cursor: pointer;
  transition: all 0.2s ease;
}
.IafButton-module_button-component__Y7DHz.IafButton-module_primary__zBHgK:hover {
  background: var(--fancytree-one-color);
  border-color: var(--fancytree-one-color);
}
.IafButton-module_button-component__Y7DHz.IafButton-module_primary__zBHgK:active {
  transform: translateY(1px);
}
.IafButton-module_button-component__Y7DHz.IafButton-module_primary__zBHgK .IafButton-module_button-text__0-0Aw {
  font-size: 14px;
  color: #ffffff;
}

/* Secondary variant */
.IafButton-module_button-component__Y7DHz.IafButton-module_secondary__Lh-i- {
  padding: 8px 20px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #b8b8b8;
  cursor: pointer;
  transition: all 0.2s ease;
}
.IafButton-module_button-component__Y7DHz.IafButton-module_secondary__Lh-i-:hover {
  background: var(--nav-hover-color);
  border-color: var(--head-menu-hover-color);
}
.IafButton-module_button-component__Y7DHz.IafButton-module_secondary__Lh-i-:active {
  transform: translateY(1px);
}
.IafButton-module_button-component__Y7DHz.IafButton-module_secondary__Lh-i- .IafButton-module_button-text__0-0Aw {
  font-size: 14px;
  color: var(--head-bkg-color);
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 16-05-23    HSK        PLAT-2813   Revamed IafViewer Components                                     
// 24-05-23    HSK        PLAT-2730   Revamed IafViewer Panels - Cutting Planes
// 28-06-23    HSK        PLAT-2728   Coloring Mechanism - Derive from var(--app-accent-color)
// 21-03-24    HSK        PLAT-4420   Iaf-viewer styles taking precedence over application's MUI components
// -------------------------------------------------------------------------------------
*/
.IafSlider-module_slider-disabled__rdWsM {
  opacity: 0.6;
  /* cursor: not-allowed; */
}

.IafSlider-module_slider-component__d5Mxq {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 5px;
  width: 207px;
  height: 36px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.IafSlider-module_slider-component-box__3zbW- {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 2px;
  width: 207px;
  height: 36px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.IafSlider-module_slider-title-box__rjW5G {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
  gap: 75px;
  width: 207px;
  height: 18px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.IafSlider-module_slider-title__m0cSS {
  width: 150px;
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #dcdcdc;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.IafSlider-module_range-value-box__60Ke8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2px;
  margin-left: -200px;
  width: 200px;
  height: 16px;
  cursor: pointer;
}

.IafSlider-module_range-value__tY7ul {
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  text-align: right;
  color: #dcdcdc;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.IafSlider-module_slider-bar-box__3Umxs {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 207px;
  height: 16px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.IafSlider-module_slider-bar-box__3Umxs span.MuiSlider-root {
  display: flex;
}

.IafSlider-module_slider-bar-box__3Umxs span.MuiSlider-root .MuiSlider-rail {
  background: #3e3e3e;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.IafSlider-module_slider-bar-box__3Umxs span.MuiSlider-root .MuiSlider-thumb {
  background: var(--app-accent-color);
  width: 10px;
  height: 10px;
}

.IafSlider-module_slider-bar-box__3Umxs span.MuiSlider-root .MuiSlider-thumb::after {
  width: 16px;
  content: "";
  position: absolute;
  height: 16px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.IafSlider-module_slider-bar-box__3Umxs span.MuiSlider-root .MuiSlider-track {
  background-color: var(--app-accent-color);
}

.IafSlider-module_disabled-component__yiGWl {
  /* Make the div appear disabled */
  opacity: 0.6; /* Reduce opacity to make it appear faded */
  pointer-events: none; /* Disable mouse interactions */
  cursor: not-allowed; /* Change cursor to indicate it's not clickable */
}
.ColorPicker-module_colorPicker__TRow- {
  display: flex;
  width: 100%;
  position: relative;
}

.ColorPicker-module_text__5-w-9 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  /* identical to box height, or 175% */
  /* neutral/ 300 */
  color: #dcdcdc;
}

.ColorPicker-module_blockColorPicker__z5Rc9 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 18px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.ColorPicker-module_innerBlock__98bbf {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  /* Inside auto layout */
  flex: 1;
}

.ColorPicker-module_innerText__EkdiS.ColorPicker-module_text__5-w-9 {
  text-align: right;
}

.ColorPicker-module_colorBox__sQuYy {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 10px;
  width: 92px;
  height: 16px;
  /* neutral / 0 (white) */
  background: #ffffff;
  border-radius: 2px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.ColorPicker-module_compactContainer__9ObSw {
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: -20px;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 24-05-23    HSK        PLAT-2730   Revamed IafViewer Panels - Cutting Planes
// 28-06-23    HSK        PLAT-2728   Coloring Mechanism - Derive from var(--app-accent-color)
// -------------------------------------------------------------------------------------
*/
.CuttingPlanes-module_pickFromPointButton__IfDDk {
  width: 10px !important;
  position: absolute;
  height: 15px !important;
  cursor: pointer;
  align-items: center;
  left: 130px;
  border-radius: 0.262em;
}
.CuttingPlanes-module_pickFromPointButton__IfDDk .CuttingPlanes-module_pickFromPointIcon__Qr-Yv {
  width: 20px;
  height: 20px;
  position: absolute;
}

.CuttingPlanes-module_tooltipTxt__NijzW {
  visibility: hidden;
  width: 90px;
  background-color: var(--app-accent-color);
  color: #fff;
  text-align: center;
  font-size: 0.832em;
  padding: 0.262em;
  border-radius: 0.262em;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 150%;
  left: -40px !important;
  z-index: 7;
}

.CuttingPlanes-module_pickFromPointIcon__Qr-Yv:hover .CuttingPlanes-module_tooltipTxt__NijzW {
  visibility: visible;
}

.CuttingPlanes-module_filterPickFromPointIcon__ZLd9k {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 31-05-23    HSK        PLAT-2890   Revamped UX/UI Learning Centre
// -------------------------------------------------------------------------------------
*/
.LearningCenter-module_learning-center-title__AYg70 {
  width: 150px;
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #dcdcdc;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.LearningCenter-module_arrow-right__n0HSk {
  width: 24px;
  height: 24px;
  flex: none;
  order: 1;
  flex-grow: 0;
  cursor: pointer;
  color: #ffffff;
  position: relative;
  bottom: 18px;
  left: 180px;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 31-05-23    HSK        PLAT-2890   Created
//
// -------------------------------------------------------------------------------------
*/
.IafControlPanel-module_control-panel__3Mrnf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
  width: 552px;
  left: 350px;
}

.IafControlPanel-module_control-panel-content__BGnMu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px;
  position: absolute;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 31-05-23    HSK        PLAT-2890   Revamped UX/UI Walk Mode UI
// 28-06-23    HSK        PLAT-2728   Coloring Mechanism - Derive from var(--app-accent-color)
// -------------------------------------------------------------------------------------
*/
.KeyControls-module_key__IkQmN {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 540px;
  height: 56px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 4px 8px 0px 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.KeyControls-module_keyfont__rKi-r {
  width: 384px;
  height: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding-left: 32px;
  color: #1d1d1d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.KeyControls-module_inner-panel__6aNNl {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  gap: 16px;
  width: 540px;
  height: 400px;
  background: #ffffff;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #ebebeb;
  border-radius: 0px 0px 8px 8px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.KeyControls-module_inner-text__YGsUI {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 328px;
  width: 443px;
  height: 40px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.KeyControls-module_sub-heading__5-vUM {
  height: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #5d5d5d;
  flex: none;
  order: 0;
}

.KeyControls-module_description__zN0PB {
  width: 443px;
  height: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #5d5d5d;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.KeyControls-module_graphic__Eulr5 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 488px;
  height: 216px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.KeyControls-module_walk__5dhng {
  position: absolute;
  width: 160px;
  height: 104px;
  margin: 56px 288px 56px 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.KeyControls-module_keyContainer__Ogpd2 {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 56px;
  background: #f9f9f9;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}

.KeyControls-module_keyContainerD__ZxHaj {
  left: 112px;
  top: 56px;
}

.KeyControls-module_keyContainerS__QiHl- {
  left: 56px;
  top: 56px;
}

.KeyControls-module_keyContainerW__GcmU2 {
  left: 56px;
  top: 0px;
}

.KeyControls-module_a__ByVr6 {
  position: absolute;
  width: 15px;
  height: 24px;
  left: 15px;
  top: 70px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #5d5d5d;
}

.KeyControls-module_d__-SSSH {
  left: 126px;
  top: 70px;
}

.KeyControls-module_s__WpVFV {
  left: 70px;
  top: 70px;
}

.KeyControls-module_w__bug3w {
  left: 70px;
  top: 10px;
}

.KeyControls-module_or__T2t5d {
  position: absolute;
  left: 250px;
  bottom: 200px;
  width: 29px;
  height: 28px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #5d5d5d;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.KeyControls-module_arrow_left__KQdcE {
  position: absolute;
  left: 30%;
  right: 50%;
  top: 40%;
  bottom: 60%;
  border-left: 10px solid transparent;
  transform: rotate(90deg);
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
}

.KeyControls-module_arrow_up__mYTZ8 {
  transform: rotate(180deg);
}

.KeyControls-module_arrow_down__BLOyq {
  transform: rotate(0deg);
}

.KeyControls-module_arrow_right__55QB5 {
  transform: rotate(270deg);
}

.KeyControls-module_boundingBox__Bg8b2 {
  position: absolute;
  left: 100%;
  right: -100%;
  top: 0%;
  bottom: 0%;
  transform: rotate(90deg);
}

.KeyControls-module_dropdown__fjxg4 {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 48px;
  transform: rotate(90deg);
}

.KeyControls-module_bottomPanel__uAGrd {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 0px 0px;
  gap: 16px;
  width: 488px;
  height: 48px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

.KeyControls-module_ellipseContainer__3bQqd {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 265px;
  height: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.KeyControls-module_e__YFbjM {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: var(--app-accent-color);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.KeyControls-module_e1__onLNi {
  background: #d9d9d9;
  order: 1;
}

.KeyControls-module_e2__zfHNK {
  background: #d9d9d9;
  order: 2;
}

.KeyControls-module_e3__mvWGj {
  background: #d9d9d9;
  order: 3;
}

.KeyControls-module_walk2__AKNW8 {
  margin-left: 250px;
  order: 2;
  position: absolute;
  width: 160px;
  height: 104px;
  flex: none;
  flex-grow: 0;
}

.KeyControls-module_run__px33W {
  position: absolute;
  width: 410px;
  height: 48px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.KeyControls-module_shiftContainer__U0ll9 {
  top: 0;
  width: 144px;
  height: 48px;
}

.KeyControls-module_shift__NgMJM {
  position: absolute;
  top: 12px;
}

.KeyControls-module_plus__G5epF {
  color: #b8b8b8;
  left: 168px;
  top: 12px;
}

.KeyControls-module_directionKey__kM3GM {
  position: absolute;
  width: 157px;
  height: 28px;
  left: 206px;
  top: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #5d5d5d;
}

.KeyControls-module_frameQE__KcCiC {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 103px;
  height: 48px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.KeyControls-module_keyContainerQ__1oJKB {
  top: 0px;
}

.KeyControls-module_keyContainerE__Fhxk- {
  top: 0px;
  left: 56px;
}

.KeyControls-module_q__LlMJj {
  left: 15px;
  top: 15px;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 31-05-23    HSK        PLAT-2890   Revamped UX/UI Walk Mode
// 28-06-23    HSK        PLAT-2728   Coloring Mechanism - Derive from var(--app-accent-color)
// -------------------------------------------------------------------------------------
*/
.MouseControls-module_mouse__O9zdn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 540px;
  height: 56px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 4px 8px 0px 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.MouseControls-module_mousefont__MKRNp {
  width: 384px;
  height: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding-left: 32px;
  color: #1d1d1d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.MouseControls-module_inner-panel__ZIlwh {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  gap: 16px;
  width: 540px;
  height: 400px;
  background: #ffffff;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #ebebeb;
  border-radius: 0px 0px 8px 8px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.MouseControls-module_inner-text__0QZ73 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 328px;
  width: 443px;
  height: 40px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.MouseControls-module_sub-heading__XkL8- {
  height: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #5d5d5d;
  flex: none;
  order: 0;
}

.MouseControls-module_description__iJA4E {
  width: 443px;
  height: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #5d5d5d;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.MouseControls-module_graphic__stp97 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 488px;
  height: 216px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.MouseControls-module_mouse-box__MttOV {
  position: absolute;
  width: 80px;
  height: 80px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.MouseControls-module_mouse-circle1__evyeE {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 20px;
  top: 20px;
  border-radius: 20px;
  background: #ebebeb;
}

.MouseControls-module_mouse-circle2__uGTPG {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 0px;
  background: #ebebeb;
  opacity: 0.5;
  border-radius: 40px;
}

.MouseControls-module_bottomPanel__shx89 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 0px 0px;
  gap: 16px;
  width: 488px;
  height: 48px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

.MouseControls-module_ellipseContainer__GfPlr {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 265px;
  height: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.MouseControls-module_e__qZqlE {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: var(--app-accent-color);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.MouseControls-module_e1__N-rr7 {
  background: #d9d9d9;
  order: 1;
}

.MouseControls-module_e2__XGw4n {
  background: #d9d9d9;
  order: 2;
}

.MouseControls-module_e3__et-iP {
  background: #d9d9d9;
  order: 3;
}

.MouseControls-module_look__hkrJ6 {
  position: absolute;
  width: 96px;
  height: 104px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.MouseControls-module_line-look__-Miox {
  position: absolute;
  width: 96px;
  height: 16.5px;
  left: 96px;
  top: 16px;
  border: 4px solid #999999;
  transform: rotate(180deg);
}

.MouseControls-module_look-rectangle3__tySAG {
  position: absolute;
  width: 53px;
  height: 80px;
  background: #1d1d1d;
  border: 2px solid #1d1d1d;
  border-radius: 26.5px;
  width: 53px;
  height: 80px;
  opacity: 1;
}

.MouseControls-module_look-rectangle1__X6NIo {
  position: absolute;
  width: 26px;
  height: 27px;
  background: #ffffff;
  z-index: 1;
}

.MouseControls-module_look-rectangle2__YN70P {
  position: absolute;
  width: 53px;
  height: 80px;
  background: rgba(0, 0, 0, 0);
  border-radius: 26.5px;
  border: 2px solid #000;
  opacity: 0.5;
  z-index: 1;
}

.MouseControls-module_look-Intersect__pk8zj {
  position: absolute;
  width: 26px;
  height: 27px;
  background: #ffffff;
}

.MouseControls-module_left-click__BMH0J {
  left: 27px;
}

.MouseControls-module_tilt-rectangle1__NkOrI {
  position: absolute;
  background: #ffffff;
  z-index: 1;
  width: 8px;
  height: 24px;
  left: 22px;
  top: 10px;
  border-radius: 50px;
}
.EditControls-module_container__Pdiiz {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 0px;
  position: absolute;
  width: 548px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  left: calc(50% - 300px);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.EditControls-module_headerBox__jrOWw {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  width: 548px;
  height: 56px;
  background: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.EditControls-module_header__uh8VH {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px;
  width: 100%;
  height: 48px;
  border-radius: 8px 0px 0px 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.EditControls-module_headerText__xGLKk {
  height: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-right: auto;
}

.EditControls-module_headerCloseButton__cbp25 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: auto;
  transition: opacity 0.2s;
}
.EditControls-module_headerCloseButton__cbp25:hover {
  opacity: 0.7;
  background-color: var(--nav-hover-color);
  border-radius: 4px;
}

.EditControls-module_closeButton__IW69i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
  margin-left: auto;
}
.EditControls-module_closeButton__IW69i:hover {
  background-color: #e0e0e0;
}

.EditControls-module_closeIcon__vDftS {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

.EditControls-module_descriptionBox__5uIlo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  width: 484px;
  height: 38px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.EditControls-module_descriptionBoxText__A725X {
  width: 484px;
  height: 38px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #5d5d5d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.EditControls-module_contentBox__lY-K1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 32px;
  gap: 16px;
  width: 100%;
  flex: none;
  order: 3;
  flex-grow: 0;
}

.EditControls-module_footerBox__8lJyA {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  gap: 16px;
  width: 100%;
  height: 72px;
  flex: none;
  order: 4;
  align-self: stretch;
  flex-grow: 0;
}

.EditControls-module_toolListBox__vNOLb {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0px;
  gap: 8px;
  width: 48%;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.EditControls-module_currentToolbarBox__mA-2o {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0px;
  gap: 8px;
  width: 48%;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.EditControls-module_contentColumnHeader__DNP80 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px;
  gap: 8px;
  height: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
  width: 100%;
}

.EditControls-module_contentColumnHeaderText__67qES {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--head-bkg-color);
  flex: none;
  order: 0;
  flex-grow: 0;
}

.EditControls-module_listBox__HWn-m {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  gap: 4px;
  width: 218px;
  background: #f3f3f3;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.EditControls-module_tableFrame__HgKao {
  box-sizing: border-box;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 8px;
  gap: 8px;
  width: 100%;
  height: 460px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.EditControls-module_tableFrame__HgKao::-webkit-scrollbar {
  display: none;
}

.EditControls-module_colContainer__QzNMl {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 8px;
  gap: 4px;
  width: 100%;
  background: #f3f3f3;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.EditControls-module_defaultLabelContainer__dP-IK {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 0px 4px;
  width: 100%;
  height: 23px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.EditControls-module_defaultLabel__-lUIb {
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #5d5d5d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.EditControls-module_toolFrame__UkA8n {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  width: 100%;
  height: 26px;
  background: #dcdcdc;
  border-radius: 4px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  transition: background-color 0.2s;
  box-sizing: border-box;
}
.EditControls-module_toolFrame__UkA8n:hover {
  background: #e8e8e8;
}

.EditControls-module_toolLabel__gPgKv {
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #3e3e3e;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.EditControls-module_buttonBox__cSfjp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  gap: 16px;
  width: auto;
  height: 40px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.EditControls-module_resetSettings__MXl1A {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: var(--app-accent-color);
  cursor: pointer;
  margin-left: 0;
}
.EditControls-module_resetSettings__MXl1A:hover {
  color: var(--fancytree-one-color);
}

.EditControls-module_closeButton__IW69i {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 10px;
  width: 128px;
  height: 40px;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #c71784;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s;
}
.EditControls-module_closeButton__IW69i:hover {
  background-color: #f5f5f5;
}

.EditControls-module_saveButton__PrtPI {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 10px;
  width: 128px;
  height: 40px;
  background: #c71784;
  border-radius: 4px;
  border: 1px;
  flex: none;
  order: 1;
  flex-grow: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
}

.EditControls-module_icon__fdbQd {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.EditControls-module_selectionBox__iTVk6 {
  display: flex;
  /* position: absolute; */
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  order: 1;
  padding: 20px 32px;
  width: 100%;
}

.EditControls-module_selectionColumn__ylTyY {
  display: flex;
  flex-direction: column;
  width: 48%;
  gap: 8px;
}

.EditControls-module_resetButtonContainer__-19Ae {
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
}

.EditControls-module_dropdownComponent__RrLDM {
  display: block !important;
  height: 32px !important;
  width: 150px;
  padding: 0px;
  color: #dcdcdc;
  background: #3e3e3e;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.EditControls-module_saveCloseBtn__PHKtS {
  width: auto !important;
}

@media (max-width: 1023px) {
  .EditControls-module_container__Pdiiz {
    display: none;
  }
}
@media (max-height: 719px) {
  .EditControls-module_container__Pdiiz {
    display: none;
  }
}
@media (min-width: 1024px) {
  .EditControls-module_container__Pdiiz {
    padding: 0px !important;
    width: 548px;
    gap: 12px;
  }
  .EditControls-module_contentBox__lY-K1 {
    gap: 3px;
  }
  .EditControls-module_tableFrame__HgKao {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .EditControls-module_tableFrame__HgKao {
    height: 350px;
  }
}
@media (min-width: 1920px) {
  .EditControls-module_tableFrame__HgKao {
    height: 548px;
  }
}
/*
// -------------------------------------------------------------------------------------
// Date             Author     Referene    Comments
// 20-Aug-2025      RRP        PLAT-1069   Custom styles for react-select dropdown component
// -------------------------------------------------------------------------------------
*/
.iafDropdown-select-module_iaf-dropdown-title__tWRXe {
  width: 100%;
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--head-bkg-color);
  margin-bottom: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-align: left;
}

.iafDropdown-select-module_iaf-dropdown-disabled__XEiMf {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

/* iaf-select custom styles (must be global) */
.iaf-select__control {
  min-height: 32px !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}

.iaf-select__option--is-selected {
  background-color: var(--app-accent-color) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}

.iaf-select__option--is-focused {
  background-color: var(--app-accent-color) !important;
}

.iaf-select__option:hover {
  color: #ffffff !important;
  background-color: var(--app-accent-color) !important;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 10-07-23    ATK        PLAT-3427   Created
// -------------------------------------------------------------------------------------
*/
/* Define a keyframe animation called 'blink' */
@keyframes loadconfig-module_blink__wyVel {
  0% {
    opacity: 1;
  } /* Start with full opacity */
  50% {
    opacity: 0.75;
  } /* Fade to invisible */
  100% {
    opacity: 1;
  } /* Back to full opacity */
}
.loadconfig-module_long-title__0yMUF {
  font-size: x-small;
  width: 200px; /* Adjust width as needed */
  color: white;
  word-wrap: break-word;
}

.loadconfig-module_long-title-blink__dOU4C {
  font-size: x-small;
  width: 200px; /* Adjust width as needed */
  color: white;
  word-wrap: break-word;
  animation: loadconfig-module_blink__wyVel 1s infinite; /* Apply the blink animation infinitely */
}

.loadconfig-module_long-title-li__-0YNM {
  font-size: x-small;
  width: 200px; /* Adjust width as needed */
  color: var(--app-accent-color);
  word-wrap: break-word;
}
.CustomPagination-module_pagination__yCVFE {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  border-top: 1px solid #333;
  background-color: #181818;
}

.CustomPagination-module_paginationInfo__2GDWu {
  color: #999;
  font-size: 12px;
}

.CustomPagination-module_paginationControls__Z6zH4 {
  display: flex;
  gap: 4px;
}

.CustomPagination-module_paginationButton__4ZwKG {
  color: #999 !important;
  padding: 4px !important;
}
.CustomPagination-module_paginationButton__4ZwKG:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #e0e0e0 !important;
}
.CustomPagination-module_paginationButton__4ZwKG:disabled {
  opacity: 0.5;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 08-12-23    HSK        PLAT-3793   IafViewer DevTools - Camera Callback Panel under IafUtils.debugIaf
// -------------------------------------------------------------------------------------
*/
.DevToolsPanel-module_devtoolsStats__NQuNc {
  color: white;
  order: 0;
}

.DevToolsPanel-module_mainUl__1aX76 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.DevToolsPanel-module_sectionLi__dVicO {
  margin-bottom: 7px;
}

.DevToolsPanel-module_statsUl__3NTHU {
  margin-left: 5px;
  font-size: 0.7em;
}

.DevToolsPanel-module_devtoolsStats__NQuNc li strong {
  color: #61dafb;
  margin-right: 5px;
  font-size: 0.7em;
}

.DevToolsPanel-module_devtoolsStats__NQuNc li span {
  font-size: 0.7em;
}
/* 
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 29-01-24    HSK        PLAT-4097   Add generic(low level) components IafInputNumber and IafInputPoint3D                         
// ------------------------------------------------------------------------------------- 
*/
.IafPoint3d-module_section-li__-YK-h {
  margin-bottom: 7px;
}

.IafPoint3d-module_stats-ul__l499t {
  margin-left: 5px;
  font-size: 0.9em;
}
/* 
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 29-01-24    HSK        PLAT-4097   Add generic(low level) components IafInputNumber and IafInputPoint3D                         
// ------------------------------------------------------------------------------------- 
*/
.IafInputNumber-module_section-li__IReqy {
  margin-bottom: 7px;
}
/* 
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 29-01-24    HSK        PLAT-4097   Add generic(low level) components IafInputNumber and IafInputPoint3D                         
// ------------------------------------------------------------------------------------- 
*/
.IafInputPoint3d-module_camera-inputs__3jSdm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 5px;
  /* width: 207px; */
  /* height: 18px; */
}

.IafInputPoint3d-module_position-box__ejAGQ {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #dcdcdc;
}

.IafInputPoint3d-module_position-box__ejAGQ p {
  margin: 0px;
}
/* 
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 29-01-24    HSK        PLAT-4097   Add generic(low level) components IafInputNumber and IafInputPoint3D                         
// ------------------------------------------------------------------------------------- 
*/
.IafInputNum-module_section-li__lw92W {
  margin-bottom: 7px;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 10-07-23    ATK        PLAT-3065   Created
// -------------------------------------------------------------------------------------
*/
#mapbox-container {
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  /* padding: 5px 5px 5px 5px; */
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2509803922);
}

.pick-from-point-button {
  width: 10px !important;
  position: absolute;
  height: 15px !important;
  cursor: pointer;
  align-items: center;
  left: 130px;
  border-radius: 0.262em;
}
.pick-from-point-button .pick-from-point-icon {
  width: 20px;
  height: 20px;
  position: absolute;
}

.pick-from-point-button .tooltip-txt {
  visibility: hidden;
  width: 90px;
  background-color: var(--app-accent-color);
  color: #fff;
  text-align: center;
  font-size: 0.832em;
  padding: 0.262em;
  border-radius: 0.262em;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 150%;
  left: -40px !important;
  z-index: 7;
}

.pick-from-point-icon:hover .tooltip-txt {
  visibility: visible;
}

.filter-pick-from-point-icon {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Referene    Comments
// 22-Oct-23   ATK        PLAT-2414   Performance - CSDL - On Demand
// -------------------------------------------------------------------------------------
*/

#model-tree-main {
  position: absolute;
  width: 512px;
  height: 283px;
  top: 24px;
  left: 824px;
  border-radius: 10px;
  z-index: 11;  
}
#model-tree-main-2d {
  position: absolute;
  width: 512px;
  height: 283px;
  top: 24px;
  left: 1224px;
  border-radius: 10px;
  z-index: 11;
}
#model-tree-main-dis {
  position: absolute;
  width: 512px;
  height: 283px;
  top: 524px;
  left: 824px;
  border-radius: 10px;
  z-index: 11;
}
#model-tree-main .viewer2D-Controls {
  position: absolute;
  background: white;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 512px;
  height: 44px;
  z-index: 6;
  border: 1px solid rgba(46, 45, 45, 0.0509803922);
}
#model-tree-main .DropDownList {
  margin-left: 4px;
  margin-top: 8px;
  margin-right: 2px;
  text-align: center;
  font-size: 12.8px;
  height: 24px;
  float: left;
  width: 100px;
  border-color: white;
  color: #C71784;
  font-weight: bold;
}
#model-tree-main button:hover {
  background-color: #ddd;
  color: black;
}
#model-tree-main .previous {
  background-color: #f1f1f1;
  color: black;
}
#model-tree-main .next {
  background-color: #f1f1f1;
  color: black;
}
#model-tree-main .round {
  border-radius: 50%;
}
#model-tree-main .Viewer_button {
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  z-index: 10;
  background: white;
  margin-top: 0;
}
#model-tree-main .Viewer_button .Viewer2d-toolbar-icon {
  width: 20px;
  height: 18px;
  margin: 11px 10px 11px 10px;
  position: absolute;
}
.react-checkbox-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 16px;
}
.react-checkbox-tree > ol {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.react-checkbox-tree ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.react-checkbox-tree ol ol {
  padding-left: 24px;
}
.react-checkbox-tree button {
  line-height: normal;
  color: inherit;
}
.react-checkbox-tree button:disabled {
  cursor: not-allowed;
}
.react-checkbox-tree .rct-bare-label {
  cursor: default;
}
.react-checkbox-tree label {
  margin-bottom: 0;
  cursor: pointer;
}
.react-checkbox-tree label:hover {
  background: rgba(51, 51, 204, 0.1);
}
.react-checkbox-tree label:active, .react-checkbox-tree label:focus {
  background: rgba(51, 51, 204, 0.15);
}
.react-checkbox-tree:not(.rct-native-display) input {
  display: none;
}
.react-checkbox-tree.rct-native-display input {
  margin: 0 5px;
}
.react-checkbox-tree .rct-icon {
  display: inline-block;
  text-align: center;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
}

.rct-disabled > .rct-text > label {
  opacity: 0.75;
  cursor: not-allowed;
}
.rct-disabled > .rct-text > label:hover {
  background: transparent;
}
.rct-disabled > .rct-text > label:active {
  background: transparent;
}

.rct-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rct-options {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 0.5rem;
  text-align: right;
}

.rct-option {
  opacity: 0.75;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0 4px;
  font-size: 18px;
}
.rct-option:hover {
  opacity: 1;
}
.rct-option + .rct-option {
  margin-left: 2px;
}

.rct-collapse,
.rct-checkbox,
.rct-node-icon {
  padding: 0 5px;
}
.rct-collapse *,
.rct-checkbox *,
.rct-node-icon * {
  display: inline-block;
  margin: 0;
  width: 14px;
}

.rct-collapse {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: 0;
  background: none;
  line-height: normal;
  color: inherit;
  font-size: 12px;
}
.rct-collapse.rct-collapse-btn {
  cursor: pointer;
}
.rct-collapse > .rct-icon-expand-close {
  opacity: 0.5;
}
.rct-collapse > .rct-icon-expand-close:hover {
  opacity: 1;
}

.rct-native-display .rct-checkbox {
  display: none;
}

.rct-node-clickable {
  cursor: pointer;
}
.rct-node-clickable:hover {
  background: rgba(51, 51, 204, 0.1);
}
.rct-node-clickable:focus {
  outline: 0;
  background: rgba(51, 51, 204, 0.2);
}

.rct-node-icon {
  color: #33c;
}

.rct-title {
  padding: 0 5px;
}

.rct-icons-fa4 .rct-icon-expand-close::before {
  content: "\f054";
}
.rct-icons-fa4 .rct-icon-expand-open::before {
  content: "\f078";
}
.rct-icons-fa4 .rct-icon-uncheck::before {
  content: "\f096";
}
.rct-icons-fa4 .rct-icon-check::before {
  content: "\f046";
}
.rct-icons-fa4 .rct-icon-half-check::before {
  opacity: 0.5;
  content: "\f046";
}
.rct-icons-fa4 .rct-icon-leaf::before {
  content: "\f016";
}
.rct-icons-fa4 .rct-icon-parent-open::before {
  content: "\f115";
}
.rct-icons-fa4 .rct-icon-parent-close::before {
  content: "\f114";
}
.rct-icons-fa4 .rct-icon-expand-all::before {
  content: "\f0fe";
}
.rct-icons-fa4 .rct-icon-collapse-all::before {
  content: "\f146";
}

.rct-icons-fa5 .rct-icon-expand-close::before {
  font-weight: 900;
  content: "\f054";
}
.rct-icons-fa5 .rct-icon-expand-open::before {
  font-weight: 900;
  content: "\f078";
}
.rct-icons-fa5 .rct-icon-uncheck::before {
  content: "\f0c8";
}
.rct-icons-fa5 .rct-icon-check::before {
  content: "\f14a";
}
.rct-icons-fa5 .rct-icon-half-check::before {
  opacity: 0.5;
  content: "\f14a";
}
.rct-icons-fa5 .rct-icon-leaf::before {
  content: "\f15b";
}
.rct-icons-fa5 .rct-icon-parent-open::before {
  content: "\f07c";
}
.rct-icons-fa5 .rct-icon-parent-close::before {
  content: "\f07b";
}
.rct-icons-fa5 .rct-icon-expand-all::before {
  content: "\f0fe";
}
.rct-icons-fa5 .rct-icon-collapse-all::before {
  content: "\f146";
}

.rct-direction-rtl {
  direction: rtl;
}
.rct-direction-rtl ol ol {
  padding-right: 24px;
  padding-left: 0;
}
.rct-direction-rtl.rct-icons-fa4 .rct-icon-expand-close::before {
  content: "\f105";
}
.rct-direction-rtl.rct-icons-fa5 .rct-icon-expand-close::before {
  content: "\f053";
}
.IafToolbar-module_toolbar__jhF9Z {
  background-color: #333;
  color: white;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
  cursor: move;
  position: absolute;
  z-index: 300;
}

.IafToolbar-module_toolbar-controls__VzmG7 {
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 312px;
}

.IafToolbar-module_toolbar-buttons__X6F74 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  cursor: pointer;
}

.IafToolbar-module_toolbar-button__LpZ-n .IafToolbar-module_tooltip-txt__pDu-8 {
  visibility: hidden;
  width: 80px;
  background-color: orange;
  color: #fff;
  text-align: center;
  font-size: 0.822em;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 150%;
  left: 50%;
  margin-left: -45px;
  z-index: 7;
}

.IafToolbar-module_toolbar-icon__J0jiH img {
  pointer-events: none;
}

.IafToolbar-module_filter-pink__EKwUB {
  filter: invert(47%) sepia(41%) saturate(1900%) hue-rotate(357deg) brightness(89%) contrast(100%) !important;
}
.IafDraggable-module_widget-container__bKdYJ {
  position: absolute;
  border-radius: 10px 10px 0 0;
  background-color: #b4b4b4;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.IafDraggable-module_widget-container__bKdYJ.IafDraggable-module_fixed__qhB-W, .IafDraggable-module_widget-container__bKdYJ.IafDraggable-module_fullscreen__tFiY5 {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 0;
  left: 0;
  top: 0;
}
.IafDraggable-module_widget-container__bKdYJ.IafDraggable-module_split__kKZb3 {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}

.IafDraggable-module_canvas-container__2EZAf {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}

.IafDraggable-module_canvas-container__2EZAf canvas {
  /* display: block;
  width: 100%;
  height: 100%; */
}

#IafDraggable-module_toolbar__FotSB {
  background-color: #333;
  color: white;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
  cursor: move;
  position: absolute;
  z-index: 300;
}

.IafDraggable-module_toolbar-button__BmYTk:hover .IafDraggable-module_tooltip-txt__KmMVv {
  visibility: visible;
}

.IafDraggable-module_filter-pink__sxd1K {
  filter: invert(47%) sepia(41%) saturate(1900%) hue-rotate(357deg) brightness(89%) contrast(100%) !important;
}

.IafDraggable-module_custom-select__SYiMV {
  margin-left: 4px;
  text-align: center;
  font-size: 12.8px;
  height: 20px !important;
  width: 100px;
  border: 1px solid #3e3e3e;
  border-radius: 4px;
  line-height: 18px;
  font-weight: 500;
  appearance: auto !important;
}

.IafDraggable-module_custom-select__SYiMV:focus {
  border-color: #3e3e3e;
  outline: 0;
  box-shadow: none;
}
.iafMapViewer-module_mapbox-distance-container__6XZfx {
  position: absolute;
  bottom: 35px;
  left: 110px;
  z-index: 1;
}
.iafMapViewer-module_mapbox-distance-container__6XZfx > * {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  display: block;
  margin: 0;
  padding: 5px 10px;
  border-radius: 3px;
}
.iafWidgetRenderer-module_custom-container__RicIl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  height: 100%;
}

.iafWidgetRenderer-module_widget_hidden__O3NLP {
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.iafWidgetRenderer-module_widget_visible__GBzNL {
  visibility: visible;
}
/* @import url("https://js.arcgis.com/4.31/@arcgis/core/assets/esri/themes/dark/main.css"); */

.mmv, .arcgis-viewer {
    height: 100%;
}

.graphic-html {
    position: absolute;
    z-index: 2;
    text-wrap: nowrap;
}



.canvasElement-module_webviewer-container__75prK {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2509803922);
}

.canvasElement-module_left-content__Iy3JE {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.canvasElement-module_right-toolbar__OHRN2 {
  display: flex;
  height: 100%;
  z-index: 4;
}

.canvasElement-module_sidebar-modelviewer__V6GCX {
  background-color: rgba(35, 55, 75, 0.3);
  color: #76157b;
  padding: 6px 12px;
  font-family: monospace;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  margin: 12px;
  border-radius: 4px;
  width: 86%;
}

.canvasElement-module_sidebar-gisviewer__8WRro {
  background-color: rgba(35, 55, 75, 0.3);
  color: #76157b;
  padding: 6px 12px;
  font-family: monospace;
  z-index: 9;
  position: absolute;
  bottom: 30px;
  left: 0;
  margin: 12px;
  border-radius: 4px;
  width: 86%;
}

.canvasElement-module_sidebar-tuner__BNbqj {
  background-color: rgba(35, 55, 75, 0.3);
  color: #76157b;
  padding: 6px 12px;
  font-family: monospace;
  z-index: 9;
  position: absolute;
  top: 70px;
  left: 0;
  margin: 12px;
  border-radius: 4px;
  width: 86%;
  /* display: none; */
}
.IafViewer-module_iaf-container__ANsDk {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
/*
// -------------------------------------------------------------------------------------
// Date        Author     Reference    Comments
// 01-01-25    ATK                    Created styles for confirmation dialog component
// -------------------------------------------------------------------------------------
*/
.IafConfirmDialog-module_confirm-dialog__8fX-W .IafConfirmDialog-module_confirm-dialog-paper__Ywisv {
  min-width: 400px;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
}
.IafConfirmDialog-module_confirm-dialog__8fX-W .IafConfirmDialog-module_confirm-dialog-title__O6x5q {
  padding: 20px 24px 16px 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--head-bkg-color, #1d1d1d);
  border-bottom: 1px solid #e0e0e0;
}
.IafConfirmDialog-module_confirm-dialog__8fX-W .IafConfirmDialog-module_confirm-dialog-content__AUHeC {
  padding: 20px 24px;
}
.IafConfirmDialog-module_confirm-dialog__8fX-W .IafConfirmDialog-module_confirm-dialog-message__ecTXW {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--head-bkg-color, #1d1d1d);
  white-space: pre-line;
  margin: 0;
}
.IafConfirmDialog-module_confirm-dialog__8fX-W .IafConfirmDialog-module_confirm-dialog-select__9Old- {
  margin-top: 16px;
}
.IafConfirmDialog-module_confirm-dialog__8fX-W .IafConfirmDialog-module_confirm-dialog-select-menu__jeTcy {
  max-height: 320px;
}
.IafConfirmDialog-module_confirm-dialog__8fX-W .IafConfirmDialog-module_confirm-dialog-actions__0-Hmw {
  padding: 16px 24px 20px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  border-top: 1px solid #e0e0e0;
}
/* Collection default theme */

.ReactVirtualized__Collection {
}

.ReactVirtualized__Collection__innerScrollContainer {
}

/* Grid default theme */

.ReactVirtualized__Grid {
}

.ReactVirtualized__Grid__innerScrollContainer {
}

/* Table default theme */

.ReactVirtualized__Table {
}

.ReactVirtualized__Table__Grid {
}

.ReactVirtualized__Table__headerRow {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ReactVirtualized__Table__row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px;
}
.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type {
  margin-left: 10px;
}
.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer;
}

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: flex;
  align-items: center;
}
.ReactVirtualized__Table__sortableHeaderIcon {
  flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor;
}

/* List default theme */

.ReactVirtualized__List {
}
