:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.ackPopup {
  min-width: 500px;
}

.ackPopup-actionRoot {
  padding: 8px 0;
}

.ackPopup-text {
  color: #929a9b;
  margin-bottom: 8px;
}

.ackPopup-buttons {
  display: grid;
  align-items: center;
  justify-self: flex-end;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  grid-column-gap: 8px;
  margin-top: 16px;
}.stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.popup-card {
  width: max-content;
  min-width: 200px;
  max-width: 700px;
  min-height: 45px;
  margin-bottom: 8px;
}

.popup-error {
  background-color: #f7e1df;
  color: #511512;
}

.popup-error > div > svg:first-of-type {
  color: #cb362d;
}

.popup-warning {
  background-color: rgb(255, 244, 229);
  color: rgb(102, 60, 0);
}

.popup-warning > div > svg:first-of-type {
  color: #ff9800;
}

.popup-info {
  background-color: rgb(229, 246, 253);
  color: rgb(1, 67, 97);
}

.popup-info > div > svg:first-of-type {
  color: #03a9f4;
}

.popup-success {
  background-color: rgb(237, 247, 237);
  color: rgb(30, 70, 32);
}

.popup-success > div > svg:first-of-type {
  color: #4caf50;
}

.popup-icon {
  margin-right: 8px;
}

.popup-typography {
  line-height: 100%;
  padding-top: 2px;
  margin-right: 8px;
  align-self: center;
  font-weight: normal;
}

.popup-actionRoot {
  padding: 10.5px 16px;
  justify-content: space-between;
  align-items: flex-start;
}

.popup-icons {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.popup-expand {
  padding: 0;
  margin-left: 4px;
  transform: rotate(0deg);
}

.popup-expandOpen {
  transform: rotate(180deg);
}

.popup-collapse {
  padding: 16px;
  overflow: auto;
}

.popup-substitution {
  padding: 3px 0;
}

.popup-substitution__last:last-child {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.json-editor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  overflow: auto;
}

.json-editor-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: initial;
  padding-left: 8px;
  width: 100%;
  overflow: auto;
}

.json-editor-box .json-editor-row {
  border: none;
  padding: 0;
}

.json-editor-row {
  width: 100%;
  overflow: auto;
  background-color: #f7f8f9;
  border-radius: 2px;
  padding: 8px;
}

.json-editor-row__label {
  font-size: 0.875rem;
  display: flex;
  align-items: baseline;
}

.json-editor-hide {
  display: none;
}

.json-editor-entry {
  display: flex;
  align-items: center;
  padding: 0 8px;
  gap: 8px;
}

.json-editor-complex {
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid rgba(173, 181, 189, 0.4117647059);
  margin-bottom: 8px;
}

.json-editor-complex:last-child {
  border: none;
  margin-bottom: 0px;
}

.json-editor-complex .add-button {
  padding: 4px;
  height: fit-content;
  position: absolute;
  bottom: 5px;
}

.json-editor-add-button {
  padding-left: 8px;
}

.json-editor-button {
  height: auto;
  padding: 0;
  opacity: 0.8;
  margin-bottom: 4px;
}

.json-editor-button:hover {
  background-color: transparent;
  opacity: 1;
}

.json-editor-removeButton {
  padding: 0;
  margin-left: 4px;
  opacity: 0.8;
}

.json-editor-removeButton:hover {
  opacity: 1;
}

.json-editor-removeButton__icon {
  min-width: auto;
  padding: 0;
  font-size: 1.2rem;
}

.json-editor-input textarea {
  font-family: monospace;
  line-height: normal;
  font-size: 14px;
}

.json-editor-required {
  color: #cb362d;
  font-size: 18px;
  margin-left: 2px;
  font-weight: bold;
}

.json-editor-required-title {
  color: #cb362d;
  font-size: 14px;
  margin-left: 10px;
}

.json-editor-default-value {
  color: #999;
}

.json-editor-default-value .MuiInputLabel-root {
  color: #999;
}

.json-editor-default-button {
  min-width: auto;
  height: fit-content;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.indicator::after {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #107595;
}

.icon-loader-circle {
  stroke-width: 4px;
  r: 16px;
}

.clear-filter {
  display: flex;
  height: 100%;
  padding-left: 8px;
  margin-left: 12px;
  align-items: center;
}

.clear-filter svg {
  opacity: 0.7;
  width: 20px;
  height: 20px;
}

.clear-filter:hover svg {
  opacity: 1;
}

.clear-filter::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background: #107595;
}

.clear-filter__clickable-background {
  position: absolute;
  width: calc(100% + 9px);
  height: calc(100% + 16px);
  background: transparent;
  left: 0;
  top: -8px;
}

.only-icon .MuiButton-startIcon {
  margin: 0;
}._pagination_1a3bm_1 {
  margin-left: auto;
  min-width: fit-content;
}

._pagination_1a3bm_1 .MuiInputBase-root {
  padding-top: 2px;
  margin-right: 10px;
}

._spacer_1a3bm_11 {
  display: none;
}

._toolbar_1a3bm_15 {
  min-height: auto;
}._container_aqpzk_29 {
  width: 100%;
}

._accordionDark_aqpzk_33 {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

._accordionDark_aqpzk_33::before {
  display: none;
}

._accordionSummaryDark_aqpzk_42 {
  background-color: transparent;
  color: #b3bcbc;
  border: none;
  padding: 0;
}

._accordionSummaryDark_aqpzk_42::before {
  background-color: rgba(255, 255, 255, 0.2);
}

._accordionDetailsDark_aqpzk_52 {
  padding: 16px 0 16px 0;
  background-color: transparent;
  color: #b3bcbc;
}

._iconDark_aqpzk_58 {
  color: #b3bcbc;
}.address-field {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.address-field-button {
  padding: 8px;
  min-width: 45px;
}.arrow-navigation-footer {
  justify-content: space-between;
}
.arrow-navigation-navigate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.arrow-navigation-navigate__button {
  padding: 4px;
  margin: 0;
  width: fit-content;
  min-width: auto;
}
.arrow-navigation-navigate__icon {
  cursor: pointer;
  transition: 0.2s;
  opacity: 0.7;
  font-size: 30px;
}
.arrow-navigation-navigate__icon:hover {
  opacity: 1;
}._loader_1ijbe_1 {
  width: 64px;
  height: 64px;
}

._loaderCircle_1ijbe_6 {
  stroke-width: 4px;
}

._loaderInline_1ijbe_10 {
  display: inline-block;
  width: 100%;
  min-width: 16px;
  min-height: 16px;
  height: 100%;
}

._pageLoader_1ijbe_18 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

._pageLoader_1ijbe_18::before {
  content: "";
  position: absolute;
  opacity: 0.5;
  height: 100%;
  width: 100%;
}._input-labelDisabled_xpdmp_1 {
  display: inline;
  opacity: 0.8;
}._autocompleteLoader_s3avg_29 {
  margin-right: 6px;
  margin-top: 3px;
}

._autocompleteLoader_s3avg_29 .Mui-disabled {
  pointer-events: none;
}

._groupLabel_s3avg_38 {
  color: #999;
  line-height: 40px;
}._button_a5t2y_1:disabled path {
  fill: rgba(0, 0, 0, 0.3);
}._checkboxLabel-wrap_tkfhr_29 {
  padding: 0;
  margin: 0;
}

._checkboxLabel-text_tkfhr_34 {
  padding-left: 8px;
}

._checkboxLabel-text__error_tkfhr_38 {
  color: #cb362d;
}

._checkboxRoot_tkfhr_42 {
  padding: 0;
}

._checkboxRoot__error_tkfhr_46 {
  color: #cb362d;
}._link_1vo98_1 {
  text-decoration: underline;
  cursor: pointer;
}

._link_1vo98_1:hover {
  text-decoration: none;
}._closeBtn_vnjlo_29 {
  cursor: pointer;
}

._absolute_vnjlo_33 {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 100;
}

._icon_vnjlo_40 {
  color: #bdbdbd;
}.columns-popover {
  padding: 20px;
}
.columns-popover-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
}
.columns-popover-title {
  margin-bottom: 16px;
  font-size: 16px;
}
.columns-popover-text {
  white-space: nowrap;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.confirm-modal-text {
  color: #555555;
}

.confirm-modal-footer {
  margin-top: 30px;
}._copyIcon__copy_1qn5q_29 {
  color: #bdbdbd;
  cursor: pointer;
}

._copyIcon__copy_1qn5q_29:hover {
  opacity: 0.7;
}

._copyIcon__done_1qn5q_38 {
  color: #4caf50;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.date_picker-wrapper {
  display: flex;
  gap: 8px;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.time-picker-paper .MuiClockNumber-root.Mui-disabled {
  color: #929a9b;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.date_picker-wrapper {
  display: flex;
  gap: 8px;
  width: 100%;
}

.date_picker-label {
  font-size: 14px;
}.time_range_picker-wrapper {
  display: flex;
  gap: 8px;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.detailsCell-link {
  color: #107595;
  cursor: pointer;
  text-decoration: underline;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.disabledWrapper {
  width: 100%;
}

.disabledWrapper-disabled {
  pointer-events: none;
}

.disabledWrapper-disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 10;
}._errorBoundary_1c5zo_1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 16px;
  overflow: auto;
  padding: 16px;
}

._buttons_1c5zo_12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

._description_1c5zo_19 {
  overflow: scroll;
  height: auto;
  width: 100%;
}._loader_a55y2_29 {
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  transform: translateX(-50%) translateY(-50%);
}

._wrapper_a55y2_35 {
  position: absolute;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}._handle_11igu_29 {
  cursor: move;
  position: absolute;
  width: 100%;
  height: 20px;
  z-index: 1;
  transition: all 2s all 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

._handle_11igu_29:hover {
  background: #f7f8f9;
}

._title_11igu_42 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  width: 100%;
}

._title_11igu_42 .MuiTypography-root {
  font-size: 20px;
  line-height: 23px;
}

._labelWithSubLabel_11igu_55 {
  margin-right: 4px;
}

._subLabel_11igu_59 {
  margin: 0;
  margin-left: 8px;
  white-space: nowrap;
}

._paper_11igu_65 {
  height: 100%;
  padding: 24px;
  display: grid;
  align-items: flex-start;
  grid-auto-flow: row;
  grid-auto-rows: max-content 1fr;
  overflow: auto;
}

._paper_11igu_65 form {
  overflow: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}

._paper_11igu_65 form .MuiGrid-root.MuiGrid-container {
  height: 100%;
  overflow: auto;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.dropdown-button {
  height: 40px;
  font-weight: normal;
  padding: 0 20px;
  margin: 0;
  padding-right: 16px;
}

.no-data-placeholder {
  padding: 15px 30px;
  color: #999;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.emptyBanner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3bcbc;
  letter-spacing: 2px;
  padding: 20px;
  font-size: 18px;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.groupBlock {
  border: 1px solid #bdbdbd;
  padding: 16px;
  border-radius: 3px;
  position: relative;
  margin: 8px 0;
  width: 100%;
}

.groupBlock-label {
  position: absolute;
  top: -8px;
  left: 8px;
  padding: 0 8px;
  background: #ffffff;
  color: #999;
  font-size: 12px;
  margin: 0;
}.inline-field-input {
  margin: 0;
}
.inline-field-input .MuiInputBase-input {
  padding: 4px 16px;
  font-size: 0.875rem;
}
.inline-field-value {
  font-weight: bold;
  margin-left: 16px;
  display: flex;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.json-reader {
  border: 1px solid #999;
  overflow: auto;
  padding: 4px;
  width: 100%;
  height: 100%;
}

.json-reader-tabs {
  overflow: auto;
  height: calc(100% - 46px);
}

.json-reader-raw {
  margin: 0;
  padding: 0 10px;
  height: 100%;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.keyValue-list-item {
  width: fit-content;
  align-items: center;
  display: flex;
}

.keyValue-list-item .label {
  color: #999;
  margin-right: 10px;
  white-space: nowrap;
}

.keyValue-list-item .value {
  white-space: nowrap;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.link {
  color: #107595;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
  opacity: 1;
  transition: 0.2s;
}

.link:hover {
  opacity: 0.8;
}._dialog_1da3g_1 {
  padding: 20px;
  width: 200px;
  text-align: center;
}

._title_1da3g_7 {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}

._loader_1da3g_15 {
  text-align: center;
}.modal-footer {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  column-gap: 8px;
  margin-top: 16px;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.no-widgets {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.no-widgets .MuiButtonBase-root {
  margin-top: 16px;
}

.no-widgets .MuiSvgIcon-root {
  width: 3rem;
  height: 3rem;
  margin-bottom: 16px;
  fill: #b3bcbc;
}

.no-widgets-subTitle {
  color: #606060;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  overflow: auto;
}

.page-header-left {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.page-header-labels {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.page-header-label {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  margin-right: 16px;
  white-space: nowrap;
}

.page-header-labelWithSubLabel {
  margin-right: 4px;
}

.page-header-subLabel {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  margin-right: 16px;
  white-space: nowrap;
}

.page-header-subHeader {
  color: #929a9b;
  font-size: 15px;
  margin-right: 20px;
  white-space: nowrap;
}

.page-header-buttons {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 8px;
}

.page-header-onlyFilter {
  overflow: initial;
}

.page-header-isButtons {
  margin-right: 16px;
}.page-wrapper {
  height: 100%;
  display: grid;
  grid-template-rows: max-content 1fr;
  overflow: auto;
}
.page-wrapper-oneElement {
  grid-template-rows: auto;
}.paginationDirect {
  margin-left: auto;
  min-width: fit-content;
}
.paginationDirect .MuiInputBase-root {
  padding-top: 2px;
  margin-right: 10px;
}
.paginationDirect-spacer {
  display: none;
}
.paginationDirect-toolbar {
  min-height: auto;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.progress-bar {
  border: 1px solid rgba(173, 181, 189, 0.4117647059);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 50px;
  border-radius: 3px;
}

.progress-bar-title {
  margin: 0;
  margin-bottom: 8px;
  font-weight: normal;
  line-height: normal;
  white-space: nowrap;
  font-size: 16px;
}

.progress-bar-title-fail {
  display: inline-block;
  text-decoration: line-through;
  color: #999;
}

.progress-bar-title-fail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
  transform: translateY(-50%);
}

.progress-bar-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  column-gap: 20px;
}

.progress-bar-size {
  color: #999;
  line-height: normal;
  white-space: nowrap;
}

.progress-bar-percents {
  color: #107595;
  line-height: normal;
  white-space: nowrap;
}

.progress-bar-line {
  width: 100%;
  height: 2px;
  background: rgba(173, 181, 189, 0.4117647059);
  position: relative;
}

.progress-bar-line::before {
  content: "";
  position: absolute;
  background: #107595;
  height: 100%;
  width: var(--line-progress);
}

.progress-bar-status {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.progress-bar-status.uploading {
  color: #999;
}

.progress-bar-status.finishing {
  color: #999;
}

.progress-bar-status.uploaded {
  color: #4caf50;
}

.progress-bar-status.failed {
  color: #cb362d;
}

.progress-bar-noMargin {
  margin: 0;
}.range_input-wrapper {
  width: 100%;
  display: flex;
  gap: 8px;
}.selectOneOfMany {
  display: flex;
  width: 100%;
}
.selectOneOfMany .MuiRadio-root {
  max-height: 56px;
}
.selectOneOfMany-radio-wrapper {
  display: flex;
  width: 100%;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.listElement-normalOption {
  color: #222222;
  padding: 8px;
}

.listElement-optionIcon {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 44%;
  min-width: 10px;
}

.listElement-optionIcon div {
  min-width: 10px;
}

.listElement-optionName {
  display: flex;
  align-items: center;
  color: #222222;
}

.listElement-selectOption {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.select {
  width: 100%;
}

.select-label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.select-labelDisabled {
  display: inline;
  opacity: 0.8;
}

.select-list {
  padding: 8px 16px;
  padding-bottom: 16px;
}

.select-placeholderOption {
  color: #999;
}

.select-normalOption {
  color: #222222;
}

.select-loader {
  position: absolute;
  right: 14px;
  width: 18px !important;
  height: 18px !important;
}

.select-checkboxesBlock {
  display: flex;
  flex-direction: row;
  padding: 8px;
  gap: 16px;
}

.select-checkboxWrapper {
  cursor: pointer;
}

.select-menuList {
  max-height: 320px;
  overflow: auto;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.select {
  width: 100%;
}

.select-label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.select-labelDisabled {
  display: inline;
  opacity: 0.8;
}

.select-list {
  padding: 8px 16px;
  padding-bottom: 16px;
}

.select-header__item {
  opacity: 1;
  font-weight: bold;
}

.select-placeholderOption {
  color: #999;
}

.select-normalOption {
  color: #222222;
}

.select-loader {
  position: absolute;
  right: 14px;
  width: 18px !important;
  height: 18px !important;
}

.select-checkboxesBlock {
  display: flex;
  flex-direction: row;
  padding: 8px;
  gap: 16px;
}

.select-checkboxWrapper {
  cursor: pointer;
}

.select-menuList {
  max-height: 150px;
  overflow: auto;
}

.select-paper {
  box-shadow: 0px -5px 5px -3px rgba(0, 0, 0, 0.2), -5px 0px 5px -3px rgba(0, 0, 0, 0.2), 5px 0px 5px -3px rgba(0, 0, 0, 0.2);
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.select {
  width: 100%;
  min-width: 160px;
}

.select-label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.select-labelDisabled {
  display: inline;
  opacity: 0.8;
}

.select-header__item {
  opacity: 1;
  font-weight: bold;
}

.select-placeholderOption {
  color: #999;
}

.select-normalOption {
  color: #222222;
}

.select-loader {
  position: absolute;
  right: 14px;
  width: 18px !important;
  height: 18px !important;
}

.select-optionIcon {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 30px;
  width: 30px;
  margin-right: 1rem;
}

.select-optionIcon div {
  min-width: 10px;
}

.select-optionName {
  display: flex;
  align-items: center;
  color: #222222;
}

.select-selectOption {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}._error_1csti_29 {
  color: #cb362d;
}

._wrapper_1csti_33 {
  width: fit-content;
  margin: 0;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

tr.table-row {
  border: none;
}

tr.table-row-clickable {
  cursor: pointer;
}

tr.table-row-clickable:hover {
  background-color: rgba(173, 181, 189, 0.4117647059);
}

tr.table-row-selected {
  background-color: #b3bcbc;
}

tr.table-row-disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #e4e4e4;
}

.table-row-odd {
  background-color: #f7f8f9;
}.table-header .MuiTableCell-head {
  border-left: 2px solid #fff;
}
.table-header .MuiTableCell-head:first-of-type {
  border-left: none;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.table {
  height: 100%;
  width: 100%;
  overflow: auto;
  display: grid;
  grid-template-rows: 1fr max-content;
}

.table-wrapper {
  height: 100%;
  overflow: auto;
  border-bottom: 1px solid #e4e4e4;
}

.table-container {
  overflow-x: auto;
  height: 100%;
}

.table-noDataBanner {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  color: #b3bcbc;
  font-size: 16px;
  text-align: center;
  background-color: transparent;
}

.table-footer {
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table-onlyPagination {
  overflow: auto;
}

.table-onlyPagination .MuiTablePagination-toolbar {
  padding: 0;
}._autocompleteLoader_1s65m_1 {
  margin-right: 6px;
  margin-top: 3px;
}

._autocompleteLoader_1s65m_1 .Mui-disabled {
  pointer-events: none;
}:export {
  primary: #107595;
  primary20: rgba(16, 117, 149, 0.2);
  primary50: rgba(16, 117, 149, 0.5);
  secondary: #4d69fa;
  text: #000000;
  textDark: #222222;
  textLight: #424242;
  textDisabled: #606060;
  textGrey: #929a9b;
  grey50: #f7f8f9;
  grey100: #e4e4e4;
  grey200: #bdbdbd;
  grey300: #b3bcbc;
  grey350: #999;
  grey400: #555555;
  white: #ffffff;
  backgroundHeaderMenu: #f9f9f9;
  white10: rgba(255, 255, 255, 0.1);
  white60: rgba(255, 255, 255, 0.6);
  black12: rgba(0, 0, 0, 0.12);
  success: #4caf50;
  warning: #ff9800;
  danger: #cb362d;
  dangerDark: #511512;
  dangerLight: #f7e1df;
}

.node-item {
  width: fit-content;
}

.node-item svg {
  margin-right: 4px;
}

.node-clickable {
  cursor: pointer;
}

.node-selected {
  color: #107595;
  fill: #107595;
}

.node-selected .MuiTypography-root {
  font-weight: 600;
}

.node-selected .collapse-icon svg {
  fill: #107595;
}

.node-selected .node-disabled {
  opacity: 1;
}

.node-selected-dark {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  fill: #ffffff;
}

.node-selected-dark .collapse-icon-dark svg {
  fill: #ffffff;
}

.node-listItem {
  margin: 0;
}

.node-listItem:hover .node-listItem__actions {
  opacity: 1;
}

.node-listItem__text {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
}

.node-listItem__actions {
  opacity: 0;
  transition: 0.1s;
  margin-left: 4px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
}

.node-disabled {
  pointer-events: none;
  opacity: 0.7;
  cursor: default;
}

.node-highlight {
  color: #107595;
}

.collapse-icon {
  cursor: pointer;
}.tree {
  height: 100%;
  overflow: auto;
  width: 100%;
  position: inherit;
}
.tree-wrapper {
  height: inherit;
  overflow: auto;
}
.tree-loading {
  overflow: hidden;
}._menu-app-icon_sm71t_1 {
    background: none;
    border: 0;
    padding: 0;
    position: fixed!important;
    z-index: 99999;
    display: inline-flex;
    margin: 0.5em!important;
    cursor: pointer;
    width: fit-content;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
._iconMenuItem_sm71t_15 {
    width: 30px!important;
    max-height: 27px!important;
}

._menuAppBox_sm71t_20 {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}