: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;
}.quick-filter {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  column-gap: 8px;
}
.quick-filter-fullWidth {
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  min-width: 75px;
}
.quick-filter-formControl {
  margin: 2px 0;
}
.quick-filter-autocomplete {
  min-width: 200px;
}: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;
}._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;
}/* light */
.markdown-body {
  color-scheme: light;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  color: #1f2328;
  background-color: #ffffff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}

.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-body h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: ' ';
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
}

.markdown-body details,
.markdown-body figcaption,
.markdown-body figure {
  display: block;
}

.markdown-body summary {
  display: list-item;
}

.markdown-body [hidden] {
  display: none !important;
}

.markdown-body a {
  background-color: transparent;
  color: #0969da;
  text-decoration: none;
}

.markdown-body abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.markdown-body b,
.markdown-body strong {
  font-weight: 600;
}

.markdown-body dfn {
  font-style: italic;
}

.markdown-body h1 {
  margin: .67em 0;
  font-weight: 600;
  padding-bottom: .3em;
  font-size: 2em;
  border-bottom: 1px solid #d1d9e0b3;
}

.markdown-body mark {
  background-color: #fff8c5;
  color: #1f2328;
}

.markdown-body small {
  font-size: 90%;
}

.markdown-body sub,
.markdown-body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.markdown-body sub {
  bottom: -0.25em;
}

.markdown-body sup {
  top: -0.5em;
}

.markdown-body img {
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre,
.markdown-body samp {
  font-family: monospace;
  font-size: 1em;
}

.markdown-body figure {
  margin: 1em 2.5rem;
}

.markdown-body hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #d1d9e0b3;
  height: .25em;
  padding: 0;
  margin: 1.5rem 0;
  background-color: #d1d9e0;
  border: 0;
}

.markdown-body input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body [type=button],
.markdown-body [type=reset],
.markdown-body [type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

.markdown-body [type=checkbox],
.markdown-body [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.markdown-body [type=number]::-webkit-inner-spin-button,
.markdown-body [type=number]::-webkit-outer-spin-button {
  height: auto;
}

.markdown-body [type=search]::-webkit-search-cancel-button,
.markdown-body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.markdown-body ::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

.markdown-body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

.markdown-body a:hover {
  text-decoration: underline;
}

.markdown-body ::placeholder {
  color: #59636e;
  opacity: 1;
}

.markdown-body hr::before {
  display: table;
  content: "";
}

.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: auto;
  font-variant: tabular-nums;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body details summary {
  cursor: pointer;
}

.markdown-body a:focus,
.markdown-body [role=button]:focus,
.markdown-body input[type=radio]:focus,
.markdown-body input[type=checkbox]:focus {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}

.markdown-body a:focus:not(:focus-visible),
.markdown-body [role=button]:focus:not(:focus-visible),
.markdown-body input[type=radio]:focus:not(:focus-visible),
.markdown-body input[type=checkbox]:focus:not(:focus-visible) {
  outline: solid 1px transparent;
}

.markdown-body a:focus-visible,
.markdown-body [role=button]:focus-visible,
.markdown-body input[type=radio]:focus-visible,
.markdown-body input[type=checkbox]:focus-visible {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}

.markdown-body a:not([class]):focus,
.markdown-body a:not([class]):focus-visible,
.markdown-body input[type=radio]:focus,
.markdown-body input[type=radio]:focus-visible,
.markdown-body input[type=checkbox]:focus,
.markdown-body input[type=checkbox]:focus-visible {
  outline-offset: 0;
}

.markdown-body kbd {
  display: inline-block;
  padding: 0.25rem;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: #1f2328;
  vertical-align: middle;
  background-color: #f6f8fa;
  border: solid 1px #d1d9e0b3;
  border-bottom-color: #d1d9e0b3;
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 #d1d9e0b3;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.markdown-body h2 {
  font-weight: 600;
  padding-bottom: .3em;
  font-size: 1.5em;
  border-bottom: 1px solid #d1d9e0b3;
}

.markdown-body h3 {
  font-weight: 600;
  font-size: 1.25em;
}

.markdown-body h4 {
  font-weight: 600;
  font-size: 1em;
}

.markdown-body h5 {
  font-weight: 600;
  font-size: .875em;
}

.markdown-body h6 {
  font-weight: 600;
  font-size: .85em;
  color: #59636e;
}

.markdown-body p {
  margin-top: 0;
  margin-bottom: 10px;
}

.markdown-body blockquote {
  margin: 0;
  padding: 0 1em;
  color: #59636e;
  border-left: .25em solid #d1d9e0;
}

.markdown-body ul,
.markdown-body ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body tt,
.markdown-body code,
.markdown-body samp {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}

.markdown-body .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}

.markdown-body input::-webkit-outer-spin-button,
.markdown-body input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.markdown-body .mr-2 {
  margin-right: 0.5rem !important;
}

.markdown-body::before {
  display: table;
  content: "";
}

.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body>*:first-child {
  margin-top: 0 !important;
}

.markdown-body>*:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .absent {
  color: #d1242f;
}

.markdown-body .anchor {
  float: left;
  padding-right: 0.25rem;
  margin-left: -20px;
  line-height: 1;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: 1rem;
}

.markdown-body blockquote>:first-child {
  margin-top: 0;
}

.markdown-body blockquote>:last-child {
  margin-bottom: 0;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1f2328;
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
  padding: 0 .2em;
  font-size: inherit;
}

.markdown-body summary h1,
.markdown-body summary h2,
.markdown-body summary h3,
.markdown-body summary h4,
.markdown-body summary h5,
.markdown-body summary h6 {
  display: inline-block;
}

.markdown-body summary h1 .anchor,
.markdown-body summary h2 .anchor,
.markdown-body summary h3 .anchor,
.markdown-body summary h4 .anchor,
.markdown-body summary h5 .anchor,
.markdown-body summary h6 .anchor {
  margin-left: -40px;
}

.markdown-body summary h1,
.markdown-body summary h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

.markdown-body ul.no-list,
.markdown-body ol.no-list {
  padding: 0;
  list-style-type: none;
}

.markdown-body ol[type="a s"] {
  list-style-type: lower-alpha;
}

.markdown-body ol[type="A s"] {
  list-style-type: upper-alpha;
}

.markdown-body ol[type="i s"] {
  list-style-type: lower-roman;
}

.markdown-body ol[type="I s"] {
  list-style-type: upper-roman;
}

.markdown-body ol[type="1"] {
  list-style-type: decimal;
}

.markdown-body div>ol:not([type]) {
  list-style-type: decimal;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li>p {
  margin-top: 1rem;
}

.markdown-body li+li {
  margin-top: .25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 1rem;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.markdown-body dl dd {
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.markdown-body table th {
  font-weight: 600;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #d1d9e0;
}

.markdown-body table td>:last-child {
  margin-bottom: 0;
}

.markdown-body table tr {
  background-color: #ffffff;
  border-top: 1px solid #d1d9e0b3;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.markdown-body table img {
  background-color: transparent;
}

.markdown-body img[align=right] {
  padding-left: 20px;
}

.markdown-body img[align=left] {
  padding-right: 20px;
}

.markdown-body .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}

.markdown-body span.frame {
  display: block;
  overflow: hidden;
}

.markdown-body span.frame>span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid #d1d9e0;
}

.markdown-body span.frame span img {
  display: block;
  float: left;
}

.markdown-body span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: #1f2328;
}

.markdown-body span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-center>span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

.markdown-body span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-right>span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}

.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

.markdown-body span.float-left span {
  margin: 13px 0 0;
}

.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

.markdown-body span.float-right>span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body code,
.markdown-body tt {
  padding: .2em .4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: #818b981f;
  border-radius: 6px;
}

.markdown-body code br,
.markdown-body tt br {
  display: none;
}

.markdown-body del code {
  text-decoration: inherit;
}

.markdown-body samp {
  font-size: 85%;
}

.markdown-body pre code {
  font-size: 100%;
}

.markdown-body pre>code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 1rem;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 1rem;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  color: #1f2328;
  background-color: #f6f8fa;
  border-radius: 6px;
}

.markdown-body pre code,
.markdown-body pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body .csv-data td,
.markdown-body .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.markdown-body .csv-data .blob-num {
  padding: 10px 0.5rem 9px;
  text-align: right;
  background: #ffffff;
  border: 0;
}

.markdown-body .csv-data tr {
  border-top: 0;
}

.markdown-body .csv-data th {
  font-weight: 600;
  background: #f6f8fa;
  border-top: 0;
}

.markdown-body [data-footnote-ref]::before {
  content: "[";
}

.markdown-body [data-footnote-ref]::after {
  content: "]";
}

.markdown-body .footnotes {
  font-size: 12px;
  color: #59636e;
  border-top: 1px solid #d1d9e0;
}

.markdown-body .footnotes ol {
  padding-left: 1rem;
}

.markdown-body .footnotes ol ul {
  display: inline-block;
  padding-left: 1rem;
  margin-top: 1rem;
}

.markdown-body .footnotes li {
  position: relative;
}

.markdown-body .footnotes li:target::before {
  position: absolute;
  top: calc(0.5rem*-1);
  right: calc(0.5rem*-1);
  bottom: calc(0.5rem*-1);
  left: calc(1.5rem*-1);
  pointer-events: none;
  content: "";
  border: 2px solid #0969da;
  border-radius: 6px;
}

.markdown-body .footnotes li:target {
  color: #1f2328;
}

.markdown-body .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

.markdown-body body:has(:modal) {
  padding-right: var(--dialog-scrollgutter) !important;
}

.markdown-body .pl-c {
  color: #59636e;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #0550ae;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6639ba;
}

.markdown-body .pl-smi,
.markdown-body .pl-s .pl-s1 {
  color: #1f2328;
}

.markdown-body .pl-ent {
  color: #0550ae;
}

.markdown-body .pl-k {
  color: #cf222e;
}

.markdown-body .pl-s,
.markdown-body .pl-pds,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-sr .pl-sra {
  color: #0a3069;
}

.markdown-body .pl-v,
.markdown-body .pl-smw {
  color: #953800;
}

.markdown-body .pl-bu {
  color: #82071e;
}

.markdown-body .pl-ii {
  color: #f6f8fa;
  background-color: #82071e;
}

.markdown-body .pl-c2 {
  color: #f6f8fa;
  background-color: #cf222e;
}

.markdown-body .pl-sr .pl-cce {
  font-weight: bold;
  color: #116329;
}

.markdown-body .pl-ml {
  color: #3b2300;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  font-weight: bold;
  color: #0550ae;
}

.markdown-body .pl-mi {
  font-style: italic;
  color: #1f2328;
}

.markdown-body .pl-mb {
  font-weight: bold;
  color: #1f2328;
}

.markdown-body .pl-md {
  color: #82071e;
  background-color: #ffebe9;
}

.markdown-body .pl-mi1 {
  color: #116329;
  background-color: #dafbe1;
}

.markdown-body .pl-mc {
  color: #953800;
  background-color: #ffd8b5;
}

.markdown-body .pl-mi2 {
  color: #d1d9e0;
  background-color: #0550ae;
}

.markdown-body .pl-mdr {
  font-weight: bold;
  color: #8250df;
}

.markdown-body .pl-ba {
  color: #59636e;
}

.markdown-body .pl-sg {
  color: #818b98;
}

.markdown-body .pl-corl {
  text-decoration: underline;
  color: #0a3069;
}

.markdown-body [role=button]:focus:not(:focus-visible),
.markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),
.markdown-body button:focus:not(:focus-visible),
.markdown-body summary:focus:not(:focus-visible),
.markdown-body a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.markdown-body [tabindex="0"]:focus:not(:focus-visible),
.markdown-body details-dialog:focus:not(:focus-visible) {
  outline: none;
}

.markdown-body g-emoji {
  display: inline-block;
  min-width: 1ch;
  font-family: "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1em;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.075em;
}

.markdown-body g-emoji img {
  width: 1em;
  height: 1em;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item label {
  font-weight: 400;
}

.markdown-body .task-list-item.enabled label {
  cursor: pointer;
}

.markdown-body .task-list-item+.task-list-item {
  margin-top: 0.25rem;
}

.markdown-body .task-list-item .handle {
  display: none;
}

.markdown-body .task-list-item-checkbox {
  margin: 0 .2em .25em -1.4em;
  vertical-align: middle;
}

.markdown-body ul:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em .25em .2em;
}

.markdown-body ol:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em .25em .2em;
}

.markdown-body .contains-task-list:hover .task-list-item-convert-container,
.markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
  display: block;
  width: auto;
  height: 24px;
  overflow: visible;
  clip: auto;
}

.markdown-body ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}

.markdown-body .markdown-alert {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: inherit;
  border-left: .25em solid #d1d9e0;
}

.markdown-body .markdown-alert>:first-child {
  margin-top: 0;
}

.markdown-body .markdown-alert>:last-child {
  margin-bottom: 0;
}

.markdown-body .markdown-alert .markdown-alert-title {
  display: flex;
  font-weight: 500;
  align-items: center;
  line-height: 1;
}

.markdown-body .markdown-alert.markdown-alert-note {
  border-left-color: #0969da;
}

.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title {
  color: #0969da;
}

.markdown-body .markdown-alert.markdown-alert-important {
  border-left-color: #8250df;
}

.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title {
  color: #8250df;
}

.markdown-body .markdown-alert.markdown-alert-warning {
  border-left-color: #9a6700;
}

.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: #9a6700;
}

.markdown-body .markdown-alert.markdown-alert-tip {
  border-left-color: #1a7f37;
}

.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: #1a7f37;
}

.markdown-body .markdown-alert.markdown-alert-caution {
  border-left-color: #cf222e;
}

.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: #d1242f;
}

.markdown-body>*:first-child>.heading-element:first-child {
  margin-top: 0 !important;
}

.markdown-body .highlight pre:has(+.zeroclipboard-container) {
  min-height: 52px;
}

.markdown-body {
  padding: 8px;
  height: 100%;
  border: 2px solid black;
  overflow: scroll;
}: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;
}._keyboard_98230_1 {
  display: grid;
  gap: 10px;
  background: #fff;
  border-radius: 5px;
  padding: 2rem;
}

._number-keyboard_98230_9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

._standard-button_98230_16 {
  color: #030303;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DDECF4;
  border: 3px solid #C9DAE4;
  border-radius: 10px;
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  height: 80px;
  width: 70px;
  padding: 5px;
  min-width: auto;
  flex-grow: 1;
  line-height: 45px;
  font-weight: 500;
  font-size: 28px;
  gap: 1rem;
}

._number-button_98230_38 {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #118DA8;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 100px;
  width: 100px;
  font-weight: 500;
  font-size: 28px;
  transition: transform 0.1s ease-in-out;
}
._number-button_98230_38:hover {
  transform: scale(1.05);
  background: #0f7d99;
}
._number-button_98230_38:active {
  transform: scale(0.95);
}

._standard-button_98230_16._active_98230_62 {
  transform: scale(0.98);
  background: #E5FAFF;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

._standard-button_98230_16:hover {
  background: #d3d3d3;
  color: #000;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

._standard-button_98230_16 img {
  width: 20px;
  height: 20px;
}

._standard-button_98230_16._action_98230_79 {
  background: #add8e6;
  text-transform: none;
}

._space_98230_84 {
  flex-grow: 20;
  color: #000;
  background: #DDECF4;
}

._enter_98230_90 {
  background: #030303;
  color: #fff;
  flex-grow: 2.5;
}

._enter_98230_90 svg path {
  fill: #fff;
}

._shift_98230_100 {
  flex-grow: 1.5;
}

._remove_98230_104 {
  background: #D22A21;
}

._lang_98230_108 {
  flex-grow: 6;
}

._remove_98230_104 img {
  width: 26px;
  height: 26px;
}

._lang_98230_108 img {
  width: 30px;
  height: 30px;
}

._shift_98230_100 img {
  width: 22px;
  height: 26px;
}

._icon_98230_127 {
  width: inherit;
}

._keyboard-row_98230_131 {
  display: flex;
  gap: 10px;
  justify-content: center;
}: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;
}._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;
}