/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/cocogoose-pro");
@import url("https://fonts.cdnfonts.com/css/open-sans");
@layer properties;
.grid-stack {
  position: relative;
}
.grid-stack-rtl {
  direction: ltr;
}
.grid-stack-rtl>.grid-stack-item {
  direction: rtl;
}
.grid-stack-placeholder>.placeholder-content {
  background-color: rgba(0,0,0,.1);
  margin: 0;
  position: absolute;
  width: auto;
  z-index: 0 !important;
}
.grid-stack>.grid-stack-item {
  position: absolute;
  padding: 0;
}
.grid-stack>.grid-stack-item>.grid-stack-item-content {
  margin: 0;
  position: absolute;
  width: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.grid-stack>.grid-stack-item.size-to-content:not(.size-to-content-max)>.grid-stack-item-content {
  overflow-y: hidden;
}
.grid-stack-item>.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  touch-action: none;
}
.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle {
  display: none;
}
.grid-stack-item>.ui-resizable-ne,.grid-stack-item>.ui-resizable-nw,.grid-stack-item>.ui-resizable-se,.grid-stack-item>.ui-resizable-sw {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.grid-stack-item>.ui-resizable-ne {
  transform: translate(0,10px) rotate(45deg);
}
.grid-stack-item>.ui-resizable-sw {
  transform: rotate(45deg);
}
.grid-stack-item>.ui-resizable-nw {
  transform: translate(0,10px) rotate(-45deg);
}
.grid-stack-item>.ui-resizable-se {
  transform: rotate(-45deg);
}
.grid-stack-item>.ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  top: 0;
}
.grid-stack-item>.ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: 0;
  left: 25px;
  right: 25px;
}
.grid-stack-item>.ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  top: 0;
}
.grid-stack-item>.ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
}
.grid-stack-item>.ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
}
.grid-stack-item>.ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: 0;
  right: 25px;
}
.grid-stack-item>.ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
}
.grid-stack-item>.ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
}
.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle {
  display: none !important;
}
.grid-stack-item.ui-draggable-dragging {
  will-change: left,top;
  cursor: move;
}
.grid-stack-item.ui-resizable-resizing {
  will-change: width,height;
}
.ui-draggable-dragging,.ui-resizable-resizing {
  z-index: 10000;
}
.ui-draggable-dragging>.grid-stack-item-content,.ui-resizable-resizing>.grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0,0,0,.2);
  opacity: .8;
}
.grid-stack-animate,.grid-stack-animate .grid-stack-item {
  transition: left .3s,top .3s,height .3s,width .3s;
}
.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack-animate .grid-stack-item.ui-resizable-resizing {
  transition: left 0s,top 0s,height 0s,width 0s;
}
.grid-stack>.grid-stack-item[gs-y="0"] {
  top: 0;
}
.grid-stack>.grid-stack-item[gs-x="0"] {
  left: 0;
}
.gs-12>.grid-stack-item {
  width: 8.333%;
}
.gs-12>.grid-stack-item[gs-x="1"] {
  left: 8.333%;
}
.gs-12>.grid-stack-item[gs-w="2"] {
  width: 16.667%;
}
.gs-12>.grid-stack-item[gs-x="2"] {
  left: 16.667%;
}
.gs-12>.grid-stack-item[gs-w="3"] {
  width: 25%;
}
.gs-12>.grid-stack-item[gs-x="3"] {
  left: 25%;
}
.gs-12>.grid-stack-item[gs-w="4"] {
  width: 33.333%;
}
.gs-12>.grid-stack-item[gs-x="4"] {
  left: 33.333%;
}
.gs-12>.grid-stack-item[gs-w="5"] {
  width: 41.667%;
}
.gs-12>.grid-stack-item[gs-x="5"] {
  left: 41.667%;
}
.gs-12>.grid-stack-item[gs-w="6"] {
  width: 50%;
}
.gs-12>.grid-stack-item[gs-x="6"] {
  left: 50%;
}
.gs-12>.grid-stack-item[gs-w="7"] {
  width: 58.333%;
}
.gs-12>.grid-stack-item[gs-x="7"] {
  left: 58.333%;
}
.gs-12>.grid-stack-item[gs-w="8"] {
  width: 66.667%;
}
.gs-12>.grid-stack-item[gs-x="8"] {
  left: 66.667%;
}
.gs-12>.grid-stack-item[gs-w="9"] {
  width: 75%;
}
.gs-12>.grid-stack-item[gs-x="9"] {
  left: 75%;
}
.gs-12>.grid-stack-item[gs-w="10"] {
  width: 83.333%;
}
.gs-12>.grid-stack-item[gs-x="10"] {
  left: 83.333%;
}
.gs-12>.grid-stack-item[gs-w="11"] {
  width: 91.667%;
}
.gs-12>.grid-stack-item[gs-x="11"] {
  left: 91.667%;
}
.gs-12>.grid-stack-item[gs-w="12"] {
  width: 100%;
}
.gs-1>.grid-stack-item {
  width: 100%;
}
html,
body {
  margin: 0;
  background-color: #ffffff;
  font-family: "Satoshi", sans-serif;
  max-width: 100%;
  height: 100%;
}
.params-table {
  display: flex !important;
  height: 80vh;
  overflow: auto;
  border-radius: 0.75rem;
}
.d-none {
  display: none !important;
}
html,
body {
  height: 100%;
}
[type=text]:focus,
[type=email]:focus,
[type=url]:focus,
[type=password]:focus,
[type=number]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=week]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  border-color: #DEE2E6;
  --tw-ring-color: transparent;
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
  }
}
.tooltip-parent-wrapper {
  position: relative;
}
.tooltip-parent-wrapper .tooltip {
  overflow: visible;
}
.tooltip-parent-wrapper:hover .tooltip {
  display: block;
}
.core-button {
  color: var(--color-app) !important;
}
.core-button:hover {
  background-color: var(--color-app-10) !important;
  color: var(--color-app) !important;
  border-color: var(--color-app-10) !important;
}
.tab-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  flex: none;
  order: 1;
  flex-grow: 0;
  cursor: pointer;
}
.loopos-manager-search-btn {
  display: flex;
  height: 52px;
  width: 52px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-app);
  color: var(--color-white, #fff);
  box-shadow: 0px 51px 14px 0px rgba(0, 0, 0, 0), 0px 33px 13px 0px rgba(0, 0, 0, 0.01), 0px 18px 11px 0px rgba(0, 0, 0, 0.05), 0px 8px 8px 0px rgba(0, 0, 0, 0.09), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.grid-stack-item-content {
  overflow: visible !important;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.primary-heading-regular {
  font-size: var(--text-32);
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.primary-heading-medium {
  font-size: var(--text-32);
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.primary-heading-bold {
  font-size: var(--text-32);
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.primary-subheading-regular {
  font-size: var(--text-xl, 1.25rem);
  line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.primary-subheading-medium {
  font-size: var(--text-xl, 1.25rem);
  line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.primary-subheading-bold {
  font-size: var(--text-xl, 1.25rem);
  line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.primary-heading-regular-2 {
  font-size: var(--text-2xl, 1.5rem);
  line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.primary-heading-medium-2 {
  font-size: var(--text-2xl, 1.5rem);
  line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.primary-heading-bold-2 {
  font-size: var(--text-2xl, 1.5rem);
  line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.primary-subheading-regular-2 {
  font-size: var(--text-lg, 1.125rem);
  line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.primary-subheading-medium-2 {
  font-size: var(--text-lg, 1.125rem);
  line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.primary-subheading-bold-2 {
  font-size: var(--text-lg, 1.125rem);
  line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.primary-body-regular {
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  --tw-leading: var(--leading-large);
  line-height: var(--leading-large);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.primary-body-medium {
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  --tw-leading: var(--leading-large);
  line-height: var(--leading-large);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.primary-body-bold {
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  --tw-leading: var(--leading-large);
  line-height: var(--leading-large);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.primary-body-regular-2, .flash__flash-message {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.primary-body-medium-2, .upload__text {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.primary-body-bold-2, .flash__title {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.primary-label-regular {
  font-size: 12px;
  --tw-leading: var(--leading-large);
  line-height: var(--leading-large);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.primary-label-medium {
  font-size: 12px;
  --tw-leading: var(--leading-large);
  line-height: var(--leading-large);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.primary-label-bold {
  font-size: 12px;
  --tw-leading: var(--leading-large);
  line-height: var(--leading-large);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.primary-label-regular-2 {
  font-size: var(--text-10);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.primary-label-medium-2 {
  font-size: var(--text-10);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.primary-label-bold-2 {
  font-size: var(--text-10);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.secondary-heading-regular {
  font-family: var(--font-heading);
  font-size: var(--text-32);
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.secondary-heading-medium {
  font-family: var(--font-heading);
  font-size: var(--text-32);
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.secondary-heading-bold {
  font-family: var(--font-heading);
  font-size: var(--text-32);
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.secondary-heading-regular-2 {
  font-family: var(--font-heading);
  font-size: var(--text-2xl, 1.5rem);
  line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.secondary-heading-medium-2 {
  font-family: var(--font-heading);
  font-size: var(--text-2xl, 1.5rem);
  line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.secondary-heading-bold-2 {
  font-family: var(--font-heading);
  font-size: var(--text-2xl, 1.5rem);
  line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.secondary-label-regular {
  font-family: var(--font-heading);
  font-size: var(--text-10);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.secondary-label-medium {
  font-family: var(--font-heading);
  font-size: var(--text-10);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.secondary-label-bold {
  font-family: var(--font-heading);
  font-size: var(--text-10);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.secondary-label-regular-2 {
  font-family: var(--font-heading);
  font-size: var(--text-10);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.secondary-label-medium-2 {
  font-family: var(--font-heading);
  font-size: var(--text-10);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.secondary-label-bold-2 {
  font-family: var(--font-heading);
  font-size: var(--text-10);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.secondary-label-regular-2 {
  font-family: var(--font-heading);
  font-size: var(--text-xxxs);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
}
.secondary-label-medium-2 {
  font-family: var(--font-heading);
  font-size: var(--text-xxxs);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.secondary-label-bold-2 {
  font-family: var(--font-heading);
  font-size: var(--text-xxxs);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.container {
  padding: 24px;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.info-tab {
  display: flex;
  width: 100%;
  max-width: var(--spacing-3xl);
  flex-direction: column;
  gap: var(--spacing-md);
}
.info-tab--timeline {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.info-tab__section {
  margin-bottom: calc(var(--spacing, 0.25rem) * 6);
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 4);
}
.info-tab__section--flow {
  height: 620px;
  border-radius: var(--radius-lg, 0.5rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-light);
  background-color: color-mix(in srgb, #fff 60%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white, #fff) 60%, transparent);
  }
  padding: calc(var(--spacing, 0.25rem) * 6);
}
.info-tab__section__title {
  font-size: var(--text-xl, 1.25rem);
  line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
}
.info-tab__section__subtitle {
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  color: var(--color-gray-dark);
}
.info-tab__section__items_text {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
  color: var(--color-black, #000);
}
.info-tab__title {
  padding-bottom: var(--spacing-2xs);
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  --tw-leading: var(--leading-large);
  line-height: var(--leading-large);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-gray-dark);
}
.info-tab__image-content {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.info-tab__image-wrapper {
  position: relative;
  height: calc(var(--spacing, 0.25rem) * 20);
  width: calc(var(--spacing, 0.25rem) * 20);
  border-radius: var(--radius-lg, 0.5rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.info-tab__image-wrapper img {
  height: 100%;
  width: 100%;
  border-radius: var(--radius-lg, 0.5rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.info-tab--right {
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
  padding-left: var(--spacing-md);
}
.info-tab__apps-grid {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-base);
}
.info-tab .w-75 .core-input-box {
  width: 75%;
}
.info-tab__settings-container {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-base);
  padding-bottom: var(--spacing-2xs);
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  --tw-leading: var(--leading-large);
  line-height: var(--leading-large);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-gray-dark);
}
.info-tab__settings-component {
  display: flex;
  flex-direction: column;
}
.options-tab {
  width: 100%;
  max-width: var(--spacing-3xl);
}
.options-tab__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-bottom-color: var(--color-gray-light);
  padding-bottom: calc(var(--spacing, 0.25rem) * 3);
}
.options-tab__title {
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: var(--color-black, #000);
}
.options-tab__list {
  margin-top: calc(var(--spacing, 0.25rem) * 6);
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 2);
}
.options-tab__list--show {
  margin-top: calc(var(--spacing, 0.25rem) * 0);
}
.options-tab__item {
  border-radius: var(--radius-lg, 0.5rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-gray-light);
  background-color: color-mix(in srgb, #fff 30%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white, #fff) 30%, transparent);
  }
  padding-inline: calc(var(--spacing, 0.25rem) * 4);
  padding-top: calc(var(--spacing, 0.25rem) * 2);
  padding-bottom: calc(var(--spacing, 0.25rem) * 4);
}
.options-tab__item-header {
  margin-bottom: var(--spacing-xs);
  display: flex;
  justify-content: space-between;
  vertical-align: top;
}
.options-tab__item-header i {
  cursor: pointer;
  font-size: var(--text-xs, 0.75rem);
  line-height: var(--tw-leading, var(--text-xs--line-height, calc(1 / 0.75)));
  color: var(--color-gray-dark);
}
.options-tab__item-title {
  font-size: var(--text-lg, 1.125rem);
  line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: var(--color-gray-dark);
}
.options-tab__pills {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing, 0.25rem) * 1);
}
.options-tab__pill {
  display: flex;
  height: calc(var(--spacing, 0.25rem) * 6);
  align-items: center;
  border-radius: var(--radius-md, 0.375rem);
  background-color: var(--color-app);
  padding-inline: calc(var(--spacing, 0.25rem) * 2);
  font-size: var(--text-xs, 0.75rem);
  line-height: var(--tw-leading, var(--text-xs--line-height, calc(1 / 0.75)));
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: var(--color-white, #fff);
}
.options-tab__pills-add-btn {
  margin-left: calc(var(--spacing, 0.25rem) * 2);
  flex-shrink: 0;
  flex-grow: 0;
}
.listing {
  width: 100%;
}
.listing__header {
  margin-bottom: calc(var(--spacing, 0.25rem) * 6);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listing__header-left {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-xs);
}
.listing__header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-xs);
}
.listing__filtering {
  margin-bottom: calc(var(--spacing, 0.25rem) * 8);
}
.listing__filters-wrapper {
  margin-bottom: var(--spacing-lg);
  display: flex;
  flex-direction: row;
  gap: var(--spacing-xs);
}
.index-layout {
  display: flex;
}
.index-layout__title-container {
  flex-direction: row;
  gap: calc(var(--spacing, 0.25rem) * 4);
}
.index-layout__title-container__title {
  font-size: var(--text-32);
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-black, #000);
}
.index-layout__search-container {
  margin-bottom: calc(var(--spacing, 0.25rem) * 4);
  width: 100%;
}
.show-layout__title-edit_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-base);
}
.show-layout__title-edit_container__title {
  font-size: var(--text-32);
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-black, #000);
}
.show-layout__top_page__right_side_container {
  display: inline-flex;
  height: 50px;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: calc(var(--spacing, 0.25rem) * 2);
}
.show-layout__top_page__right_side_container__items {
  text-align: center;
  font-size: 14px;
  --tw-leading: 21px;
  line-height: 21px;
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  overflow-wrap: break-word;
  color: var(--color-gray-base);
}
.show-layout__description-container {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: var(--spacing-2xs);
}
.show-layout__description-container__label {
  color: var(--color-gray-dark);
}
.show-layout__description-container__text {
  color: var(--color-gray-base);
}
.table-layout__column {
  max-width: 100%;
}
.table-layout__column--name {
  width: 602px;
  min-width: 220px;
}
.table-layout__column--small-text {
  width: 150px;
  min-width: 110px;
}
.table-layout__column--medium-text {
  width: 200px;
  min-width: 180px;
}
.table-layout__column--logo {
  width: 40px;
  min-width: 40px;
}
.table-layout__column--releases {
  width: 486px;
  min-width: 300px;
}
.table-layout__column--actions {
  width: 144px;
  min-width: 100px;
}
.table-layout__text_link {
  text-decoration-line: underline;
}
.table-layout__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.table-layout__container--gap-small {
  gap: calc(var(--spacing, 0.25rem) * 1);
}
.table-layout__data-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--spacing, 0.25rem) * 1);
}
.table-layout__tag-content {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--spacing, 0.25rem) * 2);
}
.table-layout__checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.table-layout__checkbox-container__data-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: calc(var(--spacing, 0.25rem) * 1);
}
.table-layout--user_groups__name-cell {
  width: 441px;
}
.table-layout--user_groups__name-cell__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.table-layout--user_groups__name-cell__container__data-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--spacing, 0.25rem) * 1);
}
.table-layout--user_groups__description-cell {
  width: 420px;
}
.table-layout--user_groups__description-cell__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-wrap: wrap;
}
.table-layout--user_groups__app-instances-cell {
  width: 420px;
}
.table-layout--user_groups__app-instances-cell__container {
  display: flex;
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.table-layout--user_groups__users-cell {
  width: 93px;
}
.table-layout--user_groups__actions-cell {
  width: 118px;
}
.horizontal-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.application-button {
  font-family: "Satoshi";
  height: 64px;
  display: flex;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  min-width: 48px;
}
.application-button-disabled {
  opacity: 0.3;
}
.application-button-disabled:hover {
  cursor: default;
  box-shadow: none;
}
[data-tooltip] {
  position: relative;
  font-family: "Satoshi";
}
[data-tooltip]:before,
[data-tooltip]:after {
  line-height: 1;
  font-size: 0.9em;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}
[data-tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 100;
}
[data-tooltip]:after {
  content: attr(data-tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 12px;
  border-radius: 8px;
  background: #333333;
  color: #ffffff;
  z-index: 99;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  display: block;
  opacity: 1;
}
[data-tooltip][data-flow=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333333;
  left: 0em;
  transform: translate(-8px, -50%);
}
[data-tooltip][data-flow=left]::after {
  top: 50%;
  right: 100%;
  transform: translate(-8px, -50%);
}
[data-tooltip=""]::after,
[data-tooltip=""]::before {
  display: none !important;
}
.not-found-page {
  position: relative;
  height: 100%;
  min-height: 100vh;
  background: #F2F4F5;
}
.not-found-page__container {
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 15rem;
}
@media (min-width: 640px) {
  .not-found-page__container {
    padding-bottom: 14rem;
  }
}
@media (min-width: 768px) {
  .not-found-page__container {
    padding-top: 4rem;
  }
}
.not-found-page__centered_div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found-page__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.not-found-page__image-container {
  position: relative;
  width: 206px;
  height: 196px;
}
.not-found-page__message {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .not-found-page__message {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.not-found-page__back-begin {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .not-found-page__back-begin {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.not-found-page__back-begin--link {
  text-decoration: underline;
  cursor: pointer;
}
.not-found-page__image1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
  width: 138px;
}
.not-found-page__image2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 138px;
}
.custom-rotate {
  animation: rotation 8s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.partner_groups-index {
  display: flex;
}
.partner_groups-index__title-container {
  flex-direction: row;
  gap: calc(var(--spacing, 0.25rem) * 4);
}
.partner_groups-index__filters-container {
  margin-bottom: calc(var(--spacing, 0.25rem) * 4);
  width: 100%;
}
.login {
  height: 100%;
  display: flex;
  flex-direction: row;
}
.login .text-center {
  text-align: center;
}
.login__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .login__container {
    flex: 1;
    padding: 24px;
  }
}
.login__logo-section {
  display: block;
  width: 100%;
  align-items: start;
  padding: 32px 0 0 32px;
}
@media (max-width: 768px) {
  .login__logo-section {
    padding: 32px 0 0 16px;
    width: 100%;
    text-align: center;
  }
}
.login__logo-section img {
  height: 40px;
}
@media (min-width: 1024px) {
  .login__logo-section img {
    height: 48px;
  }
}
.login__logo-zero {
  height: 24px !important;
}
.login__text {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 12px;
  margin-bottom: 40px;
}
.login__title {
  color: #2b2b2b;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}
.login__subtitle {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
}
.login__remember-me {
  margin-bottom: 24px;
}
.login__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .login__top {
    margin-top: 56px;
  }
}
.login__main-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .login__main-section {
    padding: 0 16px;
  }
}
.login__form {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .login__form {
    width: 100%;
    max-width: 340px;
  }
}
.login__icon {
  display: flex;
  justify-content: center;
  padding: 5px;
  margin-top: 5px;
}
.login__icon img {
  width: 20px;
}
.login__icon a {
  text-decoration: none;
  color: #565656;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 5px;
  padding: 7px;
  border: 1px solid #e5e7eb;
}
.login__icon a:hover {
  color: #2b2b2b;
}
.login-zero {
  font-family: "open Sans";
  font-style: normal;
}
.login-zero .login__title {
  font-family: "Cocogoose Pro" !important;
  font-size: 34px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
}
.links__section {
  margin: 24px auto 0;
}
.links__text {
  color: #2b2b2b;
  font-size: 14px;
}
.links__hyperlink a {
  text-decoration: none;
  color: #565656;
  font-size: 14px;
  font-weight: 500;
}
.links__hyperlink a:hover {
  color: #2b2b2b;
}
.error-messages {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 16px;
  padding: 20px;
  gap: 16px;
  margin-bottom: 28px;
}
.error-messages--error {
  background-color: #fdece2;
  color: #e74c3c;
}
.error-messages--notice {
  background-color: #eafff4;
  color: #1bc16d;
}
.error-messages__icon {
  width: 20px;
  height: auto;
}
.error-messages__icon--error {
  color: #e74c3c;
}
.error-messages__icon--notice {
  color: #1bc16d;
}
.error-messages__title {
  font-weight: 500;
  font-size: 16px;
}
.error-messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.error-messages__text {
  font-weight: 400;
  font-size: 14px;
}
.partner {
  display: flex;
}
.partner__app-image-container {
  flex-direction: row;
  align-items: center;
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.partner__app-info-container {
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--spacing, 0.25rem) * 1);
}
.partner__app-instances-container {
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.partner_group {
  display: flex;
}
.partner_group__app-image-container {
  flex-direction: row;
  align-items: center;
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.partner_group__app-info-container {
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--spacing, 0.25rem) * 1);
}
.partner_group__app-instances-container {
  gap: calc(var(--spacing, 0.25rem) * 3);
}
.simple-profile {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 10);
}
.simple-profile__main-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 10);
  border-radius: 12px;
  border-radius: var(--radius-lg, 0.5rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #DEE2E6;
  background-color: var(--color-white, #fff);
  padding: calc(var(--spacing, 0.25rem) * 6);
  --tw-backdrop-blur: blur(19px);
  -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,);
}
.simple-profile__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.simple-profile__header-left {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 2);
}
.simple-profile__tooltip-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.simple-profile__tooltip-inner {
  display: flex;
  gap: calc(var(--spacing, 0.25rem) * 1);
}
.simple-profile__header-title {
  font-family: "Satoshi";
  font-size: 24px;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.simple-profile__header-subtitle {
  font-size: 14px;
}
.simple-profile__provider-button {
  border-radius: 4px;
}
.profile-form {
  width: 100%;
}
.profile-form__container {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: calc(var(--spacing, 0.25rem) * 8);
}
.profile-form__column {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 4);
}
.profile-form__section-title {
  font-family: "Satoshi";
  font-size: 20px;
}
.profile-form__section {
  margin-bottom: calc(var(--spacing, 0.25rem) * 6);
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 4);
  margin-bottom: 0 !important;
}
.profile-form__section-title-wrapper {
  display: flex;
  flex-direction: column;
  font-size: var(--text-xl, 1.25rem);
  line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
}
.profile-form__block {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 10);
}
.profile-form__field {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 4);
}
.profile-form__field-label {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: var(--color-gray-dark);
}
.profile-form__field-value {
  font-size: 14px;
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  color: var(--color-black, #000);
}
.profile-form__field--inline {
  margin-top: calc(var(--spacing, 0.25rem) * 4);
}
.profile-form__divider {
  width: 1px;
  background-color: var(--Colors-Grays-60, #c4cad0);
}
.user-info__wrapper {
  display: flex;
  gap: calc(var(--spacing, 0.25rem) * 4);
}
.user-info__avatar-frame {
  width: -moz-fit-content;
  width: fit-content;
}
.user-info__top-info {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 1);
}
.user-info__title {
  font-size: var(--text-32);
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: var(--color-black, #000);
}
.user-info__description {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing, 0.25rem) * 2);
}
.user-info__tooltip-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.user-info__tooltip-content {
  font-size: 12px;
  --tw-leading: calc(var(--spacing, 0.25rem) * 3);
  line-height: calc(var(--spacing, 0.25rem) * 3);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
}
.user-info__divider {
  align-self: center;
  color: #C4C4D0;
}
.user-info__partner-tooltip {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}
.user-info__partner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  font-size: 12px;
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: var(--color-neutral_text);
  font-family: "Space Grotesk";
}
.button {
  height: auto;
  width: 100%;
  padding: 0 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 500;
  border-radius: 6px;
  font-family: inherit;
}
.button__primary {
  background-color: #2b2b2b;
  color: #ffffff;
  border: none;
  font-size: 16px;
  height: 48px;
  text-decoration: none;
}
.button__primary:hover {
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(86, 86, 86, 0.3);
}
.input-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  position: relative;
}
.input-field__label {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 6px;
  color: #565656;
}
.input-field__input {
  height: 40px;
  padding: 0 16px;
  border: none;
  width: -webkit-fill-available;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  border-radius: 4px;
  transition: 0.2s;
}
.input-field__input:-webkit-autofill, .input-field__input:-webkit-autofill:hover, .input-field__input:-webkit-autofill:focus {
  outline: 0;
  border-radius: 4px;
  background-color: #f9f9f9 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.input-field__input:hover {
  border: 1px solid #a9a9a9;
}
.input-field__input:focus {
  outline: 0;
  border-radius: 4px;
  background-color: #f9f9f9;
}
.input-field__input::-moz-placeholder {
  color: #565656;
}
.input-field__input:-ms-input-placeholder {
  color: #565656;
}
.input-field__input::placeholder {
  color: #565656;
}
.input-field__icon {
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: #2b2b2b;
}
.checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox:hover input ~ .checkbox__checkmark {
  border: 1px solid #565656;
}
.checkbox input:checked ~ .checkbox__checkmark {
  height: 16px;
  width: 16px;
  background-color: #2b2b2b;
  border: 1px solid #2b2b2b;
}
.checkbox input:checked ~ .checkbox__checkmark:after {
  display: block;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  border: 1px solid #a9a9a9;
}
.checkbox__checkmark:after {
  justify-content: center;
  display: flex !important;
  align-items: center;
  height: 16px;
  content: "\f00c";
  font-family: "Font Awesome 7 pro";
  color: #ffffff;
  border: #2b2b2b;
}
.image-section {
  display: none;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .image-section {
    display: flex;
    flex: 1;
    padding: 24px 24px 24px 0;
  }
}
.image-section__quote {
  padding: 56px;
  position: absolute;
  font-size: 56px;
  color: #ffffff;
  line-height: 100%;
  font-weight: 500;
}
.image-section__quote--highlight {
  font-weight: 400;
}
.image-section__logo {
  position: absolute;
  left: 56px;
  bottom: 48px;
  width: 156px;
  height: auto;
}
.image-section__img {
  width: 100%;
  height: 100%;
  border-radius: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 32px;
}
@media (max-width: 768px) {
  .footer {
    padding: 32px 0;
    gap: 12px;
  }
}
.footer a {
  text-decoration: none;
  color: #565656;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer a {
    font-size: 12px;
  }
}
.footer a:hover {
  color: #2b2b2b;
}
.action-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-button--neutral {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-neutral_border);
  background-color: var(--color-neutral_bg);
  color: var(--color-neutral_text);
}
.action-button--danger {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-danger_border);
  background-color: var(--color-surface-semantic-error);
  color: var(--color-text-semantic-error);
}
.action-button--success {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-success_border);
  background-color: var(--color-surface-semantic-success);
  color: var(--color-text-semantic-success);
}
.action-button--small {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.25rem;
  padding-inline: var(--spacing-2xs);
  padding-block: 2px;
  font-size: var(--text-8);
}
.action-button--base {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: var(--radius-md, 0.375rem);
  padding-inline: var(--spacing-1xs);
  padding-block: var(--spacing-2xs);
  font-size: var(--text-10);
}
.action-button--negative-margin {
  position: relative;
  top: calc(var(--spacing, 0.25rem) * -2);
}
.edit-submit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-xs);
}
.edit-submit--negative-margin {
  position: relative;
  top: calc(var(--spacing, 0.25rem) * -2);
}
.edit-submit--small-gap {
  gap: calc(var(--spacing, 0.25rem) * 1);
}
.tooltip {
  position: absolute;
  z-index: 50;
  display: none;
  width: -moz-max-content;
  width: max-content;
  border-radius: var(--radius-md, 0.375rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-gray-light);
  background-color: var(--color-white, #fff);
  padding-inline: 8px;
  padding-block: 4px;
  font-size: 12px;
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  color: var(--color-gray-dark);
  box-shadow: 0px 1px 4px 0px rgba(33, 37, 41, 0.1);
}
.tooltip--right {
  top: 50%;
  left: 140%;
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.tooltip--left {
  top: 50%;
  right: 140%;
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.tooltip--top {
  bottom: 140%;
  left: 50%;
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.tooltip--top__first-column {
  bottom: 140%;
  left: calc(var(--spacing, 0.25rem) * 0);
  --tw-translate-x: calc(var(--spacing, 0.25rem) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.tooltip--top__last-column {
  right: calc(var(--spacing, 0.25rem) * 0);
  bottom: 140%;
  --tw-translate-x: calc(var(--spacing, 0.25rem) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.tooltip--bottom {
  top: 140%;
  left: 50%;
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.tooltip--top-right {
  top: -100%;
  left: 140%;
}
.tooltip--top-left {
  top: -100%;
  right: 140%;
}
.tooltip mark {
  font-weight: 400 !important;
  color: #495057 !important;
}
.tooltip-wrapper {
  position: relative;
  cursor: pointer;
}
.tooltip-wrapper--inline-block {
  display: inline-block;
}
.tooltip-wrapper:hover .tooltip {
  display: block;
}
.tooltip-wrapper .loopos-tag-container span {
  max-width: 80px;
}
.upload {
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.upload__wrapper {
  display: flex;
  height: 80px;
  width: 150px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: dashed;
  border-style: dashed;
  border-color: var(--color-gray-base);
  background-color: var(--color-white, #fff);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
  color: var(--color-gray-dark);
}
.upload__image {
  display: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.upload__text {
  color: var(--color-gray-dark);
}
.upload__input {
  display: none;
}
.upload__remove-button {
  margin-top: var(--spacing-xs);
  display: none;
  text-align: center;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
  --tw-leading: var(--leading-regular);
  line-height: var(--leading-regular);
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: var(--color-gray-dark);
}
.flash {
  position: fixed;
  top: calc(var(--spacing, 0.25rem) * 24);
  right: calc(var(--spacing, 0.25rem) * 4);
  display: flex;
  width: calc(var(--spacing, 0.25rem) * 80);
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 2);
  z-index: 100000;
}
.flash__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--spacing, 0.25rem) * 2);
  border-radius: var(--radius-lg, 0.5rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
  background-color: var(--color-white, #fff);
  padding: calc(var(--spacing, 0.25rem) * 4);
  --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);
  --tw-backdrop-blur: blur(var(--blur-md, 12px));
  -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-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, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  --tw-duration: 700ms;
  transition-duration: 700ms;
}
.flash__content--success {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-success_border);
  background-color: var(--color-surface-semantic-success);
}
.flash__content--notice {
  border-color: var(--color-success_border);
  background-color: var(--color-surface-semantic-success);
}
.flash__content--alert {
  border-color: var(--color-danger_border);
  background-color: var(--color-surface-semantic-error);
}
.flash__content--danger {
  border-color: var(--color-danger_border);
  background-color: var(--color-surface-semantic-error);
}
.flash__icon-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-xs);
}
.flash__icon {
  display: flex;
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
}
.flash__icon--success {
  color: var(--color-text-semantic-success);
}
.flash__icon--notice {
  color: var(--color-text-semantic-success);
}
.flash__icon--alert {
  color: var(--color-text-semantic-error);
}
.flash__icon--danger {
  color: var(--color-text-semantic-error);
}
.flash__title {
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  color: var(--color-black, #000);
}
.flash__flash-message {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
  --tw-font-weight: var(--font-weight-normal, 400);
  font-weight: var(--font-weight-normal, 400);
  color: var(--color-gray-dark);
}
.custom-select-wrapper .select2__control {
  background-color: #FFF !important;
}
.select-form .select2__menu-portal {
  top: 0px !important;
  left: 0px !important;
}
.select-form {
  position: relative;
}
.css-13jht8w-MM {
  overflow-y: unset !important;
}
.modal-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 4);
  padding-inline: var(--spacing-base);
}
.modal-container__modal-subtitle {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-base);
}
.modal-container__select-container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-base);
}
.modal-container__select-container__button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.c-settings {
  border-radius: var(--radius-lg, 0.5rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #DEE2E6;
  background-color: var(--color-white, #fff);
  padding-block: calc(var(--spacing, 0.25rem) * 3);
}
.c-setting-card {
  cursor: pointer;
  border-radius: var(--radius-lg, 0.5rem);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-gray-300, oklch(87.2% 0.01 258.338));
  background-color: var(--color-white, #fff);
  padding: calc(var(--spacing, 0.25rem) * 2);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-gray-900, oklch(21% 0.034 264.665));
    }
  }
}
.c-setting-card.connect {
  border-color: var(--color-gray-900, oklch(21% 0.034 264.665));
}
.c-setting-card__title {
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  --tw-font-weight: var(--font-weight-medium, 500);
  font-weight: var(--font-weight-medium, 500);
  color: var(--color-black, #000);
}
.c-setting-card__description {
  font-size: 12px;
  color: var(--color-gray-900, oklch(21% 0.034 264.665));
}
.c-setting-card__wrapper {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing, 0.25rem) * 2);
}
.custom-select-wrapper .select2__control {
  background-color: #FFF !important;
}
.select-form .select2__menu-portal {
  top: 0px !important;
  left: 0px !important;
}
.select-form {
  position: relative;
}
.css-13jht8w-MM {
  overflow-y: unset !important;
}
@font-face {
  font-family: "Satoshi";
  src: font-url(/satoshi-regular.woff) format("woff"), font-url(/satoshi-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Satoshi";
  src: font-url(/assets/satoshi-medium-c7e09b92a4be7768791824a781afb4e5912437d335cf9e7610c2d4a4728e333f.woff) format("woff"), font-url(/assets/satoshi-medium-b0ed856a4c51202ff2a3ce6d7e3f02679a52b4f101accc844cee28f3555561a2.woff2) format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Satoshi";
  src: font-url(/assets/satoshi-bold-4c6e7b1222ce9932f25c59c3859e2372b4448a95b87afe2cbf9507c9a2f6879c.woff) format("woff"), font-url(/assets/satoshi-bold-f0de172711d020ccad2f339cd688c316a040dafa161ad94d52c1fc260d44ff1f.woff2) format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Geomanist";
  src: font-url(/assets/geomanist-regular-webfont-cb90ea0f1d3843e69115d341942d3f1b124708da10e71cf0c16e30a35198da14.woff) format("woff"), font-url(/assets/geomanist-regular-webfont-492ab1c1b0631be4130b5cb75f0a0d109db16f00afb35b3f6a53ce8c84864141.woff2) format("woff2");
}
@font-face {
  font-family: "Geomanist";
  src: font-url(/assets/geomanist-medium-webfont-42f7bef008f3b43f579c28be6cda4cb745a054b220dbd46661b7d2fe5d943fd6.woff) format("woff"), font-url(/assets/geomanist-medium-webfont-a48af270350d4c1106d8da564d48605b47aa16dd355efbe630838c7c54f8998c.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Geomanist";
  src: font-url(/assets/geomanist-bold-webfont-fc6d408ffbb061640634b6d81db0e2b0b3a8fe06028240297d57d281c30954b5.woff) format("woff"), font-url(/assets/geomanist-bold-webfont-522b0ae12f431e532ff27ca4d9e79a26ca2c145ab825f7a423d60687b245796e.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-duration {
  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)))) {
    ::-ms-backdrop {
      --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-leading: initial;
      --tw-font-weight: initial;
      --tw-border-style: solid;
      --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;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-duration: initial;
    }
    *, ::before, ::after, ::backdrop {
      --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-leading: initial;
      --tw-font-weight: initial;
      --tw-border-style: solid;
      --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;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-duration: initial;
    }
  }
}
