/*
These cause errors with Vite!
@import 'variables';
@import 'mixins';
*/
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: local("Barlow Regular"), local("Barlow-Regular"), url("//www.rockwellautomation.com/resources/assets/fonts/barlow/Barlow-Regular.woff2") format("woff2"), url("//www.rockwellautomation.com/resources/assets/fonts/barlow/Barlow-Regular.woff") format("woff");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: local("Barlow Medium"), local("Barlow-Medium"), url("//www.rockwellautomation.com/resources/assets/fonts/barlow/Barlow-Medium.woff2") format("woff2"), url("//www.rockwellautomation.com/resources/assets/fonts/barlow/Barlow-Medium.woff") format("woff");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: local("Barlow Bold"), local("Barlow-Bold"), url("//www.rockwellautomation.com/resources/assets/fonts/barlow/Barlow-Bold.woff2") format("woff2"), url("//www.rockwellautomation.com/resources/assets/fonts/barlow/Barlow-Bold.woff") format("woff");
}
/*@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-medium.woff2') format('woff2'), url('../fonts/roboto-medium.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-bold.woff2') format('woff2'), url('../fonts/roboto-bold.woff') format('woff');
}
*/
body {
  margin: 0;
  font-family: Barlow, "Helvetica Neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans";
  font-size: 16px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* Scrollbar styles */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}.group-template__header{position:relative;display:flex;align-items:center}.group-template__header:after{background:#0003;height:1px;margin-left:1rem;flex:1;content:""}
/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
/* AppView */
.app-view {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  height: 100vh;
}

.project-views {
  display: flex;
  flex-direction: row;
  gap: 0px;
  height: 100%;
  padding: 16px 0px 0px 24px;
}

.app-element-hidden {
  display: none;
  visibility: collapse;
}

/* LoadingView */
.loading-view {
  display: flex;
  font-family: "Barlow";
  font-weight: 400;
  font-size: 20px;
  color: darkgray;
  height: 100%;
  width: 100%;
  cursor: wait;
}
.loading-view__action-required {
  cursor: auto;
  color: black;
  font-weight: 700;
}

/* ChassisSettings */
.chassis-settings {
  display: flex;
  font-weight: 500;
  height: 100%;
  width: 100%;
}

.chassis-settings-side-panel {
  width: 100%;
  height: 98%; /*needed for overflow to work correctly*/
  overflow-y: auto;
}

.chassis-settings-right-side-allotment {
  width: 100%;
  height: 100%;
  overflow: hidden;
  scrollbar-width: none;
}

@media (max-width: 1200px) {
  .chassis-settings-right-side-allotment {
    overflow-x: auto;
    scrollbar-width: auto;
  }
}
.chassis-settings-side-panel-setting-groups {
  display: flex;
  flex-direction: column;
  width: 95%;
}

.project-settings-io-mode {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 40px;
  min-width: 800px;
  width: 100%;
  height: 60px;
}

.project-settings-io-mode-setting {
  margin-left: auto;
  margin-right: 24px;
  margin-top: 20px;
}

.chassis-settings-io-entry-section {
  display: flex;
  height: 100%;
  min-width: 800px;
  width: 100%;
  padding-bottom: 50px;
}

/* ChassisSelection */
.chassis-selection {
  display: flex;
  height: 100%;
  width: 100%;
}
.chassis-selection:focus {
  outline: 0px;
}

.chassis-selection-left-panel {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  height: 100%;
}

.chassis-selection-layout-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
  overflow-x: auto;
}

/* ChassisLayout */
.chassis-layout-outer-div {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-x: auto;
  overflow-y: auto;
  position: relative;
  height: auto;
}
.chassis-layout-outer-div:focus {
  outline: 0px;
}

.chassis-layout-inner-div {
  overflow: hidden;
  position: relative;
}

.organize-chassis-body {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.organize-chassis-body-title-list {
  width: 25rem;
  border: 1px solid #E1EBF4;
  min-height: 150px;
  max-height: 450px;
  overflow-y: auto;
  padding: 0px;
}

.organize-chassis-body-title {
  line-height: 40px;
  padding: 0px 4px;
}
.organize-chassis-body-title__text {
  font-weight: 400;
  padding: 0px 4px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.15px;
}

.organize-chassis-body-action-icons {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.icon {
  border: 1px solid #2A79C4;
  border-radius: 4px;
  padding: 4px 10px 4px 10px;
  color: #2A79C4;
}/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
.setting-group-static {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}

.setting-group-expandable {
  display: flex;
  flex-direction: column;
}

.setting-control-container {
  display: flex;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  margin: 0px 0px 0.1em 0px;
  height: 60px;
}

.setting-control-container-error {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  margin: 10px 0px 1.2em 0px;
  height: 60px;
  color: red;
}

.setting-control-header {
  display: flex;
  flex-flow: row;
  flex: 1;
  align-items: center;
  align-self: flex-start;
  margin-left: 0.2em;
}

.setting-control-status-icon-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px 0px 10px 10px;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
}

.setting-control-status-icon-div:hover {
  border: 1px solid #F0F0F0;
  border-radius: 12px;
  padding-right: 12px;
  background-color: #F0F0F0;
}

.setting-control-status-label:hover {
  cursor: pointer;
  background-color: #F0F0F0;
}

.setting-control-label-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 20px;
}

.setting-control-label-text {
  font-size: 1.1rem;
}

.setting-control-body {
  display: flex;
  flex-flow: row;
  flex: 1;
  align-items: center;
  align-self: flex-start;
}

.setting-group-expandable-title {
  font-size: 2em;
  font-weight: bold;
}

.setting-group-static-title {
  font-size: 1em;
  font-weight: bold;
}

.setting-unit-label {
  margin-left: 1rem;
  font-weight: normal;
}

.setting-note {
  font-size: 12px;
}

.setting-slider-container {
  width: 200px;
  align-content: center;
  margin-left: 24px;
}

.setting-switch-container {
  display: flex;
  flex-flow: column;
  flex: 1;
}

.setting-required-combo-label-container {
  display: flex;
  flex-flow: row;
  flex: 1;
  gap: 1px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Barlow";
}

.setting-required-combo-def-label-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-style: initial;
}

.setting-required-combo-def-label-reqired {
  color: red;
  font-size: 14px;
  margin-right: 1rem;
}

.setting-icon-btn-svg-info {
  filter: invert(23%) sepia(57%) saturate(6273%) hue-rotate(238deg) brightness(101%) contrast(107%);
}

.setting-icon-btn-svg-warning {
  filter: invert(64%) sepia(23%) saturate(3847%) hue-rotate(8deg) brightness(89%) contrast(101%);
}

.setting-icon-btn-svg-error {
  filter: invert(41%) sepia(100%) saturate(5948%) hue-rotate(8deg) brightness(94%) contrast(97%);
}

.setting-icon-btn-svg-disabled {
  filter: invert(57%) sepia(0%) saturate(0%) hue-rotate(291deg) brightness(88%) contrast(87%);
}/*@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: local('Barlow Regular'), local('Barlow-Regular'), url('//www.rockwellautomation.com/resources/assets/fonts/barlow/Barlow-Regular.woff2') format('woff2'), url('//www.rockwellautomation.com/resources/assets/fonts/barlow/Barlow-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: local('Barlow Medium'), local('Barlow-Medium'), url('//www.rockwellautomation.com/resources/assets/fonts/barlow/Barlow-Medium.woff2') format('woff2'), url('//www.rockwellautomation.com/resources/assets/fonts/barlow/Barlow-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: local('Barlow Bold'), local('Barlow-Bold'), url('//www.rockwellautomation.com/resources/assets/fonts/barlow/Barlow-Bold.woff2') format('woff2'), url('//www.rockwellautomation.com/resources/assets/fonts/barlow/Barlow-Bold.woff') format('woff');
}
*/
/*body {
    font-family: Barlow, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 16px;
}
*/
.a-type__title1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.a-type__title2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

.a-type__title3 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.75rem;
}

.a-type__title4 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
}

.a-type__title5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.a-type__subTitle1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.a-type__subTitle2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.a-type__subTitle3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.a-type__body {
  font-size: 1rem;
  line-height: 1.375rem;
}

.a-type__body.-publication {
  font-size: 1.25rem;
  line-height: 2rem;
}

.a-type__overline {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.375rem;
  text-transform: uppercase;
}

.a-type__caption {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.a-type__legal {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.a-type__button {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.5px;
  line-height: 1.5rem;
  text-transform: uppercase;
  transition: 0.3s ease-out all;
  -moz-transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
}

[class^=".a-type__"].-highlight {
  font-weight: 700;
}

@media (max-width: 767px) {
  .a-type__title1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .a-type__title2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  .a-type__title3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .a-type__title4 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  .a-type__title5 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .a-type__subTitle1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .a-type__subTitle2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .a-type__subTitle3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .a-type__body {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .a-type__body.-publication {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .a-type__button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .a-type__overline {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .a-type__caption {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .a-type__legal {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}:root {
  --separator-border: rgba(128, 128, 128, 0.35);
  --sash-hover-transition-duration: 0.1s;
}

.allotment-module_splitView__L-yRc {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.allotment-module_splitView__L-yRc > .allotment-module_sashContainer__fzwJF {
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.allotment-module_splitView__L-yRc > .allotment-module_sashContainer__fzwJF > .allotment-module_sash__QA-2t {
  pointer-events: auto;
}

.allotment-module_splitView__L-yRc > .allotment-module_splitViewContainer__rQnVa {
  height: 100%;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.allotment-module_splitView__L-yRc > .allotment-module_splitViewContainer__rQnVa > .allotment-module_splitViewView__MGZ6O {
  overflow: hidden;
  position: absolute;
  white-space: initial;
}

.allotment-module_splitView__L-yRc.allotment-module_vertical__WSwwa > .allotment-module_splitViewContainer__rQnVa > .allotment-module_splitViewView__MGZ6O {
  width: 100%;
}

.allotment-module_splitView__L-yRc.allotment-module_horizontal__7doS8 > .allotment-module_splitViewContainer__rQnVa > .allotment-module_splitViewView__MGZ6O {
  height: 100%;
}

.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS
  > .allotment-module_splitViewContainer__rQnVa
  > .allotment-module_splitViewView__MGZ6O:not(:first-child)::before {
  background-color: var(--separator-border);
  content: " ";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 5;
}

.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS.allotment-module_vertical__WSwwa
  > .allotment-module_splitViewContainer__rQnVa
  > .allotment-module_splitViewView__MGZ6O:not(:first-child)::before {
  height: 1px;
  width: 100%;
}

.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS.allotment-module_horizontal__7doS8
  > .allotment-module_splitViewContainer__rQnVa
  > .allotment-module_splitViewView__MGZ6O:not(:first-child)::before {
  height: 100%;
  width: 1px;
}

:root {
  --focus-border: #007fd4;
  --sash-size: 8px;
  --sash-hover-size: 4px;
}

.sash-module_sash__K-9lB {
  position: absolute;
  z-index: 35;
  touch-action: none;
  pointer-events: auto;
  text-align: initial;
}

.sash-module_sash__K-9lB.sash-module_disabled__Hm-wx {
  pointer-events: none;
}

.sash-module_sash__K-9lB.sash-module_mac__Jf6OJ.sash-module_vertical__pB-rs {
  cursor: col-resize;
}

.sash-module_sash__K-9lB.sash-module_vertical__pB-rs.sash-module_minimum__-UKxp {
  cursor: e-resize;
}

.sash-module_sash__K-9lB.sash-module_vertical__pB-rs.sash-module_maximum__TCWxD {
  cursor: w-resize;
}

.sash-module_sash__K-9lB.sash-module_mac__Jf6OJ.sash-module_horizontal__kFbiw {
  cursor: row-resize;
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_minimum__-UKxp {
  cursor: s-resize;
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_maximum__TCWxD {
  cursor: n-resize;
}

.sash-module_sash__K-9lB.sash-module_disabled__Hm-wx {
  cursor: default !important;
  pointer-events: none !important;
}

.sash-module_sash__K-9lB.sash-module_vertical__pB-rs {
  cursor: ew-resize;
  top: 0;
  width: var(--sash-size);
  height: 100%;
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw {
  cursor: ns-resize;
  left: 0;
  width: 100%;
  height: var(--sash-size);
}

.sash-module_sash__K-9lB:not(.sash-module_disabled__Hm-wx) > .sash-module_orthogonal-drag-handle__Yii2- {
  content: " ";
  height: calc(var(--sash-size) * 2);
  width: calc(var(--sash-size) * 2);
  z-index: 100;
  display: block;
  cursor: all-scroll;
  position: absolute;
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(.sash-module_disabled__Hm-wx)
  > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk,
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(.sash-module_disabled__Hm-wx)
  > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
  cursor: nwse-resize;
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(.sash-module_disabled__Hm-wx)
  > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R,
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(.sash-module_disabled__Hm-wx)
  > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
  cursor: nesw-resize;
}

.sash-module_sash__K-9lB.sash-module_vertical__pB-rs > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
  left: calc(var(--sash-size) * -0.5);
  top: calc(var(--sash-size) * -1);
}

.sash-module_sash__K-9lB.sash-module_vertical__pB-rs > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
  left: calc(var(--sash-size) * -0.5);
  bottom: calc(var(--sash-size) * -1);
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
  top: calc(var(--sash-size) * -0.5);
  left: calc(var(--sash-size) * -1);
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
  top: calc(var(--sash-size) * -0.5);
  right: calc(var(--sash-size) * -1);
}

.sash-module_sash__K-9lB:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: background-color var(--sash-hover-transition-duration) ease-out;
  background: transparent;
}

.sash-module_sash__K-9lB.sash-module_vertical__pB-rs:before {
  width: var(--sash-hover-size);
  left: calc(50% - (var(--sash-hover-size) / 2));
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw:before {
  height: var(--sash-hover-size);
  top: calc(50% - (var(--sash-hover-size) / 2));
}

.sash-module_sash__K-9lB.sash-module_hover__80W6I:before,
.sash-module_sash__K-9lB.sash-module_active__bJspD:before {
  background: var(--focus-border);
}
/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
/* Point Entry Section */
.point-entry-section {
  display: flex;
  flex-flow: column;
  width: 97%;
  min-width: 800px;
  margin-left: 0px;
  overflow-y: auto;
  height: auto;
  min-height: 100px;
}

/* Point Entry  */
/*
.point-entry-no-compatible-modules-note {
    font-weight: normal;
    color: crimson;
    margin-left: 2rem;
}
*/
.point-entry-container, .point-entry-container--valid, .point-entry-container--hdr {
  display: flex;
  flex-flow: row;
  margin: 5px 0 0 0;
  align-items: center;
  gap: 18px;
}
.point-entry-container--hdr {
  align-items: center;
  margin-left: 24px;
}
.point-entry-container--valid {
  align-items: center;
  margin-left: 24px;
}

.point-entry-hdr-border {
  border-bottom: 1px solid #2D2D2D;
}

.point-entry-advanced-control-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 18px;
  flex: 1 0 auto;
}

.point-entry-quantity {
  display: inline-block;
  width: 4.6rem;
  min-width: 4.6rem;
  margin-left: 1rem;
}

.point-entry-type {
  flex: 0 0 170px;
  width: 100%;
}

.point-entry-type-basic {
  flex: 0 0 170px;
  width: 100%;
}

.point-entry-type-filter {
  flex: 0 0 165px;
}

.point-entry-modules {
  flex: 1 0 auto;
  margin-right: 24px;
}

.point-entry-invalid, .point-entry-invalid--warning {
  width: 100%;
  color: #DF3704;
  align-self: center;
  height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.point-entry-invalid--warning {
  color: #FDA81E;
}

.point-entry-icon-button-div {
  display: block;
}

.point-entry-module-count-text {
  margin: 20px;
}

.point-entry-hdr-qty {
  flex: 0 0 55px;
  padding-top: 5px;
  text-align: center;
}

.point-entry-hdr-type-adv {
  flex: 0 0 170px;
  padding-top: 5px;
  text-align: center;
}

.point-entry-hdr-type-basic {
  flex: 0 0 170px;
  padding-top: 5px;
  text-align: center;
}

.point-entry-hdr-filter {
  flex: 0 0 165px;
  padding-top: 5px;
  text-align: center;
}

.point-entry-hdr-catalog {
  flex: 1 0 auto;
  padding-top: 5px;
  margin-right: 24px;
}/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
.layout-tb-wrapper-div {
  width: max(900px, 100%);
}

.common-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-left: 24px;
  margin-right: 24px;
  max-height: 36px;
  width: calc(100% - 24px - 24px);
}

.common-toolbar-no-margins {
  margin-left: 0px;
  margin-right: 0px;
}

.common-toolbar-button-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.common-toolbar-right-group {
  margin-left: auto;
}

.settings-toolbar-outer-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  max-height: 36px;
  min-width: 800px;
  width: 100%;
}.proj-info-setting {
  display: flex;
  flex-direction: column;
  flex: initial;
  color: black;
  margin: 18px 20px 5px 0px;
}

.proj-info-setting-image {
  margin-bottom: 10px;
  max-width: 200px;
}

.proj-info-setting-title-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 280px;
  margin-Left: 20px;
  margin-top: 12px;
}

.proj-info-setting-platform-title {
  flex-grow: 1;
}

.proj-info-setting-platform-information {
  max-width: 300px;
  margin-Left: 20px;
  margin-Top: 10px;
}

.project-info-layout-text-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-style: normal;
  font-family: "Barlow";
  padding: 8px;
}

.proj-info-layout-platform-title {
  flex-grow: 1;
  margin-bottom: 10px;
}

.proj-info-layout-cfg-name {
  flex-grow: 1;
  font-weight: 400;
  font-size: 16px;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.proj-info-layout-grid {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 15px 8px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
}

.proj-info-layout-grid-left {
  grid-column: 1/span 1;
  font-weight: 500;
}

.proj-info-layout-grid-right {
  grid-column: 2/span 1;
}/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
.config-chassis-dialog {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
  margin-top: 10px;
}

.config-chassis-name-area {
  width: 440px;
}

.config-chassis-content {
  display: flex;
  flex-direction: row;
  width: 100%;
}

/*.config-chassis-tab-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid $color-light-grey;
}
*/
.config-chassis-vert-tab-area {
  display: flex;
  flex-direction: column;
}

.config-chassis-vert-tab-title-text {
  user-select: none;
  color: #000000;
  margin-bottom: 10px;
}

.config-chassis-tab-content {
  display: flex;
  flex-direction: column;
  width: 566px;
  min-width: 566px;
  height: 400px;
  min-height: 400px;
  overflow-y: auto;
  border: 2px solid #EDEDED;
  padding: 10px 0px 10px 0px;
}

.config-config-chassis-sels {
  display: flex;
  flex-direction: column;
  padding: 0px 16px 0px 16px;
  gap: 24px;
}

.config-config-power-supply-sels {
  display: flex;
  flex-direction: column;
  padding: 0px 16px 0px 16px;
  gap: 24px;
}

.config-chassis-btm-text {
  position: absolute;
  top: 550px;
  color: red;
  font-weight: 500;
}

.config-chassis-power-tab-static-text-header {
  font-weight: 700;
  font-size: 1.2rem;
}

.config-chassis-power-tab-static-text-body {
  font-weight: 700;
  font-size: 1rem;
  padding-top: 22px;
  line-height: 22px;
  white-space: pre-wrap; /*picks up '\n' line breaks with wrapping*/
}.choices-group {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.choices-subgroup {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.choices-subgroup-choices-column {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.choices-subgroup-choices-row {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin: 0px 4px 0px 4px;
  gap: 16px 16px;
}

.choices-group-header {
  display: flex;
  flex-direction: row;
  font-family: "Barlow";
  font-size: 18px;
  font-weight: 500;
  user-select: none;
}

.choices-group-header-tip-icon {
  display: flex;
  margin-left: 10px;
  margin-top: 1px;
  cursor: pointer;
}

.choice-selector {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.choice-selector-label {
  font-family: "Barlow";
  font-size: 14px;
  font-weight: 400;
  user-select: none;
}/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
.vertical-tab {
  display: flex;
  flex-direction: row;
  width: 160px;
  padding: 4px 4px 4px 4px;
  cursor: pointer;
}

.vertical-tab-text {
  user-select: none;
  width: 132px;
  color: #2D2D2D;
  margin-right: -3px;
  padding: 0px 6px 0px 6px;
}/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
.message-panel-messages {
  display: flex;
  flex-direction: column;
  padding: 0px 16px 0px 16px;
  gap: 18px;
}

.message-panel-message-with-icon {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 2px 16px;
}

.message-panel-message-no-icon {
  display: flex;
  max-width: 100%;
}

/*
.message-comp-text {
    font-family: 'Barlow';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: pre-wrap;
}

.message-comp-highlighted-text {
    font-weight: 600;
    color: $color-ab-blue;
}
*//* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
.pretty-text-comp-text {
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: pre-wrap;
  max-width: 100%;
}

.pretty-text-comp-highlighted-text {
  font-weight: 600;
  color: #003E7E;
}

.pretty-text-y-shifted {
  margin-top: -4px;
}

.pretty-text-alt-font-size {
  font-size: 15px;
  line-height: 22px;
}/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
.floating-message-panel-window {
  position: absolute;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  background-color: #FBFBFB;
  padding: 6px 0px 6px 0px;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
}/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
/*.fltg-perf-window {
    position: absolute;
    display: flex;
    flex-direction: row;
    border-top: 32px solid $color-details-border;
    border-left: 2px solid $color-details-border;
    border-bottom: 2px solid $color-details-border;
    border-right: 2px solid $color-details-border;
    border-radius: 8px;
    background-color: $color-white;
}*/
.perf-content {
  display: flex;
  flex-direction: column;
  gap: 2px 0px;
}

.perf-columns {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.perfcap-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.perfcap-column-detail-content {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 1px 6px;
  padding-left: 40px;
}

.perf-column {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.perf-column-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  font-family: Barlow;
}

.perf-column-usage-item {
  display: grid;
  grid-template-columns: 130px 120px max-content;
  gap: 2px 6px;
}

.perf-column-detail-content {
  display: grid;
  grid-template-columns: 130px max-content;
  gap: 1px 6px;
}

.fltg-perf-usage-items-group {
  display: grid;
  grid-template-columns: 180px 80px max-content 165px 80px max-content;
  gap: 1px 6px;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-bottom: 1px solid #F0F0F0;
}

.fltg-perf-usage-net-bps-item {
  font-family: Barlow;
  font-weight: 400;
  size: 14px;
  line-height: 18px;
  gap: 8px;
}

.main-body-highlighted {
  font-family: Barlow;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.a-type__body-new {
  font-family: Barlow;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.project-preformance-addtionaltitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  gap: 8px;
  font-family: Barlow;
}

#NetworkValue {
  grid-column: 5/7;
}

.performance-required-details-items-as-children {
  display: grid;
  grid-template-columns: 200px 160px 200px max-content;
  gap: 1px 6px;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.usage-single-line-text {
  display: flex;
  flex-flow: row;
  align-items: center;
  line-height: 10px;
  margin: 0px 0px 0px 0px;
  padding: -2px 0px 0px 0px;
  white-space: nowrap;
}/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
.floating-details-window {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 0px;
  bottom: 0;
  width: 26rem;
  gap: 4px;
  border-radius: 4px 0px 0px 0px;
  border: 0px 0px 0px 2px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #FFFFFF;
  overflow-y: auto;
}

.floating-details-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -32px 8px 0 8px;
  user-select: none;
}

.floating-details-title-buttons {
  display: flex;
  flex-direction: row;
  gap: 6px;
  margin-left: auto;
  color: #6D6E71;
}

.floating-details-content {
  display: flex;
  flex-direction: column;
  margin: 16px 16px 0px 16px;
  overflow-x: clip;
  overflow-y: clip;
}

.floating-details-upper {
  display: grid;
  grid-template-columns: 420px auto;
  flex-direction: row;
  gap: 4px;
}

.floating-details-chassis-product {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.floating-details-chassis-name {
  display: inline;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floating-details-chassis-ps-info {
  display: flex;
  padding: 4px;
  flex: 1.5;
  flex-direction: column;
}

.floating-details-device-product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.floating-details-device-desc {
  font-size: 16px;
  line-height: 21px;
  max-height: 64px;
  overflow-y: clip;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.floating-details-device-env {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.floating-details-status {
  display: flex;
  min-width: 230px;
  margin-left: auto;
}

.floating-details-tab-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #E5E6E9;
}

.floating-details-tab-content {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  overflow-y: auto;
}

.floating-details-tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.floating-details-accys-tab {
  display: grid;
  padding: 4px;
  grid-template-columns: max-content auto;
  gap: 8px 10px;
  margin: 0px auto 4px 0px;
}

.floating-details-accy-line {
  grid-column: 1/-1;
  height: 2px;
  border-bottom: 1px solid #E5E6E9;
  width: 100%;
}

.floating-details-accy-cat {
  color: #000000;
  font-weight: 700;
}

.floating-details-group {
  display: flex;
  flex-direction: column;
  padding: 4px;
}

.floating-details-items-group-title {
  margin-bottom: 4px;
}

.floating-details-items {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 4px 8px;
  margin: 0px auto 10px 0px;
}

.floating-details-items-as-children {
  margin-left: 10px;
  padding: 3px 6px 3px 6px;
}

.floating-details-power-usage-items {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  gap: 8px 8px;
  margin: 0px auto 10px 10px;
}

.details-item-label {
  font-family: Barlow;
  font-weight: 600;
  font-size: 15px;
}

.details-item-value {
  font-family: Barlow;
  font-weight: 400;
  font-size: 15px;
}

.highlighted-item {
  font-weight: 700;
}

.error-text {
  color: #DF3704;
}

.floating-details-watermark {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  border-radius: 8px;
  overflow-x: clip;
  overflow-y: clip;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #F8F8F8;
  color: #BDBDBD;
  user-select: none;
}

.power-usage-single-line {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #E5E6E9;
  padding: 0px 8px 4px 8px;
}
.power-usage-single-line__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.power-usage-single-line__Item {
  display: grid;
  grid-template-columns: max-content 50px auto;
  gap: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}.project-status {
  margin-left: auto;
  margin-right: 50px;
}

.project-status-button {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  padding: 3px 6px 3px 6px;
}

.project-status-clickable .project-status-button {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.project-status-clickable .project-status-button:hover {
  cursor: pointer;
  background-color: rgba(186, 225, 235, 0.3137254902);
}

.project-status-button-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 3px;
}

.project-status-clickable .project-status-button-value:hover {
  cursor: pointer;
}

.project-status-clickable .project-status-button-value label:hover {
  cursor: pointer;
}

.project-status-display {
  display: flex;
  flex-direction: column;
  min-height: 40px;
  height: 70%;
  width: 100%;
  gap: 16px;
}

.project-status-display-header-container {
  display: flex;
  flex-direction: column;
}

.project-status-display-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  border-bottom-color: #D0D0D0;
  border-left-color: #E0E0E0;
  background-color: #FAFAFA; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #E0E0D7, #FAFAFA);
  margin-top: 5px;
}

.project-status-display-header-title :hover {
  cursor: pointer;
}

.project-status-display-header-title {
  font-weight: 600;
  font-size: 16px;
  vertical-align: auto;
}

.project-status-display-message-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 2px 8px 2px 8px;
  border-radius: 2px;
  border-bottom-color: #D0D0D0;
  border-left-color: #E0E0E0;
}

.project-status-display-message__text:hover {
  cursor: pointer;
  background-color: rgba(186, 225, 235, 0.3137254902);
}

.project-status-display-message {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  gap: 8px;
}
.project-status-display-message__text {
  min-Width: 86px;
  max-height: 26px;
  padding: 0px 6px 0px 7px;
  border-radius: 4px;
  border: 1px solid #2A79C4;
  font-family: Barlow;
  font-size: 12px;
  line-height: 24px;
  background-color: inherit;
  color: #2A79C4;
  vertical-align: middle;
}

.fltg-perf-content-header-title {
  font-weight: 400;
  font-size: 14px;
  vertical-align: auto;
  font-family: Barlow;
  line-height: 18px;
  font-family: Barlow;
  color: #2D2D2D;
}

.project-status-info-button {
  position: absolute;
  top: 18px;
  right: 80px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-family: Barlow;
  line-height: 24px;
  color: #2D2D2D;
}/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
/*$treeRootMaxHeight: 354px;
*/
.moduleselection-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 350px;
}

.moduleselection-single-selection {
  min-width: 700px;
  font-weight: 700;
  margin: 0px 10px 15px 10px;
  padding: 3px;
  color: gray;
  font-style: italic;
  background-color: white;
  border: 1px solid gray;
  border-radius: 4px;
}

.ms-selected-catalog {
  color: blue;
}

@keyframes flashFirstSelection {
  0% {
    background-color: lawngreen;
  }
  100% {
    background-color: lightcyan;
  }
}
.moduleselection-single-selected {
  animation-name: flashFirstSelection;
  animation-duration: 1s;
  min-width: 700px;
  font-weight: 700;
  color: black;
  font-style: normal;
  margin: 0px 10px 15px 10px;
  padding: 3px;
  background-color: lightcyan;
  border: 2px solid gray;
  border-radius: 4px;
}

mstree-root-container {
  /*    width:100%;
      background-color: #F0F0F0;
  */
}

.mstree-root {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 340px;
  margin-top: 8px;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  user-select: none;
  overflow-y: auto;
}

.mstree-folder {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-left: 20px;
}

.mstree-folder-clickable {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-right: auto;
  user-select: none;
}

.mstree-folder-clickable:hover {
  cursor: pointer;
  background-color: aliceblue;
}

.mstree-folder-icon {
  display: flex;
}

.mstree-folder-title {
  display: flex;
}

.mstree-folder-children {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mstree-device-children {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 8px;
  margin-left: 20px;
}

/*.mstree-device {
    font-size: 0.9em;
}

.mstree-device :hover {
    background-color: #1976d2;
    color: white;
    cursor: pointer;
}
*/
.mstree-device-catalog {
  font-weight: 600;
  color: #003E7E;
}
.mstree-device-catalog:hover {
  cursor: pointer;
  background-color: #E1EBF4;
}

.mstree-device-description:hover {
  cursor: pointer;
  background-color: #E1EBF4;
}.select-components {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  min-height: 400px;
}.sample-card {
  display: flex;
  flex-direction: row;
  gap: 0px 10px;
}.layout_view_tooltip {
  position: absolute;
  padding: 4px 4px 2px 5px;
  border-radius: 4px;
  box-shadow: 0 0 4px grey;
  z-index: 10;
  background-color: #f6f6f6;
  font-size: 10px;
  max-width: 350px;
  word-wrap: break-word;
  animation: fadeInAnim ease 0.4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
.tabs-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 9px 0px 9px;
}

.tabs-row-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-shrink: 1;
}

.tab-button {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 0px 10px 3px 10px;
  cursor: pointer;
  border-bottom: 3px solid #FFFFFF;
}
.tab-button__selected-tab {
  border-bottom: 3px solid #F58025;
}
.tab-button__selected-tab:hover {
  cursor: initial;
}

.tab-button-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  user-select: none;
  color: #2D2D2D;
}/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
.document-link-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 4px;
}

.document-link {
  color: #2A79C4;
  text-decoration: none;
  width: max-content;
}
.document-link:hover {
  color: #003E7E;
  text-decoration: underline;
}.config-accys {
  display: flex;
  flex-direction: column;
  gap: 20px;
}/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
.help-info-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 12px;
  font-family: Barlow;
  font-size: 16px;
  line-height: 22px;
}

.help-info-header {
  font-weight: 600;
  font-style: italic;
}

.help-info-list {
  list-style-type: disc;
}

.help-info-list-item {
  margin-bottom: 8px;
}

.help-info-dismissal {
  font-size: 18px;
  font-weight: 500;
  color: #00AEEF;
}.button-menu-item-text {
  font-family: Barlow;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: black;
  margin-left: -4px;
}.proj-tree {
  display: flex;
  flex-direction: column;
  min-height: 100px;
  margin: 4px 0px 0px 0px;
}

.proj-tree-hdr {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 4px 4px 8px 4px;
  padding: 8px 10px 8px 10px;
  border: 2px solid lightgray;
}

.proj-tree-hdr-text {
  display: flex;
  color: darkblue;
  font-size: 18px;
  margin-right: 20px;
}

.proj-tree-hdr-btn {
  display: flex;
  justify-content: right;
  margin-left: auto;
  max-width: 30px;
}

.proj-tree-content {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  margin: 10px 0px 15px 0px;
}

.proj-tree-chassis {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.proj-tree-chassis-hdr {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  margin-right: 5px;
}

.proj-tree-chassis-hdr-text {
  display: flex;
  flex: 1 1 auto;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  justify-content: left;
  padding: 0px 2px 0px 3px;
  user-select: none;
  min-width: 0;
  display: inline-block;
  overflow-wrap: break-word;
}

.proj-tree-chassis-hdr-text:hover {
  color: #1E5589;
}

.proj-tree-chassis-hdr-buttons {
  display: flex;
  max-width: 100px;
  margin-left: auto;
}

.proj-tree-chassis-children {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 14px;
  font-size: 14px;
}

.proj-tree-chassis-detail-child {
  display: flex;
  padding-bottom: 4px;
}

.proj-tree-chassis-slot-child {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  margin-right: 5px;
  padding-bottom: 4px;
  border: 1px solid rgba(255, 255, 255, 0);
  font-family: "Barlow";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.proj-tree-chassis-slot-child:hover {
  color: #1E5589;
  cursor: pointer;
}

.proj-tree-chassis-slot-child-slot {
  display: flex;
  min-width: 40px;
  justify-content: left;
}

.proj-tree-chassis-slot-child-content {
  display: flex;
}

.cascader-popup {
  color: darkblue;
  font-size: 15px;
  background-color: #FAFAFA;
  border: 1px solid gray;
}

.name-editor-div {
  display: flex;
  flex: 1;
  margin-right: 8px;
}.expand-collapse-button {
  display: flex;
  color: darkblue;
  border: none;
  background: none;
  cursor: pointer;
  margin-top: 0px;
}
.expand-collapse-button:hover svg {
  filter: invert(40%) sepia(100%) saturate(438%) hue-rotate(166deg) brightness(89%) contrast(88%);
}

.expand-collapse-button-collasped {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.canvas-settings {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 10px 12px;
  font-family: Barlow;
}

.canvas-setting-label {
  align-self: center;
  font-size: 18px;
  font-weight: 500;
}/* Other colors, including those found in Figma */
/* U/I spec but not specifically listed above. */
/*
    At the root of our ModalWrapper component is
    a MUI Modal element with className MuiModal-root.
    The modal 'takes over' the entire browser client
    area. However, if any other component has a higher
    z-index, that component will still show as it does
    normally, and be active (not grayed out). At one
    point, the RA header started behaving this way. To
    get around that, we set the z-index of the modal to a
    huge number to make sure nothing ends up on top of it.
*/
.MuiModal-root {
  z-index: 1000000 !important;
}

.modal-title-area {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.modal-title {
  display: flex;
  font-family: Barlow;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.modal-content-with-icon {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.modal-icon {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}

.modal-scrollable-content {
  display: flex;
  flex-direction: row;
  padding-bottom: 4px;
  max-height: 500px;
  min-width: 0;
  width: 100%;
  overflow-y: auto;
}

.modal-message-content {
  display: block;
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  white-space: pre-wrap;
  font-family: Barlow;
  font-weight: 400;
}

.modal-button-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.modal-button-row-right {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}

.modal-button-row-center {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}

.modal-button-row-left {
  display: flex;
  flex-direction: row;
  /*  flex-grow: 1; // We do NOT want flex-grow here!*/
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
}

.modal-message-dismissal {
  display: block;
  flex: 1;
  font-family: Barlow;
  font-size: 18px;
  font-weight: 500;
  color: #00AEEF;
  align-self: center;
}:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */