/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-950: oklch(25.8% 0.092 26.042);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .\!rounded {
    border-radius: 0.25rem !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\[\#DEE2E6\] {
    border-color: #DEE2E6;
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .border-red-700 {
    border-color: var(--color-red-700);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .font-\[\'IBM_Plex_Sans\'\,sans-serif\] {
    font-family: 'IBM Plex Sans',sans-serif;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-\[\#495057\] {
    color: #495057;
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-950 {
    color: var(--color-red-950);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .focus\:border-black {
    &:focus {
      border-color: var(--color-black);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .dark\:bg-gray-800 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-800);
    }
  }
}
.array-field-template__add-block .accordion_container_settings {
  padding-left: 0 !important;
}
.array-field-template__label {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px !important;
}
.array-field-template__incremental-wrapper {
  border-radius: 4px;
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8;
  align-self: stretch;
  background-color: #fcfcfc;
  border: 1px solid #eaeaea5d;
}
.accordion_container_settings--last {
  padding-bottom: 8px;
}
.accordion_settings_content:last-child.accordion_settings_content:last-child {
  padding: 0px;
}
.loopos-setttings-hint {
  cursor: pointer;
}
.json-form__header {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.json-form__title {
  width: 100%;
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #102026;
}
.json-form__header-actions {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: calc(var(--spacing) * 3);
}
.json-form__floating-bar {
  margin-top: calc(var(--spacing) * 2);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #ECEFF2;
  background-color: #ffffff73;
  padding: calc(var(--spacing) * 3);
  --tw-shadow: 0px 1px 8px -0px var(--tw-shadow-color, rgba(120,129,138,0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-backdrop-blur: blur(5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  position: sticky;
  bottom: 8px;
  right: 0;
  animation-name: float-bar;
  animation-duration: 0.5s;
  z-index: 999;
}
.json-form__floating-bar-fixed {
  margin-top: calc(var(--spacing) * 2);
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #ECEFF2;
  background-color: #ffffff73;
  padding: calc(var(--spacing) * 3);
  --tw-shadow: 0px 1px 8px -0px var(--tw-shadow-color, rgba(120,129,138,0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-backdrop-blur: blur(5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  bottom: 8px;
  right: 0;
  animation-name: float-bar;
  animation-duration: 0.5s;
  z-index: 999;
  position: fixed;
}
.json-form__button-add {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--Spacings-3, 8px);
  flex: 1 0 0;
}
@keyframes float-bar {
  0% {
    bottom: -40px;
  }
  100% {
    bottom: 8px;
  }
}
.json-form-container {
  display: flex;
  flex-direction: column;
  font-family: "IBM Plex Sans", sans-serif;
  gap: 16px;
}
.json-form__search-container {
  display: flex;
}
.core-input-main-container {
  width: 100%;
}
.core-input-box {
  width: 100%;
}
.json-form__errors-list-counter {
  display: flex;
  height: 22px;
  min-width: 22px;
  padding: 0px 8px;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #fcf3f3;
  color: #c81720;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.json-form__accordion_errors_counter {
  display: flex;
  padding: 1px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  border: 1px solid #fae8e9;
  background: #fcf3f3;
  color: #c81720;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.loopos-tooltip-ui {
  display: inline-block !important;
  position: static !important;
  transform: none !important;
  vertical-align: baseline;
}
.label-wrapper {
  display: flex;
  flex-direction: row;
  white-space: normal;
  span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.settings-hint-container {
  margin-left: 4px;
}
:root {
  --colors-general-global-100: #fff;
  --colors-semantic-danger-100: #c81720;
  --colors-general-gray-700: #78818a;
}
.loopos-notification {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 6px;
  min-width: 7px;
  min-height: 7px;
  position: absolute;
  padding: 0 2px;
  margin: 0;
  height: auto;
  width: auto;
  border-radius: 10px;
  color: var(--colors-general-global-100);
  background-color: var(--colors-semantic-danger-100);
}
.loopos-notification--inverted {
  color: var(--colors-semantic-danger-100);
  background-color: var(--colors-general-global-100);
}
.loopos-notification--neutral {
  background-color: var(--colors-general-gray-700);
  color: var(--colors-general-global-100);
}
.loopos-notification--neutral.loopos-notification--inverted {
  background-color: var(--colors-general-global-100);
  color: var(--colors-general-gray-700);
}
.loopos-notification--small {
  top: -6px;
  right: -13px;
}
.loopos-notification--medium {
  top: -8px;
  right: -16px;
  font-size: 8px;
}
.loopos-notification--large {
  top: -10px;
  right: -18px;
  font-size: 9px;
  min-width: 10px;
  min-height: 10px;
}
.loopos-notification--extra-large {
  top: -10px;
  right: -18px;
  font-size: 10px;
  min-width: 12px;
  min-height: 12px;
}
.loopos-notification--default {
  top: -10px;
  right: -15px;
}
.loopos-notification--tinny {
  top: -10px;
  right: -15px;
}
.loopos-notification__no-text--small {
  top: -6px;
  right: -16px;
}
.loopos-notification__no-text--medium {
  top: -9px;
  right: -10px;
  min-width: 10px;
  min-height: 10px;
}
.loopos-notification__no-text--large {
  top: -10px;
  right: -20px;
  min-width: 12px;
  min-height: 12px;
}
.loopos-notification__no-text--extra-large {
  top: -11px;
  right: -22px;
}
.hint-container {
  width: min-content;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 1 !important;
}
.hint-tooltip-container {
  position: relative;
  cursor: pointer;
}
.hint-tooltip {
  width: max-content;
  position: absolute;
  bottom: 30px;
  left: 0px;
  cursor: default;
}
.tippy-content {
  font-family: inherit;
  word-break: break-word;
}
.loopos-error {
  color: #c81720;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  margin: 6px 0px;
  align-items: center;
}
.loopos-error-msg {
  margin-left: 4px;
}
.tippy-box[data-theme~='custom-theme'] {
  font-family: 'IBM Plex Sans';
  width: max-content;
  max-width: 420px;
  min-height: 26px;
  background: #ffffff;
  border: 1px solid #c4cad0;
  border-radius: 6px;
  overflow-wrap: break-word;
  word-break: keep-all;
  font-size: 12px;
  color: #495057;
  line-height: 150%;
  margin-bottom: 4px;
}
.tippy-box[data-theme~='custom-theme-dark'] {
  width: max-content;
  max-width: 420px;
  min-height: 26px;
  border-radius: 6px;
  background: #212529;
  box-shadow: 0px 1px 4px 0px rgba(33, 37, 41, 0.1);
  overflow-wrap: break-word;
  word-break: keep-all;
  font-family: 'IBM Plex Sans';
  font-size: 12px;
  color: #ffffff;
  line-height: 150%;
  margin-bottom: 4px;
}
.tippy-box[data-theme~='custom-theme-loopos-ui'] {
  width: max-content;
  max-width: 300px;
  min-height: 26px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(33, 37, 41, 0.1);
  overflow-wrap: break-word;
  word-break: keep-all;
  font-family: 'IBM Plex Sans';
  font-size: 12px;
  color: #212529;
  line-height: 16px;
  margin-bottom: 4px;
  hyphens: auto;
}
.tooltip-container span {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0px;
}
.tooltip-container-dark span {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  font-feature-settings: 'clig' off, 'liga' off;
}
.tooltip-container a {
  font-family: 'IBM Plex Sans';
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.tooltip-container-dark a {
  font-family: 'IBM Plex Sans';
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.tooltip-title {
  font-family: 'IBM Plex Sans';
  font-style: bold;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 8px;
  flex-wrap: wrap;
}
.loopos-tooltip-ui {
  cursor: pointer;
}
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
}
.switch_small {
  position: relative;
  display: inline-block;
  width: 25.6px;
  height: 16px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch_small input {
  opacity: 0;
  width: 0;
  height: 0;
}
.loopos-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d8dae5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.loopos-slider:before {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  left: 2px;
  top: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.loopos-slider_small {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d8dae5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.loopos-slider_small:before {
  position: absolute;
  content: '';
  height: 12px;
  width: 12px;
  left: 2px;
  top: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .loopos-slider {
  background-color: var(--app-800-primary);
}
input:checked + .loopos-slider--core {
  background-color: #b53c00;
}
input:checked + .loopos-slider--manager {
  background-color: #006053;
}
input:checked + .loopos-slider--hubs {
  background-color: #0b6ef9;
}
input:checked + .loopos-slider--submission {
  background-color: #e88600;
}
input:checked + .loopos-slider--handling {
  background-color: #331d8b;
}
input:checked + .loopos-slider--neutral {
  background-color: #212529;
}
input:checked + .loopos-slider--validation {
  background-color: #1c7e43;
}
input:checked + .loopos-slider:before {
  -webkit-transform: translateX(11.6px);
  -ms-transform: translateX(11.6px);
  transform: translateX(11.6px);
}
input:checked + .loopos-slider_small {
  background-color: var(--app-800-primary);
}
input:checked + .loopos-slider_small--core {
  background-color: #b53c00;
}
input:checked + .loopos-slider_small--manager {
  background-color: #006053;
}
input:checked + .loopos-slider_small--hubs {
  background-color: #0b6ef9;
}
input:checked + .loopos-slider_small--submission {
  background-color: #e88600;
}
input:checked + .loopos-slider_small--handling {
  background-color: #331d8b;
}
input:checked + .loopos-slider_small--neutral {
  background-color: #212529;
}
input:checked + .loopos-slider_small--validation {
  background-color: #1c7e43;
}
input:checked + .loopos-slider_small:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.loopos-slider.round {
  border-radius: 80px;
}
.loopos-slider.round:before {
  border-radius: 50%;
}
.loopos-slider_small.round {
  border-radius: 80px;
}
.loopos-slider_small.round:before {
  border-radius: 50%;
}
.container--blocked {
  opacity: 0.5;
}
.container-toggle {
  position: relative;
  display: flex;
}
.container-toggle .tooltip {
  visibility: hidden;
  position: relative;
  top: -50px;
  left: -80px;
  z-index: 99;
}
.container-toggle:hover .tooltip {
  visibility: visible;
}
input:checked + .container-toggle:hover .tooltip {
  visibility: hidden;
}
.toggle--not-allowed {
  cursor: not-allowed;
}
:root {
  --colors-general-global-black: #212529;
  --colors-general-global-100: #fff;
  --colors-general-grays-900: #495057;
  --colors-general-grays-300: #dee2e6;
  --colors-general-grays-200: #eceff2;
  --colors-general-grays-100: #f8f9fa;
  --colors-old-apps-primary: #2b2b2b;
  --colors-old-apps-secondary: #fff;
  --colors-semantic-danger-primary: #fff;
  --colors-semantic-danger-secondary: #c81720;
  --colors-semantic-danger-terciary: #c81720;
  --colors-semantic-danger-800: #c81720;
  --colors-semantic-danger-50: #ffe7e7;
  --colors-semantic-danger-10: rgba(200, 23, 32, 0.1);
  --colors-semantic-danger-5: rgba(200, 23, 32, 0.05);
  --colors-semantic-danger-hover: #ae171e;
  --colors-semantic-danger-active: #f3e2e4;
  --colors-semantic-success-400: #b3f9ca;
  --colors-semantic-success-200: #f3f9f5;
  --colors-semantic-success-hover: #0c652a;
  --colors-semantic-success-active: #e9f4ec;
  --colors-apps-core-800-primary: #b53c00;
  --colors-apps-core-400: #e9c5b3;
  --colors-apps-core-300: #f8ece6;
  --colors-apps-core-200: #fbf5f2;
  --colors-apps-core-100: #fdfbfa;
  --colors-apps-core-10: rgba(147, 49, 0, 0.1);
  --colors-apps-core-hover: #933100;
  --colors-app-core-active: rgb(238, 229, 225);
  --colors-apps-manager-800-primary: #006053;
  --colors-apps-manager-400: #b3d0cc;
  --colors-apps-manager-300: #e6f0ef;
  --colors-apps-manager-200: #f2f7f6;
  --colors-apps-manager-100: #fafcf;
  --colors-apps-manager-10: rgba(0, 96, 83, 0.1);
  --colors-apps-manager-hover: #00473d;
  --colors-apps-manager-active: rgb(223, 234, 233);
  --colors-apps-submission-800-primary: #e88600;
  --colors-apps-submission-400: #f9dbb3;
  --colors-apps-submission-300: #fae7cc;
  --colors-apps-submission-200: #fdf3e6;
  --colors-apps-submission-100: #fffdfa;
  --colors-apps-submission-10: rgba(182, 105, 0, 0.1);
  --colors-apps-submission-hover: #b66900;
  --colors-apps-validation-800-primary: #1c7e43;
  --colors-apps-validation-400: #ccffe0;
  --colors-apps-validation-300: #e6fff0;
  --colors-apps-validation-200: #eefff5;
  --colors-apps-validation-100: #fafffc;
  --colors-apps-validation-10: rgb(0, 97, 97, 0.1);
  --colors-apps-validation-active: #f2fff7;
  --colors-apps-validation-hover: #006161;
  --colors-apps-handling-800-primary: #331d8b;
  --colors-apps-handling-400: #bab3d8;
  --colors-apps-handling-300: #e8e6f2;
  --colors-apps-handling-200: #edecf3;
  --colors-apps-handling-100: #fafafc;
  --colors-apps-handling-10: rgb(25, 0, 125, 0.1);
  --colors-apps-handling-active: #ececf3;
  --colors-apps-handling-hover: #19007d;
  --colors-apps-hubs-800-primary: #0b6ef9;
  --colors-apps-hubs-400: #cce1ff;
  --colors-apps-hubs-300: #e6f6ff;
  --colors-apps-hubs-200: #f2f7ff;
  --colors-apps-hubs-100: #fafcff;
  --colors-apps-hubs-10: rgb(0, 94, 227, 0.1);
  --colors-apps-hubs-hover: #005ee3;
  --colors-apps-hubs-active: #f2faff;
  --colors-semantic-success-800-primary: #1a883c;
  --colors-semantic-success-300: #e9f4ed;
  --colors-semantic-info-800-primary: #0172e4;
  --colors-semantic-notice-800-primary: #df8620;
  --colors-semantic-hubs-800-primary: #0b6ef9;
  --colors-semantic-handling-800-primary: #331d8b;
  --colors-semantic-validation-800-primary: #1c7e7e;
}
.loopos-button-new__container {
  position: relative;
  justify-content: center;
  display: inline-flex;
  align-items: flex-start;
}
.loopos-button-new__row {
  flex-direction: row;
}
.loopos-button-new__row-reverse {
  flex-direction: row-reverse;
}
.loopos-button-new__layout {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-color: transparent;
  color: var(--colors-general-global-100);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  white-space: normal;
  word-wrap: break-word;
}
.loopos-button-new__layout:disabled {
  opacity: 0.5;
}
.loopos-button-new--small {
  font-family: 'IBM Plex Sans';
  font-size: 8px;
  height: 18px;
  padding: 6px;
  gap: 4px;
  border-radius: 4px;
}
.loopos-button-new--medium {
  font-family: 'IBM Plex Sans';
  font-size: 12px;
  height: 24px;
  padding: 8px;
  gap: 4px;
  border-radius: 6px;
}
.loopos-button-new--large {
  font-family: 'IBM Plex Sans';
  font-size: 16px;
  height: 32px;
  padding: 12px;
  gap: 8px;
  border-radius: 8px;
}
.loopos-button-new--extra-large {
  font-family: 'IBM Plex Sans';
  font-size: 16px;
  height: 40px;
  padding: 16px;
  gap: 12px;
  border-radius: 8px;
  line-height: 120%;
}
.loopos-button-new__fontawesome--small {
  width: 6px;
  height: 8px;
}
.loopos-button-new__fontawesome--medium {
  width: 10px;
  height: 10px;
}
.loopos-button-new__fontawesome--large {
  width: 14px;
  height: 14px;
}
.loopos-button-new__fontawesome--extra-large {
  width: 16px;
  height: 16px;
}
.loopos-button-new-notext-small {
  width: 18px;
  font-size: 8px;
  height: 18px;
  gap: 4px;
  border-radius: 4px;
}
.loopos-button-new-notext-medium {
  width: 24px;
  font-size: 12px;
  height: 24px;
  padding: 8px;
  gap: 4px;
  border-radius: 6px;
}
.loopos-button-new-notext-large {
  width: 32px;
  font-size: 14px;
  height: 32px;
  padding: 12px;
  gap: 8px;
  border-radius: 8px;
}
.loopos-button-new-notext-extra-large {
  width: 40px;
  font-size: 16px;
  height: 40px;
  padding: 16px;
  gap: 12px;
  border-radius: 8px;
  line-height: 120%;
}
.loopos-button-new-danger-primary {
  color: var(--colors-general-global-100);
  fill: var(--colors-general-global-100);
  background: var(--colors-semantic-danger-800);
}
.loopos-button-new-danger-primary:disabled {
  opacity: 0.5;
}
.loopos-button-new-danger-primary:hover:not([disabled]) {
  background: var(--colors-semantic-danger-hover);
}
.loopos-button-new-danger-primary:active:not([disabled]) {
  outline: 4px solid var(--colors-semantic-danger-800-primary);
  border: 1px solid var(--colors-semantic-danger-300);
  outline: 4px solid var(--colors-semantic-danger-300);
}
.loopos-button-new-danger-secondary {
  color: var(--colors-semantic-danger-800);
  fill: var(--colors-semantic-danger-800);
  background: var(--colors-semantic-danger-200);
  border: 1px solid var(--colors-semantic-danger-300);
}
.loopos-button-new-danger-secondary:disabled {
  opacity: 0.5;
}
.loopos-button-new-danger-secondary:hover:not([disabled]) {
  background: var(--colors-semantic-danger-300);
  border: 1px solid var(--colors-semantic-danger-400);
}
.loopos-button-new-danger-secondary:active:not([disabled]) {
  background: var(--colors-semantic-danger-200);
  border: 1px solid var(--colors-semantic-danger-300);
  outline: 4px solid var(--colors-semantic-danger-300);
}
.loopos-button-new-danger-terciary {
  color: var(--colors-semantic-danger-800);
  fill: var(--colors-semantic-danger-800);
  background-color: transparent;
}
.loopos-button-new-danger-terciary:disabled {
  opacity: 0.5;
}
.loopos-button-new-danger-terciary:hover:not([disabled]) {
  color: var(--colors-semantic-danger-hover);
  fill: var(--colors-semantic-danger-hover);
}
.loopos-button-new-danger-terciary:active:not([disabled]) {
  color: var(--colors-semantic-danger-800);
  fill: var(--colors-semantic-danger-800);
  background: transparent;
  border: 1px solid var(--colors-semantic-danger-300);
  outline: 4px solid var(--colors-semantic-danger-300);
}
.loopos-button-new-danger-bordered {
  color: var(--colors-semantic-danger-100);
  fill: var(--colors-semantic-danger-100);
  background: var(--colors-semantic-danger-50);
  border: 1px solid var(--colors-semantic-danger-300);
}
.loopos-button-new-danger-bordered:disabled {
  opacity: 0.5;
}
.loopos-button-new-success-primary {
  color: var(--colors-general-global-white);
  fill: var(--colors-general-global-white);
  background: var(--colors-semantic-success-800);
}
.loopos-button-new-success-primary:disabled {
  opacity: 0.5;
}
.loopos-button-new-success-primary:hover:not([disabled]) {
  background: var(--colors-semantic-success-900-hover);
}
.loopos-button-new-success-primary:active:not([disabled]) {
  outline: 4px solid var(--colors-semantic-success-800-primary);
  border: 1px solid var(--colors-semantic-success-300);
  outline: 4px solid var(--colors-semantic-success-300);
}
.loopos-button-new-success-secondary {
  color: var(--colors-semantic-success-800);
  fill: var(--colors-semantic-success-800);
  background: var(--colors-semantic-success-200);
  border: 1px solid var(--colors-semantic-success-300);
}
.loopos-button-new-success-secondary:disabled {
  opacity: 0.5;
}
.loopos-button-new-success-secondary:hover:not([disabled]) {
  color: var(--colors-semantic-success-900-hover);
  background: var(--colors-semantic-success-200);
  border: 1px solid var(--colors-semantic-success-400);
}
.loopos-button-new-success-secondary:active:not([disabled]) {
  background: var(--colors-semantic-success-200);
  border: 1px solid var(--colors-semantic-success-300);
  outline: 4px solid var(--colors-semantic-success-300);
}
.loopos-button-new-success-terciary {
  color: var(--colors-semantic-success-800);
  fill: var(--colors-semantic-success-800);
  background-color: transparent;
}
.loopos-button-new-success-terciary:disabled {
  opacity: 0.5;
}
.loopos-button-new-success-terciary:hover:not([disabled]) {
  color: var(--colors-semantic-success-hover);
  fill: var(--colors-semantic-success-hover);
}
.loopos-button-new-success-terciary:active:not([disabled]) {
  color: var(--colors-semantic-success-800);
  fill: var(--colors-semantic-success-800);
  background: transparent;
  border: 1px solid var(--colors-semantic-success-300);
  outline: 4px solid var(--colors-semantic-success-300);
}
.loopos-button-new-success-bordered {
  color: var(--colors-semantic-success-200);
  fill: var(--colors-semantic-success-200);
  background: var(--colors-semantic-success-800);
  border: 1px solid var(--colors-semantic-success-800);
}
.loopos-button-new-success-bordered:disabled {
  opacity: 0.5;
}
.loopos-button-new-core-primary {
  color: var(--colors-general-global-100);
  fill: var(--colors-general-global-100);
  background: var(--colors-apps-core-800);
}
.loopos-button-new-core-primary:disabled {
  opacity: 0.5;
}
.loopos-button-new-core-primary:hover:not([disabled]) {
  background: var(--colors-apps-core-900-hover);
}
.loopos-button-new-core-primary:active:not([disabled]) {
  border: red;
  outline: 4px solid var(--colors-apps-core-300);
}
.loopos-button-new-core-secondary {
  color: var(--colors-apps-core-800);
  fill: var(--colors-apps-core-800);
  border: 1px solid var(--colors-apps-core-300);
  background: var(--colors-apps-core-200);
}
.loopos-button-new-core-secondary:disabled {
  opacity: 0.5;
}
.loopos-button-new-core-secondary:hover:not([disabled]) {
  color: var(--colors-apps-core-900-hover);
  fill: var(--colors-apps-core-900-hover);
  border: 1px solid var(--colors-apps-core-400);
}
.loopos-button-new-core-secondary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-core-300);
}
.loopos-button-new-core-terciary {
  color: var(--colors-apps-core-800);
  fill: var(--colors-apps-core-800);
  background-color: transparent;
}
.loopos-button-new-core-terciary:disabled {
  opacity: 0.5;
}
.loopos-button-new-core-terciary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-core-300);
}
.loopos-button-new-core-terciary:hover:not([disabled]) {
  color: var(--colors-apps-core-900-hover);
  fill: var(--colors-apps-core-900-hover);
}
.loopos-button-new-core-bordered {
  color: var(--colors-apps-core-800);
  fill: var(--colors-apps-core-800);
  border: 1px solid var(--colors-apps-core-300);
  background: var(--colors-apps-core-200);
}
.loopos-button-new-core-bordered:disabled {
  opacity: 0.4;
}
.loopos-button-new-manager-primary {
  color: var(--colors-general-global-100);
  fill: var(--colors-general-global-100);
  background: var(--colors-apps-manager-800);
}
.loopos-button-new-manager-primary:disabled {
  opacity: 0.5;
}
.loopos-button-new-manager-primary:hover:not([disabled]) {
  background: var(--colors-apps-manager-hover);
}
.loopos-button-new-manager-primary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-manager-300);
}
.loopos-button-new-manager-secondary {
  color: var(--colors-apps-manager-800);
  fill: var(--colors-apps-manager-800);
  border: 1px solid var(--colors-apps-manager-300);
  background: var(--colors-apps-manager-200);
}
.loopos-button-new-manager-secondary:disabled {
  opacity: 0.5;
}
.loopos-button-new-manager-secondary:hover:not([disabled]) {
  color: var(--colors-apps-manager-hover);
  fill: var(--colors-apps-manager-hover);
  border: 1px solid var(--colors-apps-manager-400);
}
.loopos-button-new-manager-secondary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-manager-300);
}
.loopos-button-new-manager-terciary {
  color: var(--colors-apps-manager-800);
  fill: var(--colors-apps-manager-800);
  background-color: transparent;
}
.loopos-button-new-manager-terciary:disabled {
  opacity: 0.5;
}
.loopos-button-new-manager-terciary:hover:not([disabled]) {
  color: var(--colors-apps-manager-hover);
}
.loopos-button-new-manager-terciary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-manager-300);
}
.loopos-button-new-submission-primary {
  color: var(--colors-general-global-100);
  fill: var(--colors-general-global-100);
  background: var(--colors-apps-submission-800);
}
.loopos-button-new-submission-primary:disabled {
  opacity: 0.5;
}
.loopos-button-new-submission-primary:hover:not([disabled]) {
  background: var(--colors-apps-submission-900-hover);
}
.loopos-button-new-submission-primary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-submission-300);
}
.loopos-button-new-submission-secondary {
  color: var(--colors-apps-submission-800);
  fill: var(--colors-apps-submission-800);
  border: 1px solid var(--colors-apps-submission-300);
  background: var(--colors-apps-submission-200);
}
.loopos-button-new-submission-secondary:disabled {
  opacity: 0.5;
}
.loopos-button-new-submission-secondary:hover:not([disabled]) {
  color: var(--colors-apps-submission-800);
  fill: var(--colors-apps-submission-800);
  border: 1px solid var(--colors-apps-submission-400);
}
.loopos-button-new-submission-secondary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-submission-300);
}
.loopos-button-new-submission-terciary {
  color: var(--colors-apps-submission-800);
  fill: var(--colors-apps-submission-800);
  background-color: transparent;
}
.loopos-button-new-submission-terciary:disabled {
  opacity: 0.5;
}
.loopos-button-new-submission-terciary:hover:not([disabled]) {
  color: var(--colors-apps-submission-hover);
  fill: var(--colors-apps-submission-hover);
}
.loopos-button-new-submission-terciary:active:not([disabled]) {
  color: var(--colors-apps-submission-800);
  fill: var(--colors-apps-submission-800);
  background: transparent;
  border: 1px solid var(--colors-apps-submission-300);
  outline: 4px solid var(--colors-apps-submission-300);
}
.loopos-button-new-old_submission-primary {
  height: 48px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--Dark-Gray, #2b2b2b);
  color: var(--White, #fff);
  min-width: 48px;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-family: inherit;
  box-shadow: 0px 1px 4px rgba(187, 187, 187, 0.5);
}
.loopos-button-new-old_submission-primary:disabled {
  opacity: 0.3;
  background: var(--Dark-Gray, #2b2b2b);
}
.loopos-button-new-old_submission-bordered {
  height: 48px;
  min-width: 48px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Gray, #f2f4f5);
  color: var(--Dark-Gray, #2b2b2b);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-family: inherit;
}
.loopos-button-new-old_handVal-primary {
  height: 48px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--Dark-Gray, #2b2b2b);
  color: var(--White, #fff);
  font-family: 'IBM Plex Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.loopos-button-new-old_handVal-primary:disabled {
  background: var(--Dark-Gray, #dfdfdf);
}
.loopos-button-new-old_handVal-bordered {
  height: 48px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Validation-Gray, #eaeaea);
  font-family: 'IBM Plex Sans';
  color: var(--Dark-Gray, #565656);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.loopos-button-new-old_handVal-secondary {
  height: 48px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #fff;
  color: #565656;
  border: 1px solid #565656;
  font-family: 'IBM Plex Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.loopos-button-new-old_handVal-secondary:hover {
  background: #ffffff;
  border: 1px solid #2b2b2b;
  box-shadow: 0px 1px 3px rgba(86, 86, 86, 0loopos-2);
}
.loopos-button-new-old_handVal-secondary:disabled {
  background: #ffffff;
  border: 1px solid #a9a9a9;
}
.loopos-button-new-validation-primary {
  color: var(--colors-general-global-100);
  fill: var(--colors-general-global-100);
  background: var(--colors-apps-validation-800);
}
.loopos-button-new-validation-primary:disabled {
  opacity: 0.5;
}
.loopos-button-new-validation-primary:hover:not([disabled]) {
  background: var(--colors-apps-validation-900-hover);
}
.loopos-button-new-validation-primary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-validation-active);
}
.loopos-button-new-validation-secondary {
  color: var(--colors-apps-validation-900-hover);
  fill: var(--colors-apps-validation-900-hover);
  background: var(--colors-apps-validation-200);
  border: 1px solid var(--colors-apps-validation-300);
}
.loopos-button-new-validation-secondary:disabled {
  opacity: 0.5;
}
.loopos-button-new-validation-secondary:hover:not([disabled]) {
  color: var(--colors-apps-validation-hover);
  fill: var(--colors-apps-validation-hover);
  border: 1px solid var(--colors-apps-validation-400);
}
.loopos-button-new-validation-secondary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-validation-300);
}
.loopos-button-new-validation-terciary {
  color: var(--colors-apps-validation-800);
  fill: var(--colors-apps-validation-800);
  background-color: transparent;
}
.loopos-button-new-validation-terciary:hover:not([disabled]) {
  color: var(--colors-apps-validation-hover);
}
.loopos-button-new-validation-terciary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-validation-300);
}
.loopos-button-new-handling-primary {
  color: var(--colors-general-global-100);
  fill: var(--colors-general-global-100);
  background: var(--colors-apps-handling-800);
}
.loopos-button-new-handling-primary:disabled {
  opacity: 0.5;
}
.loopos-button-new-handling-primary:hover:not([disabled]) {
  background: var(--colors-apps-handling-900-hover);
}
.loopos-button-new-handling-primary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-handling-300);
}
.loopos-button-new-handling-secondary {
  color: var(--colors-apps-handling-800);
  fill: var(--colors-apps-handling-800);
  background: var(--colors-apps-handling-200);
  border: 1px solid var(--colors-apps-handling-300);
}
.loopos-button-new-handling-secondary:disabled {
  opacity: 0.5;
}
.loopos-button-new-handling-secondary:hover:not([disabled]) {
  color: var(--colors-apps-handling-800);
  fill: var(--colors-apps-handling-800);
  border: 1px solid var(--colors-apps-handling-400);
}
.loopos-button-new-handling-secondary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-handling-300);
}
.loopos-button-new-handling-terciary {
  color: var(--colors-apps-handling-800);
  fill: var(--colors-apps-handling-800);
  background-color: transparent;
}
.loopos-button-new-handling-terciary:hover:not([disabled]) {
  color: var(--colors-apps-handling-900-hover);
}
.loopos-button-new-handling-terciary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-handling-300);
}
.loopos-button-new-hubs-primary {
  color: var(--colors-general-global-100);
  fill: var(--colors-general-global-100);
  background: var(--colors-apps-hubs-800);
}
.loopos-button-new-hubs-primary:disabled {
  opacity: 0.5;
}
.loopos-button-new-hubs-primary:hover:not([disabled]) {
  background: var(--colors-apps-hubs-900-hover);
}
.loopos-button-new-hubs-primary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-hubs-active);
}
.loopos-button-new-hubs-secondary {
  color: var(--colors-apps-hubs-800);
  fill: var(--colors-apps-hubs-800);
  background: var(--colors-apps-hubs-200);
  border: 1px solid var(--colors-apps-hubs-300);
}
.loopos-button-new-hubs-secondary:disabled {
  opacity: 0.5;
}
.loopos-button-new-hubs-secondary:hover:not([disabled]) {
  color: var(--colors-apps-hubs-hover);
  fill: var(--colors-apps-hubs-hover);
  border: 1px solid var(--colors-apps-hubs-400);
}
.loopos-button-new-hubs-secondary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-hubs-300);
}
.loopos-button-new-hubs-terciary {
  color: var(--colors-apps-hubs-800);
  fill: var(--colors-apps-hubs-800);
  background-color: transparent;
}
.loopos-button-new-hubs-terciary:disabled {
  opacity: 0.5;
}
.loopos-button-new-hubs-terciary:hover:not([disabled]) {
  color: var(--colors-apps-hubs-hover);
}
.loopos-button-new-hubs-terciary:active:not([disabled]) {
  outline: 4px solid var(--colors-apps-hubs-300);
}
.loopos-button-new-neutral-primary {
  color: var(--colors-general-global-white);
  fill: var(--colors-general-global-white);
  background: var(--colors-general-grays-900);
}
.loopos-button-new-neutral-primary:hover:not([disabled]) {
  background: var(--colors-general-global-black);
}
.loopos-button-new-neutral-primary:active:not([disabled]) {
  border: none;
}
.loopos-button-new-neutral-primary:active:not([disabled]) {
  outline: 4px solid var(--colors-general-grays-400);
}
.loopos-button-new-neutral-primary:disabled:not([disabled]) {
  opacity: 0.5;
}
.loopos-button-new-neutral-primary:disabled {
  opacity: 0.5;
}
.loopos-button-new-neutral-primary:disabled {
  opacity: 0.5;
}
.loopos-button-new-neutral-secondary {
  color: var(--colors-semantic-neutral-800);
  fill: var(--colors-semantic-neutral-800);
  background: var(--colors-semantic-neutral-200);
  border: 1px solid var(--colors-semantic-neutral-300);
}
.loopos-button-new-neutral-secondary:disabled {
  opacity: 0.5;
}
.loopos-button-new-neutral-secondary:hover:not([disabled]) {
  background: var(--colors-semantic-neutral-200);
  border: 1px solid var(--colors-semantic-neutral-400);
}
.loopos-button-new-neutral-secondary:active:not([disabled]) {
  background: var(--colors-semantic-neutral-200);
  border: 1px solid var(--colors-semantic-neutral-300);
  outline: 4px solid var(--colors-semantic-neutral-300);
}
.loopos-button-new-neutral-terciary {
  color: var(--colors-semantic-neutral-800);
  fill: var(--colors-semantic-neutral-800);
  background-color: transparent;
}
.loopos-button-new-neutral-terciary:disabled {
  opacity: 0.5;
}
.loopos-button-new-neutral-terciary:hover:not([disabled]) {
  color: var(--colors-semantic-neutral-hover);
  fill: var(--colors-semantic-neutral-hover);
}
.loopos-button-new-neutral-terciary:active:not([disabled]) {
  color: var(--colors-semantic-neutral-800);
  fill: var(--colors-semantic-neutral-800);
  background: transparent;
  border: 1px solid var(--colors-semantic-neutral-300);
  outline: 4px solid var(--colors-semantic-neutral-300);
}
.loopos-button-new-neutral-bordered {
  color: var(--colors-general-grays-900);
  fill: var(--colors-general-grays-900);
  border: 1px solid var(--colors-general-grays-500);
  background: var(--colors-general-grays-100);
}
.loopos-button-new-neutral-bordered:disabled {
  opacity: 0.4;
}
.loopos-button-new-inline-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8px;
  gap: 4px;
  border: 1px solid;
  text-align: center;
  font-family: Font Awesome 6 Pro;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.loopos-button-new-inline-primary {
  color: var(--colors-general-grays-700);
  border-color: var(--colors-general-grays-500);
  background: var(--colors-general-grays-100);
}
.loopos-button-new-inline-success {
  color: var(--colors-semantic-success-100);
  border-color: var(--colors-semantic-success-100);
  background: var(--colors-semantic-success-500);
}
.loopos-button-new-inline-danger {
  color: var(--colors-semantic-danger-100);
  border-color: var(--colors-semantic-danger-100);
  background: var(--colors-semantic-danger-400);
}
.loopos-button-new-inline-layout:disabled {
  opacity: 0.4;
}
.loopos-button-new-default {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}
.loopos-button-new-tinny {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  padding: 5px;
}
.loopos-button-new-base-primary svg, .loopos-button-new-core-primary svg {
  fill: var(--colors-general-global-100);
}
.loopos-button-new-danger-primary svg {
  fill: var(--colors-general-global-100);
}
.loopos-button-new-danger-secondary svg, .loopos-button-new-danger-terciary svg, .loopos-button-new-danger-terciary:active:not([disabled]) svg {
  fill: var(--colors-semantic-danger-100);
}
.loopos-button-new-danger-terciary:hover:not([disabled]) svg {
  fill: var(--colors-semantic-danger-hover);
}
.loopos-button-new-core-secondary svg, .loopos-button-new-core-terciary svg {
  fill: var(--colors-apps-core-800);
}
.loopos-button-new-core-secondary:hover:not([disabled]) svg {
  fill: var(--colors-apps-core-900-hover);
}
.loopos-button-new-core-terciary:hover:not([disabled]) svg {
  fill: var(--colors-apps-core-900-hover);
}
.loopos-button-new-manager-primary svg {
  fill: var(--colors-general-global-100);
}
.loopos-button-new-manager-secondary svg, .loopos-button-new-manager-terciary svg {
  fill: var(--colors-apps-manager-100);
}
.loopos-button-new-manager-secondary:hover:not([disabled]) svg {
  fill: var(--colors-apps-manager-hover);
}
.loopos-button-new-submission-primary svg {
  fill: var(--colors-general-global-100);
}
.loopos-button-new-submission-secondary svg, .loopos-button-new-submission-terciary svg {
  fill: var(--colors-general-grays-900);
}
.loopos-button-new-submission-secondary:hover:not([disabled]) svg {
  fill: var(--colors-general-global-black);
}
.loopos-button-new-neutral-primary svg {
  fill: var(--colors-general-global-100);
}
.loopos-button-new-neutral-secondary svg {
  fill: var(--colors-general-grays-900);
}
.loopos-button-new-neutral-secondary:hover:not([disabled]) svg, .loopos-button-new-neutral-terciary:hover:not([disabled]) svg {
  fill: var(--colors-general-global-black);
}
.loopos-button-new-neutral-terciary svg {
  fill: var(--colors-general-grays-900);
}
.loopos-button-new__inline--primary {
  fill: var(--colors-general-grays-900);
}
.loopos-button-new__inline--success {
  fill: var(--colors-semantic-success-100);
}
.loopos-button-new__inline--danger {
  fill: var(--colors-semantic-danger-100);
}
.loopos-button-new__link {
  background-color: transparent;
}
.loopos-button-new__link--underline {
  border-bottom: 1px solid;
}
.loopos-button-new__link--neutral {
  color: var(--colors-general-grays-900, #495057);
  fill: var(--colors-general-grays-900, #495057);
}
.loopos-button-new__link--success {
  color: var(--colors-semantic-success-800, #1a883f);
  fill: var(--colors-semantic-success-800, #1a883f);
}
.loopos-button-new__link--core {
  color: var(--colors-apps-core-800-primary, #b53c00);
  fill: var(--colors-apps-core-800-primary, #b53c00);
}
.loopos-button-new__link--manager {
  color: var(--colors-apps-manager-800-primary, #006053);
  fill: var(--colors-apps-manager-800-primary, #006053);
}
.loopos-button-new__link--submission {
  color: var(--colors-apps-submission-800-primary, #e88600);
  fill: var(--colors-apps-submission-800-primary, #e88600);
}
.loopos-button-new__link--hubs {
  color: var(--colors-apps-hubs-800-primary, #0b6ef9);
  fill: var(--colors-apps-hubs-800-primary, #0b6ef9);
}
.loopos-button-new__link--handling {
  color: var(--colors-apps-handling-800-primary, #331d8b);
  fill: var(--colors-apps-handling-800-primary, #331d8b);
}
.loopos-button-new__link--validation {
  color: var(--colors-apps-validation-800-primary, #1c7e43);
  fill: var(--colors-apps-validation-800-primary, #1c7e43);
}
.loopos-button-new__link--info {
  color: var(--colors-semantic-informative-800, #0172e4);
  fill: var(--colors-semantic-informative-800, #0172e4);
}
.loopos-button-new__link--warning {
  color: var(--colors-semantic-notice-800, #df8620);
  fill: var(--colors-semantic-notice-800, #df8620);
}
.loopos-button-new__link--danger {
  color: var(--colors-semantic-danger-800, #c81720);
  fill: var(--colors-semantic-danger-800, #c81720);
}
.loopos-button-new__link--error {
  color: var(--colors-semantic-danger-100);
  fill: var(--colors-semantic-danger-100);
}
.loopos-button-new__danger {
  border-radius: 4px;
  border: 1px solid var(--Red, #d72911);
  color: var(--Red, #d72911);
  background: var(--Normal-White, #fff);
  box-shadow: 0px 1px 4px 0px rgba(187, 187, 187, 0.5);
}
.loopos-button-new__success {
  border-radius: 4px;
  background: var(--Green, #1bc16d);
  color: var(--White, #fff);
  box-shadow: 0px 1px 4px 0px rgba(187, 187, 187, 0.5);
}
.input_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-items: center;
  gap: 8px;
}
.input_container-handVal {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.input_label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #2b2b2b;
}
.input_label-handVal {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  align-items: center;
  color: #495057;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.input_mask_container {
  position: relative;
}
.input_mask_container-handVal {
  display: flex;
  flex-direction: row;
  padding: 0px;
  justify-items: center;
  align-items: center;
  gap: 8px;
  border-radius: var(--rounded-protocol-items);
  border: 1px solid #dee2e6 !important;
}
.input_mask {
  padding: 1rem;
  width: 100%;
  display: block;
  background-color: var(--bg-color-input);
  border: var(--border-width-input) solid var(--border-color-input);
  border-radius: var(--rounded-default);
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
  color: rgb(43 43 43);
  font-family: inherit;
}
.input_mask-handVal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: none;
  border-radius: var(--rounded-protocol-items);
  background-color: #ffffff;
  gap: 10px;
  padding: 16px;
  width: 100%;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}
.input_mask-handVal:focus, .input_mask-handVal:active {
  outline: none;
}
.input_mask-handVal:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.input_mask:focus {
  border-width: var(--border-width-input);
  border-style: solid;
  border-color: var(--border-color-input-active, transparent);
  outline: var(--border-width-input) solid transparent;
  outline-offset: var(--border-width-input);
  border-bottom-width: var( --border-width-input-mask-focus, var(--border-width-input) ) !important;
  border-bottom-style: solid !important;
  border-bottom-color: var( --border-color-input-active, var(--border-color-input-mask-focus), transparent ) !important;
}
.input_mask:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.input_mask_error {
  border-bottom-color: rgb(215 41 17);
}
.input_error_icon {
  display: inline-flex;
  position: absolute;
  color: rgb(215 41 17);
  top: 0px;
  bottom: 0px;
  align-items: center;
  right: 1rem;
  margin-top: 0.25rem;
}
.input_error_text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(215 41 17);
  margin-top: 0.25rem;
}
.input_message {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(43 43 43);
  opacity: 0.5;
  font-weight: 400;
  text-align: left;
  margin-top: 0.5rem;
  line-height: 1;
}
.input_stories_container {
  width: 40%;
  height: 15px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
.loopos-input_textarea {
  width: 100%;
  min-height: 93px;
  gap: 10px;
  background-color: var(--bg-color-input);
  border: var(--border-width-input) solid var(--border-color-input);
  border-radius: var(--rounded-default);
  outline: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}
.loopos-input_textarea:focus, .loopos-input_textarea:active {
  border-color: #495057;
}
.loopos-input_textarea:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.loopos-input_textarea_filled {
  color: #212529;
}
.loopos-input_textarea_default {
  padding: 12px 16px 12px 16px;
}
.loopos-input_textarea_small {
  padding: 8px 12px 8px 12px;
}
.datetime-picker {
  width: fit-content;
  border-bottom-width: 0px;
  background-color: #ffffff;
  font-family: inherit;
}
.datetime-picker-range {
  border-bottom-width: 0px;
  background-color: #ffffff;
}
.input_mask:-webkit-autofill {
  background-color: var(--bg-color-input) !important;
  box-shadow: 0 0 0px 1000px var(--bg-color-input) inset !important;
  -webkit-box-shadow: 0 0 0px 1000px var(--bg-color-input) inset !important;
}
.input_mask-handVal:-webkit-autofill {
  background-color: white !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.core-input-box {
  display: flex;
  flex-direction: row;
  padding: 0px;
  justify-items: center;
  align-items: center;
  border: 1px solid #dee2e6;
  transition: 0.3s;
}
.core-input-box-heading {
  border-radius: 8px;
}
.core-input-box-large {
  border-radius: 8px;
}
.core-input-box-medium {
  border-radius: 8px;
}
.core-input-box-small {
  border-radius: 6px;
}
.core-input-box-tiny {
  border-radius: 6px;
}
.core-input-box-readonly {
  display: flex;
  flex-direction: row;
  padding: 0px;
  justify-items: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
}
.core-input-box:hover, .core-input-box:focus-within {
  border: 1px solid #212529;
}
.core-input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: none;
  gap: 10px;
  border-radius: 8px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  color: #212529 !important;
  flex: none;
  order: 0;
  flex-grow: 1;
  padding: 0;
}
.core-input-container:hover, .core-input-container:active, .core-input-container:focus {
  outline: none;
}
.core-input-container-large {
  padding: 0px 16px;
  height: 46px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}
.core-input-container-heading {
  padding: 0px 16px;
  height: 46px;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(19px);
}
.core-input-container-medium {
  padding: 0px 12px;
  height: 38px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
.core-input-container-small {
  padding: 0px 12px;
  height: 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
.core-input-container-small-important {
  padding: 0px 12px !important;
  height: 32px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 150% !important;
  width: auto !important;
}
.core-input-container-tiny {
  padding: 0px 12px;
  height: 22px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
.core-input-container-title {
  padding: 0px;
  height: 48px;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  display: flex;
  align-items: center;
  background: transparent;
}
.core-input-icon-search-container-large {
  margin: 0px 0px 0px 16px;
}
.core-input-icon-search-container-medium {
  margin: 0px 0px 0px 12px;
}
.core-input-icon-search-container-small {
  margin: 0px 0px 0px 8px;
}
.core-input-icon-search-container-tiny {
  margin: 0px 0px 0px 8px;
}
.core-input-icon-search {
  cursor: pointer;
}
.core-input-icon-search-large {
  width: 16px;
  height: 100%;
}
.core-input-icon-search-medium {
  width: 14px;
  height: 100%;
}
.core-input-icon-search-small {
  width: 12px;
  height: 100%;
}
.core-input-icon-search-tiny {
  width: 12px;
  height: 100%;
}
.core-input-icon-Xmark-container-large {
  margin: 0px 16px 0px 0px;
}
.core-input-icon-Xmark-container-medium {
  margin: 0px 12px 0px 0px;
}
.core-input-icon-Xmark-container-small {
  margin: 0px 8px 0px 0px;
}
.core-input-icon-Xmark-container-tiny {
  margin: 0px 8px 0px 0px;
}
.core-input-icon-Xmark {
  stroke: #000;
  cursor: pointer;
}
.core-input-icon-Xmark-large {
  width: 16px;
}
.core-input-icon-Xmark-medium {
  width: 14px;
}
.core-input-icon-Xmark-small {
  width: 12px;
}
.core-input-icon-Xmark-tiny {
  width: 12px;
}
.core-input-text-area {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
  border: none;
  max-width: 100%;
  min-height: 96px;
  min-width: 250px;
  font-weight: 400;
  font-size: 14px;
}
.core-input-text-area:hover, .core-input-text-area:active, .core-input-text-area:focus {
  outline: none;
  border: none;
}
.core-input-text-area-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.core-input-text-area-container:hover, .core-input-text-area-container:active, .core-input-text-area-container:focus {
  border: 1px solid #78818a;
  outline: none;
}
.core-input-text-area-container-large {
  padding: 12px 16px;
}
.core-input-text-area-container-medium {
  padding: 10px 12px;
}
.core-input-text-area-container-small {
  padding: 8px 12px;
}
.core-input-label {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  align-items: center;
  color: #495057;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.core-input-main-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-items: center;
  gap: 8px;
}
.core-input-password-eye {
  width: 18px;
  fill: #000;
  cursor: pointer;
}
input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration {
  display: none;
}
input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.loopos-ds-color-picker {
  max-width: fit-content;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  background: #fff;
  box-shadow: 0px 1px 4px 0px #dee2e6;
}
.loopos-ds-color-picker-swatches-container {
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
}
.loopos-ds-color-picker-actions-container {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  justify-content: space-between;
  max-width: 200px;
}
.loopos-ds-color-picker-swatches-core {
  background-color: #933100;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.loopos-ds-color-picker-swatches-manager {
  background-color: #00473d;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.loopos-ds-color-picker-swatches-hubs {
  background-color: #005ee3;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.loopos-ds-color-picker-swatches-handling {
  background-color: #19007d;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.loopos-ds-color-picker-swatches-submission {
  background-color: #b66900;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.loopos-ds-color-picker-swatches-validation {
  background-color: #006127;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.loopos-ds-color-picker-swatches-impact {
  background-color: #2d765a;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.loopos-ds-color-picker .react-colorful {
  gap: 8px;
}
.loopos-ds-color-picker .react-colorful__saturation {
  border-radius: 8px;
}
.loopos-ds-color-picker .react-colorful__hue, .loopos-ds-color-picker .react-colorful__alpha {
  height: 10px;
  border-radius: 16px;
}
.loopos-ds-color-picker .react-colorful__pointer, .loopos-ds-color-picker .react-colorful__saturation-pointer, .loopos-ds-color-picker .react-colorful__hue-pointer, .loopos-ds-color-picker .react-colorful__hue-pointer {
  border: 2px solid var(--white, #fff);
  height: 10px;
  width: 10px;
}
.select_atom-container--neutral, .select_atom-container--core, .select_atom-container--manager, .select_atom-container--hubs, .select_atom-container--validation, .select_atom-container--handling, .select_atom-container--submission {
  width: 100%;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 6px;
}
.select_atom-container--core:hover, .select_atom-core--active {
  color: #b53c00;
  background: var(--Colors-Apps-Core-200, #fbf5f2);
}
.select_atom-container--manager:hover, .select_atom-manager--active {
  color: #006053;
  background: var(--Colors-Apps-Manager-200, #f2f7f6);
}
.select_atom-container--submission:hover, .select_atom-submission--active {
  color: #e88600;
  background: var(--Colors-Apps-Submission-200, #fdf3e6);
}
.select_atom-container--handling:hover, .select_atom-handling--active {
  color: #331d8b;
  background: var(--Colors-Apps-Handling-200, #ececf3);
}
.select_atom-container--validation:hover, .select_atom-validation--active {
  color: #1c7e7e;
  background: var(--Colors-Apps-Validation-200, #eefff5);
}
.select_atom-container--hubs:hover, .select_atom-hubs--active {
  color: #0b6ef9;
  background: var(--Colors-Apps-Hubs-200, #f2faff);
}
.select_atom-container--neutral:hover, .select_atom-neutral--active {
  color: #495057;
  background: var(--Colors-Apps-Neutral-200, #eceff2);
}
.select_atom-sb_container {
  display: flex;
  padding: 6px;
}
.select_atom-sb_container p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 22ch;
}
.select_atom-large, .select_atom-medium {
  border-radius: 6px;
  font-size: 14px;
}
.select_atom-small, .select_atom-tiny {
  border-radius: 6px;
  font-size: 12px;
}
.select2 {
  min-width: 12rem !important;
  width: 100% !important;
  display: block !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
}
.select2::placeholder {
  color: rgb(209 213 219) !important;
}
.select2__indicator {
  color: #000 !important;
  background-color: transparent !important;
}
.select2__control {
  padding: 0.5rem !important;
  box-shadow: none !important;
  cursor: pointer !important;
  border-radius: var(--rounded-default) !important;
  background-color: var(--bg-color-input) !important;
  border-width: var(--border-width-input) !important;
  border-color: var(--border-color-input) !important;
  gap: 8px;
  font-family: 'IBM Plex Sans' !important;
  font-style: normal !important;
  line-height: 150% !important;
  justify-content: space-between !important;
  border-radius: 6px !important;
  min-height: 24px !important;
  min-width: 80px !important;
  width: 100% !important;
  color: var(--Colors-General-Grays-700, #78818a) !important;
  border: 1px solid var(--Colors-General-Grays-300, #dee2e6) !important;
  background: var(--Colors-General-Global-White, #fff) !important;
  flex-wrap: nowrap !important;
}
.select2__control:focus {
  box-shadow: none !important;
  outline: none !important;
}
.select2__single-value--manager {
  color: var(--Colors-General-Grays-700, #78818a) !important;
}
.select2__control--extra-large {
  font-size: 14px !important;
  height: 48px !important;
}
.select2__control--large {
  font-size: 14px !important;
  height: 40px !important;
}
.select2__control--medium {
  font-size: 12px !important;
  height: 32px !important;
}
.select2__control--small, .select2__control--tiny {
  font-size: 10px !important;
  height: 24px !important;
  line-height: 80% !important;
}
.select2__control:hover {
  box-shadow: none !important;
}
.select2__control--is-focused {
  box-shadow: none !important;
}
.select2__control--is-disabled {
  background-color: rgb(229 231 235) !important;
  pointer-events: none !important;
}
.select2__control--is-disabled .select2__indicator {
  opacity: 0.4;
}
.select2__input {
  padding: 0 !important;
  margin: 0 !important;
}
.select2__value-container {
  padding: 0 !important;
  width: inherit !important;
}
.select2__single-value {
  text-overflow: ellipsis !important;
  max-width: calc(100% - 32px) !important;
  cursor: pointer !important;
  width: 100% !important;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 6px;
  word-break: break-all !important;
  padding: 2px 24px 2px 0px;
}
.select2__menu {
  box-shadow: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  z-index: 999 !important;
  padding: 0 !important;
}
.select2__menu-list {
  display: flex !important;
  flex-direction: column !important;
  border-radius: var(--rounded-default) !important;
  padding: 0.5rem !important;
  gap: 0.5rem !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
.select2__option--is-focused {
  background-color: transparent !important;
}
.select2__placeholder {
  color: rgb(55 65 81) !important;
  margin-right: 1rem !important;
}
.select2__indicator {
  padding-right: 0.75rem;
  color: #000;
}
.select2__indicator:hover {
  color: #fff;
  background-color: #000;
}
.select2__indicator-separator {
  display: none;
}
.select2__indicator-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  right: 0 !important;
  position: absolute !important;
}
.select2__option {
  cursor: pointer !important;
  width: 100%;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 6px;
  word-break: break-all !important;
}
.select2__option p {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 22ch !important;
}
.select2__option--core:hover, .select2__option--core--active, .select2__option--core--is-selected {
  color: #b53c00 !important;
  background: var(--Colors-Apps-Core-200, #fbf5f2) !important;
}
.select2__option--manager:hover, .select2__option--manager--active, .select2__option--manager--is-selected {
  color: #006053 !important;
  background: var(--Colors-Apps-Manager-200, #f2f7f6) !important;
}
.select2__option--submission:hover, .select2__option--submission--active, .select2__option--submission--is-selected {
  color: #e88600 !important;
  background: var(--Colors-Apps-Submission-200, #fdf3e6) !important;
}
.select2__option--handling:hover, .select2__option--handling--active, .select2__option--handling--is-selected {
  color: #331d8b !important;
  background: var(--Colors-Apps-Handling-200, #ececf3) !important;
}
.select2__option--validation:hover, .select2__option--validation--active, .select2__option--validation--is-selected {
  color: #1c7e43 !important;
  background: var(--Colors-Apps-Validation-200, #eefff5) !important;
}
.select2__option--hubs:hover, .select2__option--hubs--active, .select2__option--hubs--is-selected {
  color: #0b6ef9 !important;
  background: var(--Colors-Apps-Hubs-200, #f2faff) !important;
}
.select2__option--neutral:hover, .select2__option--neutral--active, .select2__option--neutral--is-selected {
  color: #495057 !important;
  background: var(--Colors-Apps-Neutral-200, #eceff2) !important;
}
.select2__option--success:hover, .select2__option--success--active, .select2__option--success--is-selected {
  color: #1a883f !important;
  background: var(--Colors-Apps-Danger-200, #f3f9f5) !important;
}
.select2__option--danger:hover, .select2__option--danger--active, .select2__option--danger--is-selected {
  color: #c81720 !important;
  background: var(--Colors-Apps-Danger-200, #fcf3f3) !important;
}
.select2__option--large, .select2__option--medium, .select2__option--large--is-selected, .select2__option--medium--is-selected {
  border-radius: 6px !important;
  font-size: 14px !important;
}
.select2__option--small, .select2__option--tiny, .select2__option--small--is-selected, .select2__option--tiny--is-selected {
  border-radius: 6px !important;
  font-size: 12px !important;
}
.select2__list-container {
  display: block !important;
  border-radius: 8px !important;
  border: 1px solid var(--Colors-General-Grays-300, #dee2e6) !important;
  background: var(--Colors-General-Global-White, #fff) !important;
  box-shadow: 0px 1px 4px 0px #dee2e6 !important;
  width: 100% !important;
  z-index: 99 !important;
  max-height: 300px !important;
  overflow: hidden !important;
  margin: 6px 0px !important;
}
.external-link-btn {
  cursor: pointer;
  padding-left: 0.5rem;
}
.select-submission {
  min-width: 12rem;
  width: 100%;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  color: #000;
}
.select-submission::placeholder {
  color: rgb(209 213 219);
}
.select-submission__indicator {
  color: #000 !important;
  background-color: transparent !important;
}
.select-submission__control {
  padding: 0.5rem !important;
  box-shadow: none !important;
  cursor: pointer !important;
  border-radius: var(--rounded-default) !important;
  background-color: var(--bg-color-input) !important;
  border-width: var(--border-width-input) !important;
  border-color: var(--border-color-input) !important;
}
.select-submission__control:focus {
  box-shadow: none !important;
  outline: none !important;
}
.select-submission__control:hover {
  box-shadow: none;
  border-color: var(--border-color-input);
}
.select-submission__control--is-focused {
  box-shadow: none !important;
  border-color: var(--border-color-input) !important;
}
.select-submission__control--is-disabled {
  background-color: rgb(229 231 235) !important;
  pointer-events: none !important;
}
.select-submission__control--is-disabled .select-submission__indicator {
  opacity: 0.4;
}
.select-submission__single-value {
  cursor: pointer !important;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 6px;
  word-break: break-all !important;
  padding: 2px 24px 2px 0px;
}
.select-submission__menu {
  box-shadow: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  z-index: 999 !important;
  padding: 0 !important;
}
.select-submission__menu-list {
  background-color: #fff !important;
  border-radius: var(--rounded-default) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
.select-submission__option {
  width: 100% !important;
  padding: 1rem !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between !important;
  word-break: break-all !important;
  align-items: center !important;
}
.select-submission__option-child {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  overflow: hidden !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
}
.select-submission__option:hover {
  background-color: var(--bg-dropdown-hovered, var(--main-color)) !important;
  color: var(--text-color-select-hovered, white) !important;
}
.select-submission__option--is-selected {
  background-color: var(--bg-dropdown-selected, var(--main-color)) !important;
  color: var(--text-color-select-selected, white) !important;
}
.select-submission__option--is-focused {
  background-color: var(--bg-dropdown-hovered, var(--main-color)) !important;
  color: var(--text-color-select-hovered, white) !important;
}
.select-submission__placeholder {
  color: rgb(209 213 219);
}
.select-submission__indicator {
  padding-right: 0.75rem;
  color: #000;
}
.select-submission__indicator:hover {
  color: #fff;
  background-color: #000;
}
.select-submission__indicator-separator {
  display: none;
}
.select-handVal {
  min-width: 12rem;
  width: 100%;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  color: #000;
}
.select-handVal::placeholder {
  color: rgb(209 213 219);
}
.select-handVal__indicator {
  color: #000 !important;
  background-color: transparent !important;
}
.select-handVal__control {
  padding: 0.5rem !important;
  box-shadow: none !important;
  cursor: pointer !important;
  border-color: rgb(209 213 219) !important;
}
.select-handVal__control:focus {
  box-shadow: none !important;
  outline: none !important;
}
.select-handVal__control--is-disabled {
  background-color: rgb(229 231 235) !important;
  pointer-events: none !important;
}
.select-handVal__control--is-disabled .select-handVal__indicator {
  opacity: 0.4;
}
.select-handVal__single-value {
  cursor: pointer !important;
  width: 100%;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 6px;
  word-break: break-all !important;
  padding: 2px 16px 2px 0px;
}
.select-handVal__menu-list {
  background-color: #fff !important;
  border-radius: 0.125rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
.select-handVal__option {
  padding: 0.75rem !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between !important;
  word-break: break-all !important;
  align-items: center !important;
}
.select-handVal__option:hover {
  color: #000;
  background-color: #ebebeb !important;
}
.select-handVal__option--is-selected {
  color: #000 !important;
  background-color: #ebebeb !important;
}
.select-handVal__option--is-focused {
  color: #000 !important;
  background-color: #ebebeb !important;
}
.select-handVal__placeholder {
  color: rgb(209 213 219) !important;
}
.select-handVal__indicator {
  padding-right: 0.75rem;
  color: #000;
}
.select-handVal__indicator:hover {
  color: #fff;
  background-color: #000;
}
.select-handVal__indicator-separator {
  display: none;
}
.accordion_container_primary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0px;
  border-bottom: 1px solid #eaeaea;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.accordion_container_secondary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 16px 16px;
  gap: 16px;
  isolation: isolate;
  background-color: #f9f9f980;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.accordion_settings_inner_content {
  width: 100%;
}
.accordion_settings_nested_content {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.accordion_container_settings {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  padding: 8px;
}
.accordion_settings_title_text i {
  font-size: 16px;
  color: var(--Colors-General-Global-Black, #212529);
}
.accordion_container_settings--2 {
  width: --webkit-fill-available;
}
.accordion_container_settings--3 {
  width: --webkit-fill-available;
}
.accordion_container_settings--4 {
  width: --webkit-fill-available !important;
}
.accordion_primary_title_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  transition: ease 0.3s;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  cursor: pointer;
}
.accordion_secondary_title_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  z-index: 0;
  cursor: pointer;
}
.accordion_settings_title_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  transition: ease 0.3s;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  cursor: pointer;
}
.accordion_settings_content_subtitle {
  color: var(--colors-general-grays-900, #78818a);
  font-weight: 400;
  font-size: 12px;
}
.accordion_primary_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 6px;
  border-radius: 4px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.accordion_secondary_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 12px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.accordion_settings_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 6px;
  border-radius: 4px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.accordion_primary_title_text {
  display: flex;
  flex-direction: row;
  padding: 0px;
  gap: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.accordion_primary_title_text h1 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #2b2b2b;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.accordion_primary_title_icon {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #565656;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.accordion_secondary_title_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 6px;
  width: 68px;
  height: 19px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.accordion_secondary_title_text span {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
  color: #2b2b2b;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.accordion_secondary_title_text h1 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #000000;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.accordion_primary_title_hint, .accordion_secondary_title_hint, .accordion_settings_title_hint {
  display: inline-flex;
  align-items: center;
  color: #495057;
  margin-left: 6px;
  cursor: default;
}
.accordion_primary_title_hint svg, .accordion_secondary_title_hint svg, .accordion_settings_title_hint svg {
  width: 14px;
  height: 14px;
}
.accordion_secondary_title_icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 0px 8px;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.accordion_secondary_title_icon span {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding: 0px;
  display: flex;
  align-items: center;
  color: #565656;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.accordion_settings_title_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.accordion_settings_title_text {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  color: #212529;
}
.accordion_settings_title_text--1, .accordion_settings_title_text--1 h1 {
  font-size: 16px;
  line-height: 21px;
}
.accordion_settings_title_text--2, .accordion_settings_title_text--2 h1, .accordion_settings_title_text--3, .accordion_settings_title_text--3 h1, .accordion_settings_title_text--4, .accordion_settings_title_text--4 h1 {
  font-size: 14px;
  line-height: 18px;
}
.accordion_settings_title_icon {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  align-items: center;
  color: #212529;
  flex: none;
  order: 1;
  flex-grow: 0;
  width: 10px;
  height: 10px;
}
.accordion_primary_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.accordion_secondary_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.accordion_settings_content:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.accordion_settings_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.accordion_container_settings--2, .accordion_container_settings--3 {
  display: flex;
  width: 100%;
}
.accordion_settings_nested_content--hidden {
  display: none;
}
.accordion_settings--large {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: inherit;
}
.accordion_settings--medium {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: inherit;
}
.accordion_settings_fields {
  font-size: 14px;
}
.accordion_title--chevron-left {
  justify-content: flex-start !important;
  gap: 8px;
}
.accordion_title--chevron-right {
  justify-content: space-between !important;
  gap: 6px;
}
.accordion_title_icon--left {
  order: 0 !important;
}
.accordion_title_icon--right {
  order: 2 !important;
}
.accordion_title_text--left {
  order: 1 !important;
}
.accordion_title_text--right {
  order: 0 !important;
}
.loopos-imgs-uploader {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.loopos-imgs-uploader__container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.loopos-imgs-uploader__img-wrapper-big {
  position: relative;
  border-radius: 8px;
  width: 160px;
  height: 160px;
}
.loopos-imgs-uploader__img-wrapper-extra-small {
  position: relative;
  border-radius: 8px;
  width: 24px;
  height: 24px;
}
.loopos-imgs-uploader__img-wrapper-small {
  position: relative;
  border-radius: 8px;
  width: 40px;
  height: 40px;
}
.loopos-imgs-uploader__img-wrapper-medium-small {
  position: relative;
  border-radius: 8px;
  width: 72px;
  height: 72px;
}
.loopos-imgs-uploader__img-wrapper-medium {
  position: relative;
  border-radius: 8px;
  width: 80px;
  height: 80px;
}
.loopos-imgs-uploader__img-wrapper-medium-big {
  position: relative;
  border-radius: 8px;
  width: 112px;
  height: 112px;
}
.loopos-imgs-uploader__img-wrapper-rounded-big {
  position: relative;
  border-radius: 100px;
  width: 160px;
  height: 160px;
}
.loopos-imgs-uploader__img-wrapper-rounded-medium-small {
  position: relative;
  border-radius: 100px;
  width: 72px;
  height: 72px;
}
.loopos-imgs-uploader__img-wrapper-rounded-medium {
  position: relative;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}
.loopos-imgs-uploader__img-wrapper-rounded-medium-big {
  position: relative;
  border-radius: 100px;
  width: 112px;
  height: 112px;
}
.loopos-imgs-uploader__img-wrapper-rounded-extra-small {
  position: relative;
  border-radius: 100px;
  width: 24px;
  height: 24px;
}
.loopos-imgs-uploader__img-wrapper-rounded-small {
  position: relative;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}
.loopos-imgs-uploader__img-wrapper-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: rgba(73, 80, 87, 0.5);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loopos-imgs-uploader__img-wrapper-rounded-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: rgba(73, 80, 87, 0.5);
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loopos-display-imgs__img--alarmist {
  object-fit: cover;
  width: inherit;
  height: inherit;
  max-width: none;
  border-radius: 8px;
  border: 2px solid #c81720;
}
.loopos-display-imgs__img--alarmist-rounded {
  object-fit: cover;
  width: inherit;
  height: inherit;
  max-width: none;
  border-radius: 100px;
  border: 2px solid #c81720;
}
.loopos-display-imgs__img--notice {
  object-fit: cover;
  width: inherit;
  height: inherit;
  max-width: none;
  border-radius: 8px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
}
.loopos-display-imgs__img--notice-rounded {
  object-fit: cover;
  width: inherit;
  height: inherit;
  max-width: none;
  border-radius: 100px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
}
.loopos-display-imgs__img--selected {
  object-fit: cover;
  width: inherit;
  height: inherit;
  max-width: none;
  border-radius: 8px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
}
.loopos-display-imgs__img--selected-rounded {
  object-fit: cover;
  width: inherit;
  height: inherit;
  max-width: none;
  border-radius: 100px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
}
.loopos-imgs-uploader__img {
  object-fit: cover;
  width: inherit;
  height: inherit;
  max-width: none;
  border-radius: 8px;
}
.loopos-imgs-uploader__img-rounded {
  object-fit: cover;
  width: inherit;
  height: inherit;
  max-width: none;
  border-radius: 100px !important;
}
.loopos-imgs-uploader__img-wrapper-hover-icon {
  display: flex;
  background-color: rgba(255, 255, 255, 0.45);
  padding: 4px;
  border-radius: 4px;
  color: white;
}
.loopos-imgs-uploader__img-wrapper-remove {
  position: absolute;
  top: -4px;
  right: -4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loopos-imgs-uploader__img-wrapper-remove-icon {
  display: flex;
  background-color: #c81720;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: white;
}
.loopos-imgs-uploader__placeholder-wrapper {
  position: relative;
  border: 1px dashed #c4cad0;
  background-color: #f8f9fa;
  border-radius: 8px;
  width: 80px;
  height: 80px;
}
.loopos-imgs-uploader__placeholder-wrapper-rounded {
  position: relative;
  border: 1px dashed #c4cad0;
  background-color: #f8f9fa;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}
.loopos-img-display-container {
  position: relative;
  width: fit-content;
}
.loopos-imgs-display__placeholder-wrapper--alarmist-extra-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid #c81720;
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--alarmist-medium-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid #c81720;
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 72px;
  height: 72px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--alarmist-medium {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid #c81720;
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--alarmist-medium-big {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid #c81720;
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 112px;
  height: 112px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--alarmist-big {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 2px solid #c81720;
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 160px;
  height: 160px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--alarmist-extra-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #c81720;
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--alarmist-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #c81720;
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--alarmist-rounded-medium-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #c81720;
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 72px;
  height: 72px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--alarmist-rounded-medium {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #c81720;
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--alarmist-rounded-medium-big {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #c81720;
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 112px;
  height: 112px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--alarmist-rounded-big {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #c81720;
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 160px;
  height: 160px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--alarmist-rounded-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #c81720;
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}
.loopos-imgs-icon--alarmist-big {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c81720;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 12px;
}
.loopos-imgs-icon--alarmist-medium-small {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c81720;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 12px;
}
.loopos-imgs-icon--alarmist-medium {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c81720;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 12px;
}
.loopos-imgs-icon--alarmist-medium-big {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c81720;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 12px;
}
.loopos-imgs-icon--alarmist-extra-small {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c81720;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  color: white;
  font-size: 10px;
}
.loopos-imgs-icon--alarmist-small {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c81720;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  color: white;
  font-size: 10px;
}
.loopos-mgs-display__placeholder-wrapper-icon--alarmist-medium-small {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--alarmist-medium {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--alarmist-medium-big {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--alarmist-big {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--alarmist-extra-small {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--alarmist-small {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--alarmist-rounded-extra-small {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--alarmist-rounded-small {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--alarmist-rounded-medium-small {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--alarmist-rounded-medium {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--alarmist-rounded-medium-big {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--alarmist-rounded-big {
  position: absolute;
  top: 12px;
  right: 12px;
}
.loopos-imgs-display__placeholder-wrapper--notice-medium-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 72px;
  height: 72px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--notice-medium {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--notice-medium-big {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 112px;
  height: 112px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--notice-big {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 160px;
  height: 160px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--notice-extra-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--notice-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--notice-rounded-medium-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 72px;
  height: 72px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--notice-rounded-medium {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--notice-rounded-medium-big {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 112px;
  height: 112px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--notice-rounded-big {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 160px;
  height: 160px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--notice-rounded-extra-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--notice-rounded-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--Colors-Semantic-Notice-800, #df8620);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}
.loopos-imgs-icon--notice-big {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Colors-Semantic-Notice-800, #df8620);
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 12px;
}
.loopos-imgs-icon--notice-medium-small {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Colors-Semantic-Notice-800, #df8620);
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 10px;
}
.loopos-imgs-icon--notice-medium {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Colors-Semantic-Notice-800, #df8620);
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 10px;
}
.loopos-imgs-icon--notice-medium-big {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Colors-Semantic-Notice-800, #df8620);
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 10px;
}
.loopos-imgs-icon--notice-extra-small {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #df8620;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  color: white;
  font-size: 6px;
}
.loopos-imgs-icon--notice-small {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #df8620;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  color: white;
  font-size: 6px;
}
.loopos-mgs-display__placeholder-wrapper-icon--notice-medium-small {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--notice-medium {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--notice-medium-big {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--notice-big {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--notice-extra-small {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--notice-small {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--notice-rounded-extra-small {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--notice-rounded-small {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--notice-rounded-medium-small {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--notice-rounded-medium {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--notice-rounded-medium-big {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--notice-rounded-big {
  position: absolute;
  top: 12px;
  right: 12px;
}
.loopos-imgs-display__placeholder-wrapper--selected-medium-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 72px;
  height: 72px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--selected-medium {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--selected-medium-big {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 112px;
  height: 112px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--selected-big {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 160px;
  height: 160px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--selected-extra-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--selected-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--selected-rounded-medium-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 72px;
  height: 72px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--selected-rounded-medium {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--selected-rounded-medium-big {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 112px;
  height: 112px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--selected-rounded-big {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 160px;
  height: 160px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--selected-rounded-extra-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
}
.loopos-imgs-display__placeholder-wrapper--selected-rounded-small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--Colors-Apps-Submission-800-Primary, #e88600);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}
.loopos-imgs-icon--selected-big {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Colors-Apps-Submission-800-Primary, #e88600);
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 12px;
}
.loopos-imgs-icon--selected-medium-small {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Colors-Apps-Submission-800-Primary, #e88600);
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 10px;
}
.loopos-imgs-icon--selected-medium {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Colors-Apps-Submission-800-Primary, #e88600);
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 10px;
}
.loopos-imgs-icon--selected-medium-big {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Colors-Apps-Submission-800-Primary, #e88600);
  border-radius: 100px;
  width: 18px;
  height: 18px;
  color: white;
  font-size: 10px;
}
.loopos-imgs-icon--selected-extra-small {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Colors-Apps-Submission-800-Primary, #e88600);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  color: white;
  font-size: 6px;
}
.loopos-imgs-icon--selected-small {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Colors-Apps-Submission-800-Primary, #e88600);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  color: white;
  font-size: 6px;
}
.loopos-mgs-display__placeholder-wrapper-icon--selected-medium-small {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--selected-medium {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--selected-medium-big {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--selected-big {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--selected-extra-small {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--selected-small {
  position: absolute;
  top: -4px;
  right: -4px;
}
.loopos-mgs-display__placeholder-wrapper-icon--selected-rounded-extra-small {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--selected-rounded-small {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--selected-rounded-medium-small {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--selected-rounded-medium {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--selected-rounded-medium-big {
  position: absolute;
  top: 0px;
  right: 0px;
}
.loopos-mgs-display__placeholder-wrapper-icon--selected-rounded-big {
  position: absolute;
  top: 12px;
  right: 12px;
}
.loopos-imgs-display__placeholder-wrapper-medium-small {
  width: inherit;
  height: inherit;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--Colors-General-Grays-500, #c4cad0);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 72px;
  height: 72px;
}
.loopos-imgs-display__placeholder-wrapper-medium {
  width: inherit;
  height: inherit;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--Colors-General-Grays-500, #c4cad0);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 80px;
  height: 80px;
}
.loopos-imgs-display__placeholder-wrapper-medium-big {
  width: inherit;
  height: inherit;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--Colors-General-Grays-500, #c4cad0);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 112px;
  height: 112px;
}
.loopos-imgs-display__placeholder-wrapper-big {
  width: inherit;
  height: inherit;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--Colors-General-Grays-500, #c4cad0);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 160px;
  height: 160px;
}
.loopos-imgs-display__placeholder-wrapper-extra-small {
  width: inherit;
  height: inherit;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--Colors-General-Grays-500, #c4cad0);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 24px;
  height: 24px;
}
.loopos-imgs-display__placeholder-wrapper-small {
  width: inherit;
  height: inherit;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--Colors-General-Grays-500, #c4cad0);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 40px;
  height: 40px;
}
.loopos-imgs-display__placeholder-wrapper-rounded-medium-small {
  width: inherit;
  height: inherit;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--Colors-General-Grays-500, #c4cad0);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 72px;
  height: 72px;
}
.loopos-imgs-display__placeholder-wrapper-rounded-medium {
  width: inherit;
  height: inherit;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--Colors-General-Grays-500, #c4cad0);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 80px;
  height: 80px;
}
.loopos-imgs-display__placeholder-wrapper-rounded-medium-big {
  width: inherit;
  height: inherit;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--Colors-General-Grays-500, #c4cad0);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 112px;
  height: 112px;
}
.loopos-imgs-display__placeholder-wrapper-rounded-big {
  width: inherit;
  height: inherit;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--Colors-General-Grays-500, #c4cad0);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 160px;
  height: 160px;
}
.loopos-imgs-display__placeholder-wrapper-rounded-extra-small {
  width: inherit;
  height: inherit;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--Colors-General-Grays-500, #c4cad0);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 24px;
  height: 24px;
}
.loopos-imgs-display__placeholder-wrapper-rounded-small {
  width: inherit;
  height: inherit;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--Colors-General-Grays-500, #c4cad0);
  background: var(--Colors-General-Grays-100, #f8f9fa);
  width: 40px;
  height: 40px;
}
.loopos-mgs-display__placeholder-wrapper-icon-medium-small {
  background-color: #dee2e6;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}
.loopos-mgs-display__placeholder-wrapper-icon-medium {
  background-color: #dee2e6;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}
.loopos-mgs-display__placeholder-wrapper-icon-medium-big {
  background-color: #dee2e6;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}
.loopos-mgs-display__placeholder-wrapper-icon-big {
  background-color: #dee2e6;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}
.loopos-mgs-display__placeholder-wrapper-icon-extra-small {
  background-color: #dee2e6;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
}
.loopos-mgs-display__placeholder-wrapper-icon-small {
  background-color: #dee2e6;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
}
.loopos-imgs-uploader__placeholder-wrapper-hover {
  width: inherit;
  height: inherit;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loopos-imgs-uploader__placeholder-wrapper-rounded-hover {
  width: inherit;
  height: inherit;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loopos-imgs-uploader__placeholder-wrapper-hover-icon {
  background-color: #dee2e6;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.mobile-uploader {
  display: none;
}
@media (min-width: 769px) {
  .mobile-uploader {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 16px;
    width: 100%;
    box-sizing: border-box;
  }
}
.mobile-uploader:hover {
  background-color: #f8f9fa;
}
.mobile-uploader:focus {
  outline: 2px solid #e88600;
  outline-offset: 2px;
}
.mobile-uploader__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b2b2b;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.mobile-uploader__text {
  flex: 1;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2b2b2b;
}
.mobile-uploader__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b2b2b;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.qr-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}
.qr-modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 480px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.qr-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  color: #565656;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  line-height: 1;
}
.qr-modal__close:hover {
  background-color: #f0f0f0;
}
.qr-modal__header {
  margin-bottom: 24px;
}
.qr-modal__title {
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
  margin: 0 0 8px 0;
  line-height: 1.2;
}
.qr-modal__subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #6c757d;
  margin: 0;
  line-height: 1.5;
}
.qr-modal__qr-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 24px;
}
.qr-modal__qr-container svg {
  border-radius: 15px;
  border: 1px solid #eaeaea;
}
.qr-modal__instructions {
  margin-bottom: 24px;
}
.qr-modal__steps {
  list-style: decimal;
  padding-left: 20px;
  margin: 0;
}
.qr-modal__step {
  font-size: 14px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 1.6;
  margin-bottom: 8px;
}
.qr-modal__step:last-child {
  margin-bottom: 0;
}
.qr-modal__done-button {
  width: 100%;
  padding: 12px 24px;
  background-color: #2b2b2b;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.qr-modal__done-button:hover {
  background-color: #1a1a1a;
}
.qr-modal__done-button:focus {
  outline: 2px solid #e88600;
  outline-offset: 2px;
}
.loopos-ltr {
  text-align: left;
}
.loopos-rtl {
  text-align: right;
}
.loopos-editor-container {
  margin: 20px auto 20px auto;
  border-radius: 2px;
  max-width: 840px;
  width: 100%;
  color: #000;
  position: relative;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.loopos-editor-inner {
  background: #fff;
  position: relative;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.loopos-editor-input {
  min-height: 150px;
  resize: none;
  font-size: 15px;
  caret-color: rgb(5, 5, 5);
  position: relative;
  tab-size: 1;
  outline: 0;
  padding: 16px;
  caret-color: #444;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: block;
  overflow: auto;
}
.loopos-editor-placeholder {
  color: #999;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 16px;
  left: 16px;
  font-size: 16px;
  user-select: none;
  display: inline-block;
  pointer-events: none;
}
.loopos-editor-text-bold {
  font-weight: bold;
}
.loopos-editor-text-italic {
  font-style: italic;
}
.loopos-editor-text-underline {
  text-decoration: underline;
}
.loopos-editor-text-strikethrough {
  text-decoration: line-through;
}
.loopos-editor-text-underlineStrikethrough {
  text-decoration: underline line-through;
}
.loopos-editor-link--core {
  color: var(--colors-apps-core-800-primary, #b53c00);
  stroke: var(--colors-apps-core-800-primary, #b53c00);
  fill: var(--colors-apps-core-800-primary, #b53c00);
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.loopos-editor-link--handling {
  color: var(--colors-apps-handling-800-primary, #331d8b);
  stroke: var(--colors-apps-handling-800-primary, #331d8b);
  fill: var(--colors-apps-handling-800-primary, #331d8b);
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.loopos-editor-link--manager {
  color: var(--colors-apps-manager-800-primary, #006053);
  stroke: var(--colors-apps-manager-800-primary, #006053);
  fill: var(--colors-apps-manager-800-primary, #006053);
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.loopos-editor-link--neutral {
  color: var(--colors-gray-900, #495057);
  stroke: var(--colors-gray-900, #495057);
  fill: var(--colors-gray-900, #495057);
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.loopos-editor-link--validation {
  color: var(--colors-apps-validation-800-primary, #1c7e43);
  stroke: var(--colors-apps-validation-800-primary, #1c7e43);
  fill: var(--colors-apps-validation-800-primary, #1c7e43);
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.loopos-editor-link--hubs {
  color: var(--colors-apps-hubs-800-primary, #0b6ef9);
  stroke: var(--colors-apps-hubs-800-primary, #0b6ef9);
  fill: var(--colors-apps-hubs-800-primary, #0b6ef9);
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.loopos-editor-link--submission {
  color: var(--colors-apps-submission-800-primary, #e88600);
  stroke: var(--colors-apps-submission-800-primary, #e88600);
  fill: var(--colors-apps-submission-800-primary, #e88600);
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.loopos-editor-paragraph {
  font-size: 16px;
  color: #495057;
  font-weight: 400;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  position: relative;
}
.loopos-editor-paragraph:last-child {
  margin-bottom: 0;
}
.loopos-editor-heading-h1 {
  font-size: 32px;
  color: #212529;
  font-weight: 700;
  margin: 0;
  margin-bottom: 12px;
  padding: 0;
  line-height: 150%;
}
.loopos-editor-heading-h2 {
  font-size: 24px;
  color: #212529;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  line-height: 150%;
}
.loopos-editor-heading-h3 {
  font-size: 20px;
  color: #212529;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  line-height: 150%;
}
.loopos-editor-heading-h4 {
  font-size: 18px;
  color: #212529;
  font-weight: 400;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  line-height: 150%;
}
.loopos-editor-list-ol {
  padding: 0;
  margin: 0;
  margin-left: 16px;
  list-style-type: decimal;
  list-style-position: outside;
}
.loopos-editor-list-ul {
  padding: 0;
  margin: 0;
  margin-left: 16px;
  list-style-type: disc;
  list-style-position: outside;
}
.loopos-editor-list-ol .loopos-editor-listitem {
  margin: 8px 32px 8px 32px;
  color: #495057;
}
.loopos-editor-list-ol .loopos-editor-listitem ol {
  list-style-type: lower-latin;
  list-style-position: outside;
}
.loopos-editor-list-ol .loopos-editor-listitem ol ol {
  list-style-type: lower-roman;
  list-style-position: outside;
}
.loopos-editor-list-ul .loopos-editor-listitem {
  margin: 8px 32px 8px 32px;
  color: #495057;
}
.loopos-editor-list-ul ul {
  list-style-type: circle;
  list-style-position: outside;
}
.loopos-editor-list-ul .loopos-editor-listitem ul ul {
  list-style-type: square;
  list-style-position: outside;
}
.loopos-editor-nested-listitem {
  list-style-type: none;
}
pre::-webkit-scrollbar {
  background: transparent;
  width: 10px;
}
pre::-webkit-scrollbar-thumb {
  background: #999;
}
.loopos-toolbar {
  display: flex;
  background: #fff;
  border: 1px solid #f8f9fa;
  padding: 4px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  vertical-align: middle;
  justify-content: flex-start;
  width: 100%;
  gap: 8px;
  flex-wrap: wrap;
}
.loopos-toolbar .loopos-divider {
  width: 1px;
  background-color: #eee;
}
.loopos-link-editor {
  position: absolute;
  z-index: 100;
  top: -10000px;
  left: -10000px;
  margin-top: -6px;
  max-width: 300px;
  width: 100%;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  transition: opacity 0.5s;
}
.loopos-link-editor .loopos-link-input {
  display: block;
  width: calc(100% - 16px);
  box-sizing: border-box;
  margin: 8px;
  padding: 8px;
  border-radius: 8px;
  background-color: #eceff2;
  font-size: 15px;
  color: rgb(5, 5, 5);
  border: 0;
  outline: 0;
  position: relative;
  font-family: inherit;
}
.loopos-link-editor div.loopos-link-edit {
  width: 35px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
}
.loopos-link-editor .loopos-link-input a {
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 30px;
  text-overflow: ellipsis;
}
.loopos-link-editor .loopos-link-input--core a {
  color: var(--colors-apps-core-800-primary, #b53c00);
}
.loopos-link-editor .loopos-link-input--handling a {
  color: var(--colors-apps-handling-800-primary, #331d8b);
}
.loopos-link-editor .loopos-link-input--manager a {
  color: var(--colors-apps-manager-800-primary, #006053);
}
.loopos-link-editor .loopos-link-input--neutral a {
  color: var(--colors-gray-900, #495057);
}
.loopos-link-editor .loopos-link-input--validation a {
  color: var(--colors-apps-validation-800-primary, #1c7e43);
}
.loopos-link-editor .loopos-link-input--hubs a {
  color: var(--colors-apps-hubs-800-primary, #0b6ef9);
}
.loopos-link-editor .loopos-link-input--submission a {
  color: var(--colors-apps-submission-800-primary, #e88600);
}
.loopos-link-editor .loopos-link-input a:hover {
  text-decoration: underline;
}
.loopos-link-editor .button {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 6px;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 2px;
}
.loopos-link-editor .button.hovered {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #eee;
}
.loopos-link-editor .button i, .actions i {
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: -0.25em;
}
.loopos-editor-buttons-container {
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
}
.loopos-protocol-editor__container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.loopos-protocol-editor__container .loopos-toolbar {
  background: transparent;
  border: none;
}
.loopos-protocol-editor__input {
  min-height: 32px;
  resize: none;
  font-size: 14px;
  caret-color: rgb(5, 5, 5);
  position: relative;
  tab-size: 1;
  padding: 12px 8px;
  background-color: white;
  border-radius: 8px;
  display: block;
  overflow: auto;
}
.loopos-protocol-editor__inner {
  font-size: 14px;
}
.loopos-protocol-editor__inner:focus-visible {
  outline: none;
}
.loopos-protocol-editor__input .loopos-editor-placeholder {
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  color: #78818a;
}
.loopos-protocol-editor__input .loopos-editor-paragraph {
  font-size: 14px;
  color: #212529;
}
.loopos-icon-input {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.loopos-icon-input span {
  color: #495057;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'IBM Plex Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.loopos-icon-input-placeholder {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background-color: #eceff2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.loopos-icon-input-xmark {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #c81720;
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loopos-fontawesome-picker-modal {
  position: absolute;
  top: 36px;
  left: 0px;
  z-index: 100;
}
.loopos-iconpicker {
  display: flex;
  padding: 12px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  background: #fff;
  box-shadow: 0px 1px 4px 0px #dee2e6;
  width: 260px;
}
.loopos-iconpicker__searchbar {
  display: flex;
  padding: 0px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.loopos-iconpicker__iconlist {
  padding: 0px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.loopos-iconpicker__iconlist span {
  color: #495057;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'IBM Plex Sans';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.loopos-iconpicker__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 100px;
  overflow-y: scroll;
  gap: 4px;
}
.loopos-iconpicker__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.loopos-iconpicker__item:hover {
  background-color: #eceff2;
  border-radius: 6px;
}
.loopos-iconpicker__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  min-height: 60px;
}
.loopos-iconpicker__loading span {
  color: #6c757d;
  font-family: 'IBM Plex Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
