@font-face {
  font-family: "Noto Sans";
  src: url("https://cdn.web-ar.studio/libs/fonts/NotoSans/NotoSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("https://cdn.web-ar.studio/libs/fonts/NotoSans/NotoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("https://cdn.web-ar.studio/libs/fonts/NotoSans/NotoSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("https://cdn.web-ar.studio/libs/fonts/NotoSans/NotoSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("https://cdn.web-ar.studio/libs/fonts/NotoSans/NotoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://cdn.web-ar.studio/libs/fonts/Montserrat/Montserrat.woff") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("https://cdn.web-ar.studio/libs/fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("https://cdn.web-ar.studio/libs/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("https://cdn.web-ar.studio/libs/fonts/OpenSans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("https://cdn.web-ar.studio/libs/fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("https://cdn.web-ar.studio/libs/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

input,
textarea,
[contenteditable=true] {
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
}

html,
button,
input,
div {
  font-family: "Noto Sans", sans-serif;
}

input[type=color] {
  -webkit-appearance: none;
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type=color]::-webkit-color-swatch {
  border: none;
}

.Root {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  font-family: "Noto Sans", sans-serif;
}

.App {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.MainPageUI {
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.MainPageUI-LoadingModelFeatureUI {
  position: absolute;
  top: 56px;
  left: 312px;
  width: 40px;
  height: 40px;
}

.MainPageUI-Controls {
  position: absolute;
  top: 4px;
  left: 204px;
  height: 42px;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background-color: #ffffff;
  border-radius: 6px;
  pointer-events: auto;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
}

.MainPageUI-Controls_divider {
  padding: 7px 0;
}

.MainPageUI-Controls_divider::before {
  display: block;
  height: 16px;
  width: 1px;
  content: "";
  background-color: #dfdfdf;
}

.MainPageUI-NotificationsWidgetUI {
  position: absolute;
  left: 54px;
  bottom: 8px;
  width: 264px;
  min-height: 442px;
}

.MainPageUI-ViewHelperFeatureUI {
  position: absolute;
  bottom: 8px;
  right: 260px;
  width: 64px;
  height: 64px;
}

.MainPageUI-ProjectMenuWidgetUI {
  position: absolute;
  top: 4px;
  left: 8px;
}

.MainPageUI-MaterialLibWidgetUI {
  position: absolute;
  top: 56px;
  right: 264px;
  width: 264px;
  height: 550px;
  overflow-y: auto;
}
.MainPageUI-MaterialLibWidgetUI.EventOpened {
  right: 536px;
}

.MainPageUI-MaterialEditWidgetUI {
  position: absolute;
  top: 56px;
  right: 264px;
  width: 264px;
  height: 550px;
  overflow-y: auto;
}
.MainPageUI-MaterialEditWidgetUI.LibOpened {
  right: 536px;
}
.MainPageUI-MaterialEditWidgetUI.EventOpened {
  right: 536px;
}
.MainPageUI-MaterialEditWidgetUI.EventOpened.LibOpened {
  right: 808px;
}

.MainPageUI-MaterialPreviewWidgetUI {
  position: absolute;
  top: 406px;
  right: 536px;
  width: 264px;
}
.MainPageUI-MaterialPreviewWidgetUI.LibOpened {
  right: 808px;
}
.MainPageUI-MaterialPreviewWidgetUI.EventOpened {
  right: 808px;
}
.MainPageUI-MaterialPreviewWidgetUI.EventOpened.LibOpened {
  right: 1080px;
}

.MainPageUI-EventEditWidgetUI {
  position: absolute;
  top: 56px;
  right: 264px;
  width: 264px;
  height: 550px;
  overflow-y: auto;
}

.MainPageUI-ContactEditWidgetUI {
  position: absolute;
  top: 56px;
  right: 264px;
  width: 264px;
  height: 550px;
  overflow-y: auto;
}
.MainPageUI-ContactEditWidgetUI.EventOpened {
  right: 536px;
}

.MainPageUI-CollaborativeWidgetUI {
  position: absolute;
  top: 4px;
  right: 238px;
}

.MainPageUI-SplashScreenSettingsWidgetUI {
  position: absolute;
  bottom: 8px;
  right: 264px;
  z-index: 110;
}

.MainPageUI-SceneEnvironmentTextureLibWidgetUI {
  position: absolute;
  z-index: 101;
}

.MainPageUI-PublishWidget {
  position: absolute;
  top: 4px;
  right: 8px;
}.ProjectMenuFeatureUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2px;
  position: relative;
  width: 188px;
  min-height: 42px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0px 0px 15px 0px rgba(23, 26, 83, 0.1019607843);
  border-radius: 6px;
  font-family: "Noto Sans";
  background-color: #ffffff;
}

.ProjectMenuFeatureUI-IconUI-Icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  width: 45px;
  background: none;
  border: none;
}
.ProjectMenuFeatureUI-IconUI-Icon svg,
.ProjectMenuFeatureUI-IconUI-Icon a {
  height: 30px;
  width: 30px;
}

.ProjectMenuFeatureUI-Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12px;
  font-weight: 600;
  color: #304065;
  width: 62px;
}
.ProjectMenuFeatureUI-Text p {
  height: 23px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.ProjectMenuFeatureUI-Text::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  background-color: #eeeeee;
  left: -18%;
}
.ProjectMenuFeatureUI-Text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  background-color: #eeeeee;
  right: -18%;
}

.ProjectMenuFeatureUI-IconUI-Burger {
  width: 22.5px;
  height: 22.5px;
  cursor: pointer;
}
.ProjectMenuFeatureUI-IconUI-Burger:hover path {
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  fill: #3c6eb8;
}

._active path {
  fill: #3c6eb8;
}.SubMenuItemUI {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
  font-family: "Noto Sans";
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  min-height: 32px;
  cursor: pointer;
}
.SubMenuItemUI:hover {
  background: rgba(56, 171, 255, 0.1019607843);
}

.SubMenuItemUI-Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px;
  gap: 4px;
  white-space: nowrap;
  min-height: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  cursor: pointer;
}

.SubMenuItemUI-IconUI-Icon {
  width: 16px;
  height: 16px;
  visibility: hidden;
}

._selected {
  visibility: visible;
}

.SubMenuItemUI-IconUI-Arrow {
  width: 5px;
  height: 8px;
  margin-left: 15px;
}

.SubMenuItemUI-IconUI-Arrow path {
  fill: #37313a;
}

.SubMenuItemUI-SubMenu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 4px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(23, 26, 83, 0.1019607843);
  z-index: 104;
  left: 105%;
  top: -5px;
  list-style-type: none;
}

.SubMenuItemUI-LastCategoryItem::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 34px;
  left: 0;
  height: 1px;
  background: #eeeeee;
}
.SubMenuItemUI-LastCategoryItem:last-child::after {
  display: none;
}.MenuItemUI {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px;
  border-radius: 4px;
  font-family: "Noto Sans", sans-serif;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  min-height: 32px;
  cursor: pointer;
}
.MenuItemUI:hover {
  background: rgba(56, 171, 255, 0.1019607843);
}
.MenuItemUI:last-child::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: -2px;
  left: 0;
  height: 1px;
  background: #eeeeee;
}

.MenuItemUI-Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.MenuItemUI-IconUI-Icon {
  width: 16px;
  height: 16px;
}

.MenuItemUI-IconUI-Arrow {
  width: 5px;
  height: 8px;
}

.MenuItemUI-IconUI-Arrow path {
  fill: #37313a;
}

.MenuItemUI-SubMenu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 4px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(23, 26, 83, 0.1019607843);
  z-index: 104;
  left: 210px;
  top: -5px;
  list-style-type: none;
}.MenuFeatureUI {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 210px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 4px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0px 4px 4px 0px rgba(23, 26, 83, 0.1019607843);
  z-index: 104;
  left: 72%;
  top: 45px;
  list-style-type: none;
}.AvatarUI {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50%;
  background-color: #3c6eb8;
  color: #ffffff;
  cursor: pointer;
}

.AvatarUI-Image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.AvatarUI-Name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}.MenuUI {
  position: relative;
}

.MenuUI-Trigger {
  width: 100%;
  cursor: pointer;
}

.MenuUI-Divider {
  border-top: 1px solid var(--Secondary-EEEEEE, #eee);
}

.MenuUI-Options {
  position: fixed;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 312px;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1);
  background: #ffffff;
  opacity: 0;
  z-index: 102;
  overflow-y: auto;
  -webkit-transition: height 0.3s ease, margin 0.3s ease, opacity 0.3s ease;
  transition: height 0.3s ease, margin 0.3s ease, opacity 0.3s ease;
}
.MenuUI-Options::-webkit-scrollbar {
  width: 5px;
}
.MenuUI-Options::-webkit-scrollbar-track {
  background: transparent;
}
.MenuUI-Options::-webkit-scrollbar-thumb {
  background: rgba(56, 171, 255, 0.1019607843);
  border-radius: 10px;
}
.MenuUI-Options_Opened {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
}
.MenuUI-Options_Opened > .MenuUI-Option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.MenuUI-Option {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  min-width: 80px;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
  cursor: pointer;
}
.MenuUI-Option .MenuUI-Text {
  padding: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.MenuUI-Option.color:hover {
  color: #3c6eb8;
}

.MenuUI-Option.background:hover,
.MenuUI-Option.background.MenuUI-Option_Active {
  background-color: rgba(56, 171, 255, 0.1019607843);
}

.MenuUI-Submenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px;
  cursor: pointer;
}.TooltipUI {
  position: absolute;
  font-family: "Noto Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  background: #ffffff;
  color: #6d6d6d;
  border-radius: 6px;
  padding: 4px 8px;
  white-space: nowrap;
  z-index: 105;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1);
}
.TooltipUI.top {
  top: 0;
}
.TooltipUI.right {
  left: 46px;
}
.TooltipUI.bottom {
  bottom: -32px;
}
.TooltipUI.left {
  right: 0;
}

.TooltipUI-Text {
  pointer-events: none;
}
.TooltipUI-Text .MenuUI-Option {
  min-width: 20px;
  padding: 4px 8px;
  font-family: "Noto Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background: #ffffff;
  color: #6d6d6d;
}

.TooltipUI-Container {
  position: relative;
}
.TooltipUI-Container .TooltipUI {
  display: none;
  left: auto;
  margin-top: 4px;
}
.TooltipUI-Container:hover .TooltipUI {
  display: block;
}.CollaborativeWidgetUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 42px;
  padding: 4px 7px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
  background-color: #fafafa;
}

.CollaborativeWidgetUI-Arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 4px 8px 8px;
  margin-left: 6px;
  cursor: pointer;
}
.CollaborativeWidgetUI-Arrow > svg {
  height: 8px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.CollaborativeWidgetUI-Arrow_collapsed > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.CollaborativeWidgetUI-Avatar:hover {
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.CollaborativeWidgetUI-Users {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.CollaborativeWidgetUI-Users_collapsed > .CollaborativeWidgetUI-Collaborative {
  position: absolute;
  right: 0;
}
.CollaborativeWidgetUI-Users_collapsed > .CollaborativeWidgetUI-User {
  position: absolute;
}
.CollaborativeWidgetUI-Users_collapsed > .CollaborativeWidgetUI-User > .CollaborativeWidgetUI-Avatar {
  border: 2px solid #fafafa;
  border-radius: 50%;
}
.CollaborativeWidgetUI-Users_collapsed > .CollaborativeWidgetUI-User:first-child {
  left: 0;
}
.CollaborativeWidgetUI-Users_collapsed > .CollaborativeWidgetUI-User:nth-child(2) {
  left: 12px;
}
.CollaborativeWidgetUI-Users_collapsed > .CollaborativeWidgetUI-User:nth-child(3) {
  left: 24px;
}
.CollaborativeWidgetUI-Users_collapsed > .CollaborativeWidgetUI-User:nth-child(4) {
  left: 36px;
}

.CollaborativeWidgetUI-User {
  position: relative;
  width: 26px;
  height: 26px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.CollaborativeWidgetUI-More {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid #eeeeee;
  font-size: 9px;
  font-weight: 500;
  color: #3c6eb8;
  background-color: #ffffff;
}

.CollaborativeWidgetUI-Collaborative {
  position: relative;
}
.CollaborativeWidgetUI-Collaborative .MenuUI-Option {
  padding: 6px 10px;
}

.CollaborativeWidgetUI-Dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 4px;
  border-radius: 25px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  -webkit-transition: border 0.3s ease, background-color 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease;
}
.CollaborativeWidgetUI-Dropdown > svg {
  height: 8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.CollaborativeWidgetUI-Dropdown > svg > path {
  fill: #b4b7bb;
}
.CollaborativeWidgetUI-Dropdown:hover {
  border: 1px solid #4c81f7;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 171, 255, 0.1)), to(rgba(56, 171, 255, 0.1))), #fff;
  background: linear-gradient(0deg, rgba(56, 171, 255, 0.1) 0%, rgba(56, 171, 255, 0.1) 100%), #fff;
}
.CollaborativeWidgetUI-Dropdown:hover > svg > path {
  fill: #4c81f7;
}

.CollaborativeWidgetUI-DropdownArrow_Opened {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.CollaborativeWidgetUI-Option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  cursor: default;
}
.CollaborativeWidgetUI-Option:hover .CollaborativeWidgetUI-Option-Menu {
  opacity: 1;
}
.CollaborativeWidgetUI-Option-UserInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}
.CollaborativeWidgetUI-Option-Dropdown {
  position: relative;
}
.CollaborativeWidgetUI-Option-Menu {
  height: 14px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.CollaborativeWidgetUI-Option-Menu path {
  fill: #38abff;
}

.CollaborativeWidgetUI-Button {
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid #38abff;
  background-color: #ffffff;
}.ButtonUI_theme_primary {
  border-radius: 6px !important;
  background-color: #3c6eb8 !important;
}.ButtonUI_theme_secondary {
  background-color: #d7eeff !important;
}.ButtonUI_theme_tertiary {
  color: #3c6eb8;
  border-radius: 6px;
  border: 1px solid rgba(56, 171, 255, 0.1019607843);
  background: rgba(56, 171, 255, 0.1019607843);
  height: 28px;
  padding: 6px 8px;
}.ButtonUI_form_round {
  overflow: hidden;
  border-radius: 100%;
}.ButtonUI {
  cursor: pointer;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background-color: #ffffff;
}
.ButtonUI:disabled {
  cursor: default;
}.ButtonUI_theme_disabled {
  color: #b4b7bb;
  background-color: #eeeeee;
}.ButtonUI_theme_quaternary {
  border-radius: 6px !important;
  background-color: #38abff !important;
}.ScenesList {
  position: absolute;
  pointer-events: auto;
  padding-bottom: 34px;
}
.ScenesList_dropZone {
  padding-bottom: 68px;
}

.ScenesList-TabsUI {
  width: 100%;
  height: 100%;
  background-color: #ffffff !important;
}

.ScenesList-IconUI {
  margin: 9px 0;
}.TabsUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fafafa;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.TabsUI_reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.TabsUI-Controls {
  display: grid;
}

.TabsUI-Control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #b4b7bb;
  fill: #b4b7bb;
}

.TabsUI-Control_active {
  color: #3c6eb8;
  fill: #3c6eb8;
}

.TabsUI-Control_border::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 16px;
  width: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #dfdfdf;
}

.TabsUI-Divider {
  border-top: 1px solid #eeeeee;
}

.TabsUI-Content {
  overflow: auto;
}

.TabsUI-Content.TabsUI-Content_Scrolling::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
}

.TabsUI-Content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-top-right-radius: 6px;
}

.TabsUI-Content::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
  opacity: 0.1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}.ScenesFeatureUI {
  width: 100%;
  height: 100%;
}

.ScenesFeatureUI-Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 6px 9px 15px;
  border-bottom: 1px solid #dfdfdf;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.ScenesFeatureUI-Title {
  color: #37313a;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.ScenesFeatureUI-Buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.ScenesFeatureUI-ButtonUI {
  width: 30px;
  height: 30px;
}

.ScenesFeatureUI-ButtonUI_margin_right {
  margin-right: 6px;
}

.ScenesFeatureUI-ButtonUI_size_small {
  width: 24px;
  height: 24px;
}

.ScenesFeatureUI-ViewSwitcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  background-color: #ffffff;
}

.ScenesFeatureUI-ButtonUI_size_small.ButtonUI_theme_secondary {
  background-color: rgba(56, 171, 255, 0.1019607843);
}

.ScenesFeatureUI-IconUI {
  width: 12px;
  height: 12px;
  fill: #b4b7bb;
}

.ScenesFeatureUI-IconUI_size_small {
  width: 10px;
  height: 10px;
}

.ScenesFeatureUI-IconUI_fill_ffffff {
  fill: #ffffff;
}

.ScenesFeatureUI-IconUI_fill_38abff {
  fill: #38abff;
}

.ScenesFeatureUI-PopupText {
  width: 78px;
  height: 34px;
  padding: 4px 8px;
  color: #6d6d6d;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}

.ScenesFeatureUI-Wrapper {
  width: 100%;
  height: calc(100% - 50px);
  overflow: auto;
}

.ScenesFeatureUI-Wrapper.ScenesFeatureUI-Wrapper_Scrolling::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
}

.ScenesFeatureUI-Wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-top-right-radius: 6px;
}

.ScenesFeatureUI-Wrapper::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
  opacity: 0.1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.ScenesFeatureUI-PopupUI {
  position: fixed !important;
}

.ScenesFeatureUI-PopupMenu {
  width: 174px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ScenesFeatureUI-PopupGroup {
  display: grid;
  grid-template-columns: 16px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 6px 0 6px 10px;
  cursor: pointer;
  color: #37313a;
  fill: #37313a;
}

.ScenesFeatureUI-PopupGroup:hover {
  background-color: rgba(56, 171, 255, 0.1019607843);
  color: #38abff;
  fill: #38abff;
}

.ScenesFeatureUI-PopupGroup:last-child:hover {
  color: #f04847;
  fill: #f04847;
}

.ScenesFeatureUI-PopupGroup_disabled {
  cursor: not-allowed;
  opacity: 0.5;
  color: #6d6d6d;
  fill: #6d6d6d;
}

.ScenesFeatureUI-PopupGroup_disabled:hover {
  background-color: transparent;
  color: #6d6d6d;
  fill: #6d6d6d;
}

.ScenesFeatureUI-PopupGroup_disabled:last-child:hover {
  background-color: transparent;
  color: #6d6d6d;
  fill: #6d6d6d;
}

.ScenesFeatureUI-PopupGroup_border_top {
  border-top: 1px solid #dfdfdf;
}

.ScenesFeatureUI-PopupData {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.ScenesFeatureUI-PopupIcon {
  margin: auto;
  width: 14px;
  height: 14px;
}

.ScenesFeatureUI-PopupIcon_size_small {
  width: 8px;
  height: 8px;
}

.ScenesFeatureUI-SpacesHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 6px 4px 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ScenesFeatureUI-SpacesHeader_text {
  height: 22px;
  color: #6d6d6d;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ScenesFeatureUI-SpacesHeader_icon {
  padding: 0 7px;
  cursor: pointer;
}
.ScenesFeatureUI-SpacesHeader_icon svg {
  width: 10px;
  height: 10px;
  fill: #6d6d6d;
}
.ScenesFeatureUI-SpacesHeader_icon:hover svg {
  fill: #38abff;
}

.ScenesFeatureUI-SpacesHeader,
.ScenesFeatureUI-Space {
  resize: none;
  outline: none;
  width: 100%;
}.DraggableUI-Element {
  cursor: -webkit-grab;
  cursor: grab;
}

.DraggableUI-Wrapper {
  width: 100%;
  height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.DraggableUI-Draggable {
  width: 100%;
  height: 1px;
}

.DraggableUI-Draggable_active {
  background-color: #38abff;
}.SceneEntityUI {
  position: relative;
  height: 47px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 9px 0 0 10px;
}
.SceneEntityUI:hover {
  background-color: rgba(56, 171, 255, 0.1019607843);
}
.SceneEntityUI:hover .SceneEntityUI-Name {
  color: #38abff;
}

.SceneEntityUI_grid {
  height: auto;
  padding: 12px 17px 10px 17px;
}

.SceneEntityUI_active {
  background-color: rgba(56, 171, 255, 0.1019607843);
}

.SceneEntityUI-MainLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 6px;
  left: -6px;
  cursor: pointer;
}

.SceneEntityUI-PopupMenu {
  padding: 4px 8px;
  color: #6d6d6d;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
}

.SceneEntityUI-InputUI {
  width: 194px;
  height: 22px;
  padding: 0 4px;
  -webkit-transform: translateX(-5px) translateY(-4px);
          transform: translateX(-5px) translateY(-4px);
}

.SceneEntityUI-Name {
  width: 184px;
  height: 14px;
  color: #37313a;
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 7px;
}

.SceneEntityUI-Name_active {
  color: #38abff;
}

.SceneEntityUI-Trigger {
  color: #b4b7bb;
  font-family: "Noto Sans";
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.SceneEntityUI-MenuIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 16px;
  right: 4px;
  cursor: pointer;
}

.SceneEntityUI-IconUI {
  width: 14px;
  height: 14px;
  fill: #38abff;
}

.SceneEntityUI-IconUI_size_small {
  width: 12.5px;
  height: 12.5px;
}

.SceneEntityUI-Group {
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 116px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
  overflow: hidden;
}

.SceneEntityUI-Image {
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.SceneEntityUI-ImageLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-family: "Noto Sans";
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  background-color: #38abff;
}.PopupUI {
  position: absolute;
  z-index: 1000;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
  overflow: hidden;
}.InputUI_type_text {
  resize: none;
  border: 1px solid #eeeeee;
  outline: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #37313a;
}
.InputUI_type_text::-webkit-input-placeholder {
  font-family: "Noto Sans", sans-serif;
}
.InputUI_type_text::-moz-placeholder {
  font-family: "Noto Sans", sans-serif;
}
.InputUI_type_text:-ms-input-placeholder {
  font-family: "Noto Sans", sans-serif;
}
.InputUI_type_text::-ms-input-placeholder {
  font-family: "Noto Sans", sans-serif;
}
.InputUI_type_text::placeholder {
  font-family: "Noto Sans", sans-serif;
}.InputUI_type_file {
  position: relative;
  border: none;
}

.InputUI-Label {
  cursor: pointer;
}

.InputUI-File {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}.InputUI_type_range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  border: none;
  text-align: end;
}

.InputUI-Label_type_range {
  text-align: start;
  min-width: 20px;
}

.InputUI-Value_type_range {
  min-width: 35px;
}

.InputUI-Range_type_range {
  width: 100%;
  --primary-color: #3c6eb8;
  --fill-color: var(--primary-color);
  --progress-background: #dfdfdf;
  --progress-radius: 20px;
  --track-height: 5px;
  --thumb-size: 13px;
  --thumb-color: #3c6eb8;
  --value-a: Clamp(
    var(--min),
    var(--value, 0),
    var(--max)
  );
  --value-b: var(--value, 0);
  --text-value-a: var(--text-value, '');
  --completed-a: calc(
    (var(--value-a) - var(--min)) / (var(--max) - var(--min)) * 100
  );
  --completed-b: calc(
    (var(--value-b) - var(--min)) / (var(--max) - var(--min)) * 100
  );
  --ca: Min(var(--completed-a), var(--completed-b));
  --cb: Max(var(--completed-a), var(--completed-b));
  display: inline-block;
  height: max(var(--track-height), var(--thumb-size));
  position: relative;
  z-index: 1;
}
.InputUI-Range_type_range > input {
  -webkit-appearance: none;
  width: 100%;
  height: var(--thumb-size);
  margin: 0;
  position: absolute;
  left: 0;
  top: calc(50% - max(var(--track-height), var(--thumb-size)) / 2 + var(--flip-y, -1));
  outline: none;
  background: none;
}
.InputUI-Range_type_range > input:not(:only-of-type) {
  pointer-events: none;
}
.InputUI-Range_type_range > input::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  -webkit-transform: var(--thumb-transform);
          transform: var(--thumb-transform);
  border-radius: var(--thumb-radius, 50%);
  background: var(--thumb-color);
  border: none;
  pointer-events: auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: -webkit-pointer;
  cursor: pointer;
}
.InputUI-Range_type_range > input::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  transform: var(--thumb-transform);
  border-radius: var(--thumb-radius, 50%);
  background: var(--thumb-color);
  border: none;
  pointer-events: auto;
  -moz-transition: 0.1s;
  transition: 0.1s;
  cursor: -webkit-pointer;
  cursor: pointer;
}
.InputUI-Range_type_range > input::-ms-thumb {
  appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  transform: var(--thumb-transform);
  border-radius: var(--thumb-radius, 50%);
  background: var(--thumb-color);
  border: none;
  pointer-events: auto;
  -ms-transition: 0.1s;
  transition: 0.1s;
  cursor: -webkit-pointer;
  cursor: pointer;
}
.InputUI-Range_type_range > input:only-of-type ~ .InputUI-Progress_type_range {
  --clip-start: 0;
}

.InputUI-Progress_type_range {
  --start-end: 0;
  --clip-end: calc(100% - (var(--cb)) * 1%);
  --clip-start: calc(var(--ca) * 1%);
  --clip: inset(-20px var(--clip-end) -20px var(--clip-start));
  position: absolute;
  left: var(--start-end);
  right: var(--start-end);
  top: calc(var(--thumb-size) / 2 - var(--track-height) / 2);
  height: calc(var(--track-height));
  background: var(--progress-background, #eee);
  pointer-events: none;
  z-index: -1;
  border-radius: var(--progress-radius);
}
.InputUI-Progress_type_range::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  clip-path: var(--clip);
  top: 0;
  bottom: 0;
  background: var(--fill-color, black);
  -webkit-box-shadow: var(--progress-flll-shadow);
          box-shadow: var(--progress-flll-shadow);
  z-index: 1;
  border-radius: inherit;
}.InputUI-Wrapper_type_select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.InputUI_type_select {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  font-weight: 500;
  line-height: normal;
  padding: 9.5px 0 9.5px 11px;
  background-color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.InputUI-Select_type_select {
  border: none;
  padding: 0;
  outline: none;
  color: inherit;
  width: 100%;
  cursor: pointer;
  font-weight: 500;
}

.InputUI-Arrow_type_select {
  -webkit-transform: translateX(calc(-9px - 50%)) rotate(-90deg);
          transform: translateX(calc(-9px - 50%)) rotate(-90deg);
  width: 9px;
  height: 12px;
  cursor: pointer;
}

.InputUI-Arrow_closed {
  -webkit-transform: translateX(calc(-9px - 50%)) rotate(90deg);
          transform: translateX(calc(-9px - 50%)) rotate(90deg);
}

.InputUI-List_type_select {
  z-index: 2;
  position: absolute;
  -webkit-transform: translateY(-1.4em);
          transform: translateY(-1.4em);
  margin-top: -10px;
  padding: 10px 0 0;
  border-top: 0;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #eeeeee;
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
}

.InputUI-List_closed {
  display: none;
}

.InputUI-Option_type_select {
  padding: 5.5px 12px;
  text-transform: unset;
  cursor: pointer;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}.InputUI-Wrapper {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  max-width: 66px;
  min-width: 62px;
}

.InputUI-Focus {
  border: 1px solid #38abff;
}

.InputUI-Coordinate {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 6px;
  cursor: ew-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 14px;
  min-height: 14px;
  color: #b4b7bb;
}

.InputUI-Input {
  border: none;
  width: 100%;
  outline: 0;
  padding: 4px 6px 4px 24px;
  text-align: end;
}
.InputUI-Input::-webkit-inner-spin-button, .InputUI-Input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.InputUI-Prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4px;
}

.InputUI-Postfix {
  padding-right: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #b4b7bb;
}

.InputUI-Icon {
  position: absolute;
  z-index: 2;
  left: -2px;
}

._cursor {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: ew-resize;
}

._pointer_events {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}.InputUI-Input_search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  min-height: 30px;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  margin: 6px;
  padding: 8px;
  overflow: hidden;
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 12px;
}

::-webkit-search-cancel-button {
  display: none;
}

.InputUI-Search_Icon {
  position: absolute;
  top: 20%;
  right: 10px;
  width: 16px;
  height: 16px;
}
.InputUI-Search_Icon svg {
  width: 16px;
  height: 16px;
}

.InputUI-Search {
  width: 100%;
  border: none;
  height: 15px;
  margin-right: 15px;
}
.InputUI-Search:focus {
  border: none;
  outline: none;
}

.InputUI-IconUI-Icon_close {
  cursor: pointer;
}.InputUI-NumberInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans";
  width: 100px;
  height: 23px;
}

.InputUI-Label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}

.InputUI-NumberContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  gap: 6px;
}

.InputUI-Number {
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 54px;
  text-align: right;
}
.InputUI-Number:focus {
  outline: none;
}
.InputUI-Number::-webkit-inner-spin-button, .InputUI-Number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.InputUI-NumberUnit {
  font-size: 11px;
  margin-right: 10px;
  color: #b4b7bb;
}

.InputUI-ControlBtns {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 4px;
  right: 3px;
}

.InputUI-ControlBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  border: none;
  background: none;
}

.InputUI-ControlBtnIcon {
  width: 8px;
  height: 8px;
}
.InputUI-ControlBtnIcon path {
  fill: #eeeeee;
}.InputUI-Color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans", sans-serif;
}

.InputUI-ColorContainer {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  padding: 4px 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}

input[type=color].InputUI-ColorBox {
  width: 14px;
  height: 14px;
  border: 1px solid #eeeeee;
  cursor: pointer;
}

.InputUI-ColorInput {
  border: none;
  max-width: 60px;
  font-size: 12px;
  font-weight: 400;
}
.InputUI-ColorInput:focus {
  outline: none;
}.Space {
  padding: 4px 6px 4px 8px;
  color: #37313a;
}
.Space-Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  position: relative;
  cursor: pointer;
}
.Space-Header_hover, .Space-Header_active {
  color: #38abff;
}
.Space-Header_hover .Space-Header_arrow svg path, .Space-Header_active .Space-Header_arrow svg path {
  fill: #38abff;
}
.Space-Header_active .Space-Header_icons svg path {
  stroke: #38abff;
}
.Space-Header_active .Space-MenuIcon svg path {
  fill: #38abff;
  stroke: none;
}
.Space-Header_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.Space-Header_text {
  width: 100%;
}
.Space-Header_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Space-Header_icons svg path {
  stroke: #b4b7bb;
}
.Space-Header_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.Space-Header_arrow_opened {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.Space-Header_icon {
  margin: 6px 7px;
}
.Space-Scene {
  padding: 0 4px 0 7px;
}
.Space-Scene_grid {
  padding: 0;
}
.Space-MenuIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px;
}
.Space-MenuIcon svg path {
  fill: #b4b7bb;
  stroke: none;
}
.Space-Input {
  width: 100%;
}.MenuPopup {
  position: fixed;
}.SpaceSettings {
  position: absolute;
  pointer-events: auto;
  padding-bottom: 34px;
}
.SpaceSettings .SelectUI-Container {
  color: #37313a;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.SpaceSettings_dropZone {
  padding-bottom: 68px;
}

.SpaceSettings-TabsUI {
  width: 100%;
  height: 100%;
  padding: 0 6px;
  background-color: #ffffff;
}

.SpaceSettings-Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 16px 5px;
}

.SpaceSettings-Text {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.SpaceSettings-Content {
  padding: 0 16px;
}

.SpaceSettings-Divider {
  border-bottom: 1px solid #eeeeee;
  margin: 0 -13px 0 -24px;
}

.SpaceSettings-Divider-Blue-Small {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgba(56, 171, 255, 0.2);
}

.SpaceSettings-DropdownContainerUI {
  padding: 13px 0 16px 0;
}

.SpaceSettings-DropdownHeader {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: normal;
  color: #37313a;
  font-size: 14px;
}.DropdownContainerUI {
  resize: none;
  outline: none;
  width: 100%;
}

.DropdownContainerUI-Header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.DropdownContainerUI-HeaderDropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
}

.DropdownContainerUI-Menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.DropdownContainerUI-MenuIcon {
  height: 16px;
  cursor: pointer;
}
.DropdownContainerUI-MenuIcon path {
  fill: #dfdfdf;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.DropdownContainerUI-MenuIcon:hover path {
  fill: #3c6eb8;
}
.DropdownContainerUI-MenuIcon_Active path {
  fill: #3c6eb8;
}

.DropdownContainerUI-Header_stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.DropdownContainerUI-Arrow {
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  margin-right: 4px;
}

.DropdownContainerUI-Arrow_opened {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.DropdownContainerUI-Arrow_stretch {
  margin-right: -16px;
}

.DropdownContainerUI-Children_closed {
  display: none;
}.MoveMenu-DragZone_container {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  border-radius: 6px;
  overflow: hidden;
  pointer-events: none;
}

.MoveMenu-DragZone {
  height: 34px;
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #eeeeee;
  background-color: #f8f8f8;
  pointer-events: none;
}

.MoveMenu-DragZone-Buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.MoveMenu-DragZone-Point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 100%;
}

.MoveMenu-DragZone-Point_line {
  width: 100%;
  height: 6px;
  background-color: #dfdfdf;
  border-radius: 31px;
  pointer-events: auto;
  cursor: -webkit-grab;
  cursor: grab;
}
.MoveMenu-DragZone-Point_line:hover {
  background-color: #4c74f6;
}

.Point_line_dragMove {
  background-color: #4c74f6;
}

.MoveMenu-Btn {
  pointer-events: auto;
}.HoverButton {
  background-color: transparent;
}

.HoverButton_active {
  fill: #38abff;
  background-color: rgba(56, 171, 255, 0.1019607843);
}

.HoverButton-Icon_active path {
  fill: #38abff;
}

.HoverButton-Icon_hover path {
  fill: #38abff;
}

.HoverButton-Icon_disabled,
.HoverButton_disabled {
  fill: #b4b7bb;
}.HoverButton-Icon_theme_secondary path {
  fill: #b4b7bb;
}

.HoverButton_theme_secondary_active {
  fill: #4c74f6;
  background-color: #4c74f6;
}

.HoverButton-Icon_theme_secondary_active path {
  fill: #4c74f6;
}

.HoverButton-Icon_theme_secondary_hover path {
  fill: #4c74f6;
}.DropMenu-Controls {
  display: grid;
  width: 248px;
  height: 34px;
  border-top: solid 1px #eeeeee;
  background-color: #ffffff;
  z-index: 1;
}
.DropMenu-Controls_position_left {
  position: absolute;
  left: 56px;
  right: auto;
  bottom: 42px;
}
.DropMenu-Controls_position_right {
  position: absolute;
  right: 8px;
  left: auto;
  bottom: 42px;
}

.DropMenu-Control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #b4b7bb;
  fill: #b4b7bb;
  pointer-events: auto;
  cursor: pointer;
}
.DropMenu-Control_active svg path {
  fill: #38abff;
}

.DropMenu-Control:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 16px;
  width: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #dfdfdf;
}.DropZoneUI {
  z-index: 3;
  background-color: rgba(56, 171, 255, 0.1019607843);
  border: dashed 1px transparent;
  border-radius: 4px;
  display: none;
}

.DropZoneUI_active {
  border-color: #38abff;
  display: block;
}

.DropZoneUI_target {
  background-color: rgba(56, 171, 255, 0.2);
}

.drag-menu {
  z-index: 3;
}.DropZoneUI_position_right {
  position: absolute !important;
  top: 56px !important;
  right: 8px !important;
  left: auto !important;
  bottom: 8px !important;
  width: 248px !important;
}.DropZoneUI_position_left {
  position: absolute !important;
  top: 56px !important;
  left: 56px !important;
  right: auto !important;
  bottom: 8px !important;
  width: 248px !important;
}.SceneSettings {
  position: absolute;
  pointer-events: auto;
  padding-bottom: 34px;
}
.SceneSettings .SelectUI-Container {
  color: #37313a;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.SceneSettings_dropZone {
  padding-bottom: 68px;
}

.SceneSettings-TabsUI {
  width: 100%;
  height: 100%;
  padding: 0 6px;
  background-color: #ffffff;
}

.SceneSettings-Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 16px 5px;
}

.SceneSettings-Text {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.SceneSettings-Content {
  padding: 0 16px;
}

.SceneSettings-Divider {
  border-bottom: 1px solid #eeeeee;
  margin: 0 -13px 0 -24px;
}

.SceneSettings-Divider-Blue-Small {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgba(56, 171, 255, 0.2);
}

.SceneSettings-DropdownContainerUI {
  padding: 13px 0 16px 0;
}

.SceneSettings-DropdownHeader {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: normal;
  color: #37313a;
  font-size: 14px;
}

.SceneSettings-SceneInfo {
  margin: 16px 0;
}

.SceneSettings-EnvironmentTextureSettings {
  margin: 16px 0;
}
.SceneSettings-EnvironmentTextureSettings .SceneSettings-TriggerAndToggleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.SceneSettings-EnvironmentTextureSettings .SceneSettings-ChangeSceneEnvironmentImageBasedIntensity {
  margin-top: 8px;
}

.SceneSettings-EnvironmentAmbientSettings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-top: 16px;
}

.SceneSettings-SceneTriggerSettings {
  margin: 16px 0 0 0;
}.ChangeSceneEnvironmentAmbientColor {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}.ChangeSceneEnvironmentAmbientIntensity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.ChangeSceneEnvironmentAmbientIntensity-Input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
}.EyeToggleUI {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
}

.EyeToggleUI-Input {
  display: none;
}

.EyeToggleUI-Indicator {
  width: 24px;
  height: 24px;
}
.EyeToggleUI-Input + .EyeToggleUI-Indicator::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.91931%204.80721C3.03156%206.87426%205.33696%208.2943%208.00056%208.2943C10.6642%208.2943%2012.9696%206.87426%2014.0818%204.80721'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.14177%206.39565L0.571411%208.54978'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.18979%208.07578L4.95215%2011.1927'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.8582%206.39565L15.4286%208.54978'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.80591%208.07578L11.0436%2011.1927'%20stroke='black'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
}
.EyeToggleUI-Input:checked + .EyeToggleUI-Indicator::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.3866%207.99995C10.3866%209.31995%209.31995%2010.3866%207.99995%2010.3866C6.67995%2010.3866%205.61328%209.31995%205.61328%207.99995C5.61328%206.67995%206.67995%205.61328%207.99995%205.61328C9.31995%205.61328%2010.3866%206.67995%2010.3866%207.99995Z'%20stroke='%2337313A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.9999%2013.5133C10.3532%2013.5133%2012.5466%2012.1266%2014.0732%209.72665C14.6732%208.78665%2014.6732%207.20665%2014.0732%206.26665C12.5466%203.86665%2010.3532%202.47998%207.9999%202.47998C5.64656%202.47998%203.45323%203.86665%201.92656%206.26665C1.32656%207.20665%201.32656%208.78665%201.92656%209.72665C3.45323%2012.1266%205.64656%2013.5133%207.9999%2013.5133Z'%20stroke='%2337313A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
}
.EyeToggleUI-Input:not(:disabled):checked .EyeToggleUI-Indicator {
  background: #37313a;
}
.EyeToggleUI-Indicator:disabled {
  cursor: not-allowed;
}.EnableSceneEnvironmentAmbient {
  width: 16px;
  height: 16px;
}.EnableSceneEnvironmentImageBased {
  width: 16px;
  height: 16px;
}.ToggleSceneEnvironmentTextureLib {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  padding: 4px 8px;
  font-size: 12px;
  color: #37313a;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ToggleSceneEnvironmentTextureLib-Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.ToggleSceneEnvironmentTextureLib-Image {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
.ToggleSceneEnvironmentTextureLib_Open {
  border-color: #38abff;
}
.ToggleSceneEnvironmentTextureLib-Arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 12px;
}
.ToggleSceneEnvironmentTextureLib-Arrow_Open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}.SceneInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  color: #37313a;
  font-size: 12px;
}

.SceneInfo-Id,
.SceneInfo-Type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.SceneInfo-Id .SceneInfo-Label,
.SceneInfo-Type .SceneInfo-Label {
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.SceneInfo-Value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SceneInfo-Value:hover {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}.SceneTriggerSettings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.SceneTriggerSettings-TriggerSettings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}.ChangeSceneTriggerSurfaceBindingType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #37313a;
}

.ChangeSceneTriggerSurfaceBindingType-Select {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}.CheckboxUI {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
}

.CheckboxUI-Input {
  display: none;
}

.CheckboxUI-Indicator {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNjgxODIgMEMxLjIwMDY5IDAgMCAxLjIwMDY5IDAgMi42ODE4MlYxMS4zMTgyQzAgMTIuNzk5MyAxLjIwMDY5IDE0IDIuNjgxODIgMTRIMTEuMzE4MkMxMi43OTkzIDE0IDE0IDEyLjc5OTMgMTQgMTEuMzE4MlYyLjY4MTgyQzE0IDEuMjAwNjkgMTIuNzk5MyAwIDExLjMxODIgMEgyLjY4MTgyWk0xIDIuNjgxODJDMSAxLjc1Mjk4IDEuNzUyOTggMSAyLjY4MTgyIDFIMTEuMzE4MkMxMi4yNDcgMSAxMyAxLjc1Mjk4IDEzIDIuNjgxODJWMTEuMzE4MkMxMyAxMi4yNDcgMTIuMjQ3IDEzIDExLjMxODIgMTNIMi42ODE4MkMxLjc1Mjk4IDEzIDEgMTIuMjQ3IDEgMTEuMzE4MlYyLjY4MTgyWiIgZmlsbD0iI0I0QjdCQiIvPgo8L3N2Zz4K");
}
.CheckboxUI-Input:not(:disabled):checked .CheckboxUI-Indicator {
  background: #37313a;
}
.CheckboxUI-Input:checked + .CheckboxUI-Indicator {
  background-image: none;
}
.CheckboxUI-Input:checked + .CheckboxUI-Indicator::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjg1MzYgNy44NTM1NUMxNC4wNDg4IDcuNjU4MjkgMTQuMDQ4OCA3LjM0MTcxIDEzLjg1MzYgNy4xNDY0NUMxMy42NTgzIDYuOTUxMTggMTMuMzQxNyA2Ljk1MTE4IDEzLjE0NjQgNy4xNDY0NUw4LjUgMTEuNzkyOUw2Ljg1MzU1IDEwLjE0NjRDNi42NTgyOSA5Ljk1MTE4IDYuMzQxNzEgOS45NTExOCA2LjE0NjQ1IDEwLjE0NjRDNS45NTExOCAxMC4zNDE3IDUuOTUxMTggMTAuNjU4MyA2LjE0NjQ1IDEwLjg1MzZMOC4xNDY0NSAxMi44NTM2QzguMzQxNzEgMTMuMDQ4OCA4LjY1ODI5IDEzLjA0ODggOC44NTM1NSAxMi44NTM2TDEzLjg1MzYgNy44NTM1NVoiIGZpbGw9IiMzOEFCRkYiLz4KPHBhdGggZD0iTTUuNjgxODIgM0M0LjIwMDY5IDMgMyA0LjIwMDY5IDMgNS42ODE4MlYxNC4zMTgyQzMgMTUuNzk5MyA0LjIwMDY5IDE3IDUuNjgxODIgMTdIMTQuMzE4MkMxNS43OTkzIDE3IDE3IDE1Ljc5OTMgMTcgMTQuMzE4MlY1LjY4MTgyQzE3IDQuMjAwNjkgMTUuNzk5MyAzIDE0LjMxODIgM0g1LjY4MTgyWk00IDUuNjgxODJDNCA0Ljc1Mjk4IDQuNzUyOTggNCA1LjY4MTgyIDRIMTQuMzE4MkMxNS4yNDcgNCAxNiA0Ljc1Mjk4IDE2IDUuNjgxODJWMTQuMzE4MkMxNiAxNS4yNDcgMTUuMjQ3IDE2IDE0LjMxODIgMTZINS42ODE4MkM0Ljc1Mjk4IDE2IDQgMTUuMjQ3IDQgMTQuMzE4MlY1LjY4MTgyWiIgZmlsbD0iIzM4QUJGRiIvPgo8L3N2Zz4K");
}
.CheckboxUI-Indicator:disabled {
  cursor: not-allowed;
}

.CheckboxUI-Label {
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}.SelectUI {
  font-family: "Noto Sans", sans-serif;
}
.SelectUI-CustomSelect {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.SelectUI-CustomSelect .SelectUI-Title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.SelectUI-CustomSelect .SelectUI-Selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 20px;
}
.SelectUI-CustomSelect .SelectUI-Selected_Placeholder {
  color: #b4b7bb;
}
.SelectUI-CustomSelect .SelectUI-OptionContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 20px;
  gap: 4px;
}
.SelectUI-Container {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}
.SelectUI-Container_Open {
  z-index: 1000;
}
.SelectUI-Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 8px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.SelectUI-Header_Layout_ltr {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.SelectUI-Header:hover {
  border-color: #38abff;
}
.SelectUI-Header_Open {
  border-color: #38abff;
}
.SelectUI-HeaderContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SelectUI-Arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 12px;
}
.SelectUI-Arrow_Open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.SelectUI-Options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #38abff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
  z-index: 1001;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 4px;
}
.SelectUI-Options::-webkit-scrollbar {
  width: 4px;
}
.SelectUI-Options::-webkit-scrollbar-track {
  background: #fafafa;
}
.SelectUI-Options::-webkit-scrollbar-thumb {
  background: #b4b7bb;
  border-radius: 2px;
}
.SelectUI-Options::-webkit-scrollbar-thumb:hover {
  background: #eeeeee;
}
.SelectUI-Option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding: 2px 8px;
  gap: 4px;
}
.SelectUI-Option:first-child {
  padding-top: 4px;
}
.SelectUI-Option:last-child {
  padding-bottom: 4px;
}
.SelectUI-Option:hover {
  background-color: #eeeeee;
}
.SelectUI-Option_Selected {
  color: #3c6eb8;
}
.SelectUI-Option_Selected:hover {
  background-color: #eeeeee;
}.ChangeSceneTriggerQR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  font-size: 12px;
  color: #37313a;
}

.ChangeSceneTriggerQR-Input {
  font-size: inherit;
  padding: 4px 8px;
}
.ChangeSceneTriggerQR-Input::-webkit-input-placeholder {
  color: #b4b7bb;
}
.ChangeSceneTriggerQR-Input::-moz-placeholder {
  color: #b4b7bb;
}
.ChangeSceneTriggerQR-Input:-ms-input-placeholder {
  color: #b4b7bb;
}
.ChangeSceneTriggerQR-Input::-ms-input-placeholder {
  color: #b4b7bb;
}
.ChangeSceneTriggerQR-Input::placeholder {
  color: #b4b7bb;
}.UploadLoaderUI {
  border: 2px solid #ffffff;
  border-top: 2px solid #38abff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
.UploadLoaderUI-Container_position_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}.ImageUploadOverlayUI {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 248px;
  height: 136px;
  border-radius: 8px;
  background: #d7eeff;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ImageUploadOverlayUI_dragOver {
  background-color: rgba(56, 171, 255, 0.2);
  border: 2px dashed #38abff;
}
.ImageUploadOverlayUI_loading {
  pointer-events: none;
}

.ImageUploadOverlayUI-Image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ImageUploadOverlayUI-Overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  border-radius: inherit;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  background: rgba(0, 15, 75, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.ImageUploadOverlayUI-Overlay:hover {
  opacity: 1;
}
.ImageUploadOverlayUI-Overlay_dragOver {
  background-color: rgba(56, 171, 255, 0.8);
  opacity: 1;
}
.ImageUploadOverlayUI-Overlay_loading {
  background-color: rgba(0, 15, 75, 0.8);
  opacity: 1;
}

.ImageUploadOverlayUI-Controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ImageUploadOverlayUI-Control {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ImageUploadOverlayUI-Control:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ImageUploadOverlayUI-Control_upload svg {
  color: #38abff;
}
.ImageUploadOverlayUI-Control_delete svg path {
  stroke: #f04847;
}

.ImageUploadOverlayUI-Placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}.ImageUploadOverlayUI_theme_danger {
  background: rgba(240, 72, 71, 0.7);
}.ImageUploadOverlayUI_theme_success {
  background: rgba(6, 183, 128, 0.7);
}.ImageUploadOverlayUI_theme_warning {
  background: rgba(245, 158, 11, 0.7);
}.ImageUploadOverlayUI_theme_zone {
  background: transparent;
  width: 100%;
  height: 100%;
}

.ImageUploadOverlayUI-Placeholder {
  border-radius: 10px;
  border: 1px dashed #38abff;
}

.ImageUploadOverlayUI-ZoneContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 112px;
  padding: 24px 0 17px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
  background: rgba(56, 171, 255, 0.1019607843);
}

.ImageUploadOverlayUI-ZoneContentIcon {
  width: 18px;
  height: 18px;
}
.ImageUploadOverlayUI-ZoneContentIcon path {
  fill: #3c6eb8;
}

.ImageUploadOverlayUI-ZoneContentText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 177px;
  height: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #3c6eb8;
  font-size: 12px;
  text-align: center;
}.ImageUploadOverlayUI_size_small {
  width: 120px;
  height: 80px;
}.ImageUploadOverlayUI_size_large {
  width: 400px;
  height: 300px;
}.ImageUploadOverlayUI_size_avatar {
  width: 80px;
  height: 80px;
}.ImageUploadOverlayUI_size_thumbnail {
  width: 150px;
  height: 200px;
}.ImageUploadOverlayUI_variant_circular {
  border-radius: 50%;
}.ImageUploadOverlayUI_variant_small_radius {
  border-radius: 6px;
}.ImageUploadOverlayUI_variant_large_radius {
  border-radius: 20px;
}.ChangeSceneTriggerImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: #37313a;
}

.ChangeSceneTriggerImage-ImageUploadOverlay {
  max-width: 100%;
  max-height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: #eeeeee;
}

.ChangeSceneTriggerImage-Dimensions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 10px;
}.ChangeSceneTriggerGeo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: #37313a;
}

.ChangeSceneTriggerGeo-Field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ChangeSceneTriggerGeo-Field .ChangeSceneTriggerGeo-Label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.ChangeSceneTriggerGeo-Field .InputUI-Wrapper {
  max-width: 100%;
  height: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}.ChangeSceneTriggerFace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #37313a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ChangeSceneTriggerFace-AnchorPointSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}.ToggleGroupUI-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ToggleGroupUI-Item {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 4px 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ToggleGroupUI-Item svg path {
  fill: #37313a;
}
.ToggleGroupUI-Item.Selected {
  color: #3c6eb8;
  border-color: #3c6eb8;
  background-color: rgba(56, 171, 255, 0.1019607843);
}
.ToggleGroupUI-Item.Selected svg path {
  fill: #3c6eb8;
}

.ToggleGroupUI-Item.NoBorder {
  border: none;
}
.ToggleGroupUI-Item.NoBorder.Selected {
  border-color: none;
}

.ToggleGroupUI-Container .ToggleGroupUI-Item:not(:last-child) {
  margin-right: 2px;
}.ChangeSceneTriggerSurfaceRecognitionAlgorithm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: #37313a;
}

.ChangeSceneTriggerSurfaceRecognitionAlgorithm-ToggleGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.ChangeSceneTriggerSurfaceRecognitionAlgorithm-ToggleGroup > .ToggleGroupUI-Item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.ChangeSceneTriggerType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 10px;
}

.ChangeSceneTriggerType-Select {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-left: 10px;
}

.ChangeSceneTriggerType-Label {
  color: #37313a;
  font-size: 12px;
}.SwitcherUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.SwitcherUI-Title {
  width: 80%;
}

.SwitcherUI-Wrapper {
  width: 36px;
  height: 18px;
  border-radius: 1000px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 2.5px;
  background-color: #dfdfdf;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}

.SwitcherUI-Switcher {
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.SwitcherUI-Wrapper_enabled {
  background-color: #3c6eb8;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}

.SwitherUI-Switcher_enabled {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}.EnableSceneTriggerHints-HintsSwitcher {
  font-size: 12px;
  color: #37313a;
  height: 28px;
}.GridVisibilityToggle-Eye-Toggle {
  margin-left: 10px;
}.ChangeGridTypeToggle-Label {
  font-family: Noto Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
  color: #37313a;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.ChangeGridTypeToggle-ToggleGroup {
  color: #37313a;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}.ChangeSceneBackgroundFeature {
  padding: 16px 0;
}

.ChangeSceneBackgroundFeature-Title {
  color: #37313a;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.ChangeSceneBackgroundFeature-Input-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0;
}
.ChangeSceneBackgroundFeature-Input-Container .ChangeSceneBackgroundFeature-SelectUI {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-left: 10px;
}

.ChangeSceneBackgroundFeature-Label {
  color: #37313a;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}.UnitsFeatureUI {
  padding: 16px 0;
}

.UnitsFeatureUI-Title {
  color: #37313a;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.UnitsFeatureUI-Input-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
}
.UnitsFeatureUI-Input-Container .UnitsFeatureUI-SelectUI {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 10px;
}

.UnitsFeatureUI-Label {
  color: #37313a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  cursor: default;
}.SceneSettingsWidgetUI {
  pointer-events: auto;
  padding-bottom: 34px;
}
.SceneSettingsWidgetUI .SelectUI-Container {
  color: #37313a;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.SceneSettingsWidgetUI_absolute {
  position: absolute;
  top: 56px;
  right: 8px;
  bottom: 8px;
  width: 248px;
}

.SceneSettingsWidgetUI-TabsUI {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.SceneSettingsWidgetUI-Group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin: 12px 0 17px 0;
}

.SceneSettingsWidgetUI-Text {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.SceneSettingsWidgetUI-Content {
  padding: 0 16px 0 24px;
}

.SceneSettingsWidgetUI-Divider {
  border-bottom: 1px solid #eeeeee;
  margin: 0 -13px 0 -24px;
}

.SceneSettingsWidgetUI-Divider-Blue-Small {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgba(56, 171, 255, 0.2);
}

.SceneSettingsWidgetUI-DropdownContainerUI {
  padding: 13px 0 16px 0;
}

.SceneSettingsWidgetUI-DropdownHeader {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: normal;
  color: #37313a;
  font-size: 14px;
}

.SceneSettingsWidgetUI-SceneInfo {
  margin: 16px 0;
}

.SceneSettingsWidgetUI-EnvironmentTextureSettings {
  margin: 16px 0;
}
.SceneSettingsWidgetUI-EnvironmentTextureSettings .SceneSettingsWidgetUI-TriggerAndToggleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.SceneSettingsWidgetUI-EnvironmentTextureSettings .SceneSettingsWidgetUI-ChangeSceneEnvironmentImageBasedIntensity {
  margin-top: 8px;
}

.SceneSettingsWidgetUI-EnvironmentAmbientSettings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-top: 16px;
}

.SceneSettingsWidgetUI-SceneTriggerSettings {
  margin: 16px 0 0 0;
}

.SceneSettingsWidgetUI-ChangeViewModeFeature {
  margin: 12px 0px;
}

.SceneSettingsWidgetUI-EnableARPreload {
  margin: 16px 0 0 0;
}

.SceneSettingsWidgetUI-EnableScenesLock {
  margin: 16px 0 0 0;
}

.SceneSettingsWidgetUI-CurrentLanguage {
  margin: 16px 0 0 0;
}

.SceneSettingsWidgetUI-PromptLanguageOnStartup {
  margin: 8px 0 0 0;
}

.SceneSettingsWidgetUI-EnableSceneRotation {
  margin: 16px 0 0 0;
}

.SceneSettingsWidgetUI-SceneDefaultRotationAxis {
  margin: 8px 0 0 0;
}

.SceneSettingsWidgetUI-GridSettings {
  padding: 16px 0;
}

.SceneSettingsWidgetUI-GridSettings-Title {
  color: #37313a;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.SceneSettingsWidgetUI-ToggleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0;
}
.SceneSettingsWidgetUI-ToggleContainer .ToggleGroupUI-Container {
  margin-left: 10px;
}

.SceneSettingsWidgetUI-AnalyticsCounterPicker {
  margin: 16px 0 0 0;
}

.SceneSettingsWidgetUI-EnableSplashScreenARPreview {
  margin: 16px 0 0 0;
}

.SceneSettingsWidgetUI-OpenSplashScreenSettingsModal {
  margin: 16px 0 0 0;
}

.SceneSettingsWidgetUI-AddProjectDomainName {
  margin: 16px 0 0 0;
}.EnableARPreload {
  font-size: 12px;
  color: #37313a;
  padding-right: 4px;
}

.EnableARPreload-SwitcherUI .SwitcherUI-Title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.EnableARPreload-SwitcherUI .SwitcherUI-Title .MenuUI-Trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.EnableARPreload-SwitcherUI .SwitcherUI-Title .TooltipUI-Text .MenuUI-Option {
  white-space: normal;
  word-wrap: break-word;
  width: 194px;
  text-align: center;
  font-size: 12px;
  color: #37313a;
}
.EnableARPreload-SwitcherUI .SwitcherUI-Title .TooltipUI-Text .MenuUI-Option .MenuUI-Text {
  padding: 0;
}

.EnableARPreload-QuestionIcon {
  cursor: help;
  width: 12px;
  height: 12px;
}.EnableScenesLock {
  font-size: 12px;
  color: #37313a;
}

.EnableScenesLock-SwitcherUI {
  padding-right: 4px;
}.CurrentLanguage {
  font-size: 12px;
  color: #37313a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.CurrentLanguage-SelectHeaderContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: inherit;
}

.CurrentLanguage-SelectOptionContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  color: inherit;
}

.CurrentLanguage-FlagUI {
  width: 20px;
  height: 20px;
  border-radius: 82px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.2px solid #dfdfdf;
  -o-object-fit: cover;
     object-fit: cover;
}

.CurrentLanguage-Label {
  font-size: 12px;
  color: inherit;
}.PromptLanguageOnStartup-SwitcherUI {
  font-size: 12px;
  color: #37313a;
  padding-right: 4px;
}.EnableSceneRotation-SwitcherUI {
  font-size: 12px;
  color: #37313a;
  width: 100%;
  height: 28px;
  padding-right: 4px;
}.SceneDefaultRotationAxis {
  font-size: 12px;
  color: #37313a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.SceneDefaultRotationAxis-ToggleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-right: 4px;
  gap: 10px;
}
.SceneDefaultRotationAxis-ToggleContainer .ToggleGroupUI-Container {
  height: 24px;
  width: 50%;
}
.SceneDefaultRotationAxis-ToggleContainer .ToggleGroupUI-Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 4px 6px;
  margin: 0;
}.AnalyticsCounterPicker-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.AnalyticsCounterPicker-Container .AnalyticsCounterPicker-Select {
  width: 100%;
}
.AnalyticsCounterPicker-Container .AnalyticsCounterPicker-Button.ButtonUI_theme_secondary {
  height: 28px;
  color: #3c6eb8;
  background-color: rgba(56, 171, 255, 0.1019607843);
  border-radius: 6px;
  border: 1px solid rgba(56, 171, 255, 0.1019607843);
  padding: 6px 8px;
  font-size: 12px;
}.AnalyticsCountersList-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.AnalyticsCountersList-Container > :first-child {
  margin-top: 16px;
}.AnalyticsCounterItem-EditForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 248px;
  padding: 16px 4px;
  gap: 16px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0px 0px 15px 0px rgba(23, 26, 83, 0.1019607843);
}

.AnalyticsCounterItem-Divider {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.AnalyticsCounterItem-EditFormHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.AnalyticsCounterItem-EditFormHeaderTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 14px;
  color: #3c6eb8;
}

.AnalyticsCounterItem-EditFormCloseButton {
  background-color: transparent;
}
.AnalyticsCounterItem-EditFormCloseButton svg rect {
  fill: #eeeeee;
}
.AnalyticsCounterItem-EditFormCloseButton svg {
  width: 20px;
  height: 20px;
}

.AnalyticsCounterItem-EditFormContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 16px;
  gap: 4px;
}

.AnalyticsCounterItem-InputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 4px 8px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #eeeeee;
}
.AnalyticsCounterItem-InputWrapper:focus-within {
  outline: none;
  border-color: #38abff;
}

.AnalyticsCounterItem-EditFormInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #37313a;
  font-size: 12px;
  border: none;
  height: 20px;
}
.AnalyticsCounterItem-EditFormInput::-webkit-input-placeholder {
  color: #dfdfdf;
}
.AnalyticsCounterItem-EditFormInput::-moz-placeholder {
  color: #dfdfdf;
}
.AnalyticsCounterItem-EditFormInput:-ms-input-placeholder {
  color: #dfdfdf;
}
.AnalyticsCounterItem-EditFormInput::-ms-input-placeholder {
  color: #dfdfdf;
}
.AnalyticsCounterItem-EditFormInput::placeholder {
  color: #dfdfdf;
}

.AnalyticsCounterItem-InputTrashIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #b4b7bb;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.AnalyticsCounterItem-InputTrashIcon:hover {
  color: #37313a;
}
.AnalyticsCounterItem-InputTrashIcon svg {
  width: 100%;
  height: 100%;
}

.AnalyticsCounterItem-EditFormActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.AnalyticsCounterItem-EditFormButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  padding: 6px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 6px;
  border: 1px solid rgba(56, 171, 255, 0.1019607843);
  background: rgba(56, 171, 255, 0.1019607843);
  color: #3c6eb8;
  font-size: 12px;
}

.AnalyticsCounterItem-EditFormStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
}
.AnalyticsCounterItem-EditFormStatus_connected {
  color: #06b780;
}.AnalyticsCounterItem-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  font-size: 12px;
  color: #37313a;
  border-radius: 4px;
}
.AnalyticsCounterItem-Container > .AnalyticsCounterItem-Actions {
  display: none;
}
.AnalyticsCounterItem-Container > .AnalyticsCounterItem-DangerIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  padding: 1.333px 1.21px 2px 1.21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.AnalyticsCounterItem-Container:hover > .AnalyticsCounterItem-Actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AnalyticsCounterItem-Container:hover > .AnalyticsCounterItem-DangerIcon {
  display: none;
}
.AnalyticsCounterItem-Container:hover {
  color: #3c6eb8;
  background: rgba(56, 171, 255, 0.1019607843);
}

.AnalyticsCounterItem-Icon {
  width: 18px;
  height: 18px;
  color: inherit;
}

.AnalyticsCounterItem-Name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.AnalyticsCounterItem-Actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.AnalyticsCounterItem-EditButton,
.AnalyticsCounterItem-DeleteButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: inherit;
}
.AnalyticsCounterItem-EditButton svg,
.AnalyticsCounterItem-DeleteButton svg {
  color: inherit;
}

.AnalyticsCounterItem-MenuModal .MenuUI-Options {
  border: none;
  background: transparent;
}.EnableSplashScreenARPreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #37313a;
}
.EnableSplashScreenARPreview-Switcher {
  height: 28px;
}.OpenSplashScreenSettingsModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 12px;
  color: #37313a;
}
.OpenSplashScreenSettingsModal-Button {
  width: 100%;
  padding: 6px 8px;
  color: #3c6eb8;
}.AddProjectDomainName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #37313a;
}
.AddProjectDomainName-Input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  padding: 4px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: 12px;
  color: #37313a;
}
.AddProjectDomainName-Input::-webkit-input-placeholder {
  color: #dfdfdf;
}
.AddProjectDomainName-Input::-moz-placeholder {
  color: #dfdfdf;
}
.AddProjectDomainName-Input:-ms-input-placeholder {
  color: #dfdfdf;
}
.AddProjectDomainName-Input::-ms-input-placeholder {
  color: #dfdfdf;
}
.AddProjectDomainName-Input::placeholder {
  color: #dfdfdf;
}.LayersAssets {
  position: absolute;
  pointer-events: auto;
  padding-bottom: 34px;
}
.LayersAssets_dropZone {
  padding-bottom: 68px;
}

.LayersAssets-TabsUI {
  width: 100%;
  height: 100%;
  background-color: #ffffff !important;
}

.LayersAssets-IconUI {
  margin: 9px 0;
}

.LayersAssets-StructureFeature {
  width: 100%;
  height: 100%;
}.StructureFeature-Group {
  width: 100%;
  height: calc(50% - 96px);
  overflow: auto;
}
.StructureFeature-Group .TreeUI-DropdownContainerUI, .StructureFeature-Group .TreeUI-Items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.StructureFeature-Group.StructureFeature-Group_Scrolling::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
}

.StructureFeature-Group::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fafafa;
  border-top-right-radius: 6px;
}

.StructureFeature-Group::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
  opacity: 0.1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.StructureFeature-Header {
  font-family: "Noto Sans";
  font-weight: 600;
  line-height: normal;
  color: #37313a;
  font-size: 15px;
  padding: 15px 20px;
}

.StructureFeature-TreeUI {
  padding: 11px 15px;
}

.StructureFeature-Divider {
  border-top: 1px solid #eeeeee;
}

.StructureFeature-Search {
  margin: 6px 8px;
  width: auto;
}

.StructureFeature-PopupUI {
  position: fixed !important;
}

.StructureFeature-PopupMenu {
  width: 174px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.StructureFeature-PopupGroup {
  display: grid;
  grid-template-columns: 16px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 6px 0 6px 10px;
  cursor: pointer;
  color: #37313a;
  fill: #37313a;
}

.StructureFeature-PopupGroup:hover {
  background-color: rgba(56, 171, 255, 0.1019607843);
  color: #38abff;
  fill: #38abff;
}

.StructureFeature-PopupGroup:last-child:hover {
  color: #f04847;
  fill: #f04847;
}

.StructureFeature-PopupGroup_border_top {
  border-top: 1px solid #dfdfdf;
}

.StructureFeature-PopupData {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.StructureFeature-PopupIcon {
  margin: auto;
  width: 14px;
  height: 14px;
}

.StructureFeature-PopupIcon_size_small {
  width: 8px;
  height: 8px;
}.Layer {
  color: #37313a;
}
.Layer-Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 4px 8px;
  position: relative;
  cursor: pointer;
}
.Layer-Header:hover, .Layer-Header_active {
  background-color: rgba(56, 171, 255, 0.1019607843);
}
.Layer-Header_active {
  color: #38abff;
}
.Layer-Header_active .Layer-Header_icon svg path {
  fill: #38abff;
}
.Layer-Header_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.Layer-Header_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Layer-Header_actions svg path {
  stroke: #b4b7bb;
}
.Layer-Header_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.Layer-Header_arrow svg path {
  fill: #37313a;
}
.Layer-Header_arrow_opened {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.Layer-Header_arrow_hide {
  min-width: 14px;
}
.Layer-Header_arrow_hide svg {
  display: none;
}
.Layer-Header_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
  margin: 4px;
}
.Layer-Header_icon svg path {
  fill: #b4b7bb;
}
.Layer-Input {
  width: 100%;
}.PreviewUI-Image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 106px;
  height: 68px;
  background: #ffffff;
  overflow: hidden;
}

.PreviewUI-Image_active {
  border: 1px solid #38abff;
}

.PreviewUI-IconUI-Image-Icon {
  width: 27px;
  height: 27px;
}
.PreviewUI-IconUI-Image-Icon path {
  fill: rgba(86, 141, 224, 0.8);
}

.PreviewUI-Favorite {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 18px;
  border: 0.818px solid rgba(56, 171, 255, 0.1019607843);
  border-radius: 2px;
  background-color: #ffffff;
  right: 3px;
  top: 2px;
}

.PreviewUI-IconUI-FavoriteIcon {
  width: 9px;
  height: 8px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.PreviewUI-IconUI-FavoriteIcon path {
  stroke: #38abff;
}

.PreviewUI-IconUI-FavoriteIcon_favorited path {
  fill: #38abff;
}

.PreviewUI-Menu {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.818px solid rgba(56, 171, 255, 0.1019607843);
  border-radius: 2px;
  background-color: #ffffff;
  right: 3px;
  bottom: 2.6px;
  width: 18px;
  height: 18px;
}

.PreviewUI-IconUI-KebabIcon {
  width: 12px;
  height: 12px;
}

.PreviewUI-IconUI-KebabIcon_opened path {
  fill: #38abff;
}

.PreviewUI-IconUI-Premium-Icon {
  width: 11px;
  height: 11px;
}

.PreviewUI-Thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  width: 106px;
  height: 68px;
}.AccesibilityPlanUI-Plan {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#334ba0), to(#527ddb));
  background: linear-gradient(180deg, #334ba0 0%, #527ddb 100%);
  min-width: 16px;
  height: 16px;
  cursor: default;
  border-radius: 8px;
  left: 3px;
  top: 3px;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  padding: 3px;
}

.AccesibilityPlanUI-IconUI-Plan-Icon {
  width: 11px;
  height: 11px;
}

.AccesibilityPlanUI-MusicPreview {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#334ba0), to(#527ddb));
  background: linear-gradient(180deg, #334ba0 0%, #527ddb 100%);
  width: 16px;
  height: 16px;
  cursor: default;
  border-radius: 8px;
  right: 11px;
  top: 4px;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  padding: 3px;
}

.AccesibilityPlanUI-DescriptionPlan {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#334ba0), to(#527ddb));
  background: linear-gradient(180deg, #334ba0 0%, #527ddb 100%);
  padding: 0px 4px;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  height: 19px;
  margin-right: auto;
}.PreviewLoaderUI {
  width: 106px;
  height: 68px;
  border-radius: 4.5px;
  border: 1px solid #eeeeee;
  background: rgba(60, 110, 184, 0.2);
  -webkit-animation: colorFade 1.5s infinite ease-in-out;
          animation: colorFade 1.5s infinite ease-in-out;
}

@-webkit-keyframes colorFade {
  0% {
    background-color: rgba(60, 110, 184, 0.2);
  }
  50% {
    background-color: #eeeeee;
  }
  100% {
    background-color: rgba(60, 110, 184, 0.2);
  }
}

@keyframes colorFade {
  0% {
    background-color: rgba(60, 110, 184, 0.2);
  }
  50% {
    background-color: #eeeeee;
  }
  100% {
    background-color: rgba(60, 110, 184, 0.2);
  }
}.PreviewUI-Shape {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 106px;
  height: 68px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4.5px;
  overflow: hidden;
}.PreviewUI-Shape {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 106px;
  height: 68px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4.5px;
  overflow: hidden;
}.PreviewUI-Model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 106px;
  height: 68px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4.5px;
}

.PreviewUI-IconUI-Model-Icon {
  width: 31px;
  height: 27px;
}.PreviewUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 220px;
  height: 60px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  padding: 5px 10px 4px 4px;
  font-family: "Noto Sans";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.PreviewUI-Play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.PreviewUI-Button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
}

.PreviewUI-IconUI-Icon path {
  fill: #38abff;
}

.PreviewUI-Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  overflow: hidden;
}

.PreviewUI-Title {
  max-width: 148px;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}

.PreviewUI-Author {
  font-size: 12px;
  font-weight: 300;
}

.PreviewUI-Format {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.PreviewUI-Time {
  font-size: 12px;
  font-weight: 300;
  margin-left: 5px;
  margin-right: 3px;
}

.PreviewUI-Duration {
  width: 100%;
  height: 5px;
  position: relative;
  background: #eeeeee;
  border-radius: 6px;
}
.PreviewUI-Duration > div {
  position: absolute;
  height: 100%;
  border-radius: 6px;
  background: #3c6eb8;
}

.PreviewUI-Progress {
  position: "absolute";
  height: 100%;
  background: #3c6eb8;
  border-radius: 6px;
}

.PreviewUI-MenuMusic {
  right: 10px;
  bottom: 17px;
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.818px solid rgba(56, 171, 255, 0.1019607843);
  border-radius: 2px;
  background-color: #ffffff;
  width: 18px;
  height: 18px;
}

.PreviewUI-Music_active {
  border: 1px solid #38abff;
}.PreviewLoaderUI {
  width: 106px;
  height: 68px;
  border-radius: 4.5px;
  border: 1px solid #eeeeee;
  background: rgba(60, 110, 184, 0.2);
  -webkit-animation: colorFade 1.5s infinite ease-in-out;
          animation: colorFade 1.5s infinite ease-in-out;
}

@-webkit-keyframes colorFade {
  0% {
    background-color: rgba(60, 110, 184, 0.2);
  }
  50% {
    background-color: #eeeeee;
  }
  100% {
    background-color: rgba(60, 110, 184, 0.2);
  }
}

@keyframes colorFade {
  0% {
    background-color: rgba(60, 110, 184, 0.2);
  }
  50% {
    background-color: #eeeeee;
  }
  100% {
    background-color: rgba(60, 110, 184, 0.2);
  }
}.PreviewPanelLoaderFeatureUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}.PreviewPanelFeatureUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 100%;
  margin-right: -5px;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.PreviewPanelFeatureUI .PreviewPanelFeatureUI_Blocked {
  margin-right: 0;
  overflow-y: hidden;
}

.PreviewPanelFeatureUI.PreviewPanelFeatureUI_Scrolling::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
}

.PreviewPanelFeatureUI::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-top-right-radius: 6px;
}

.PreviewPanelFeatureUI::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
  opacity: 0.1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.PreviewPanelFeatureUI-Relative {
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 4.5px;
}.PreviewDescriptionFeatureUI {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
          box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
  background: #ffffff;
  font-family: "Noto Sans", sans-serif;
  width: 190px;
  z-index: 105;
}

.PreviewDescriptionFeatureUI-Filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
}

.PreviewDescriptionFeatureUI-DescriptionPlan {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#334ba0), to(#527ddb));
  background: linear-gradient(180deg, #334ba0 0%, #527ddb 100%);
  padding: 0px 4px;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  height: 19px;
  margin-right: auto;
}

.PreviewDescriptionFeatureUI-Delete,
.PreviewDescriptionFeatureUI-Favorite {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 22px;
  border-radius: 6px;
  border: 1px solid rgba(56, 171, 255, 0.1019607843);
  background: #ffffff;
}

.PreviewDescriptionFeatureUI-IconUI-FavoriteIcon {
  width: 13px;
  height: 13px;
}
.PreviewDescriptionFeatureUI-IconUI-FavoriteIcon path {
  stroke: #38abff;
}

.PreviewDescriptionFeatureUI-IconUI-Filled path {
  fill: #38abff;
}

.PreviewDescriptionFeatureUI-IconUI-TrashIcon {
  width: 14px;
  height: 14px;
}
.PreviewDescriptionFeatureUI-IconUI-TrashIcon path {
  fill: #f04847;
}

.PreviewDescriptionFeatureUI-Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}

.PreviewDescriptionFeatureUI-Text {
  font-size: 14px;
  font-weight: 400;
  color: #37313a;
  word-break: break-word;
}

.PreviewDescriptionFeatureUI-Author {
  font-size: 14px;
  font-weight: 300;
  color: #37313a;
}

.PreviewDescriptionFeatureUI-Info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}

.PreviewDescriptionFeatureUI-InfoText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.PreviewDescriptionFeatureUI-Tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  row-gap: 4px;
  color: #4c81f7;
  font-size: 12px;
  font-weight: 400;
}

.PreviewDescriptionFeatureUI-Tag {
  padding: 4px 6px;
  border-radius: 10px;
  border: 0.7px solid #4c81f7;
}.PreviewUploadFeatureUI {
  margin: 0 14px 18px 14px;
  height: 100%;
  background: #ffffff;
  border: 1px dashed #38abff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans", sans-serif;
}

.PreviewUploadFeatureUI-Upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 174px;
  background: rgba(56, 171, 255, 0.1019607843);
  border-radius: 6px;
  padding: 19px 0px 27px 0px;
}

.PreviewUploadFeatureUI-Inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 3px;
  margin-bottom: 23px;
}

.PreviewUploadFeatureUI-IconUI-UploadIcon {
  width: 16px;
  height: 16px;
}
.PreviewUploadFeatureUI-IconUI-UploadIcon path {
  fill: #3c6eb8;
}

.PreviewUploadFeatureUI-Text {
  font-size: 12px;
  font-weight: 300;
  color: #3c6eb8;
}

.PreviewUploadFeatureUI-UploadTypes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.PreviewUploadFeatureUI-Group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.PreviewUploadFeatureUI-Type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.PreviewUploadFeatureUI-IconUI-TypeIcon {
  width: 16px;
  height: 16px;
}
.PreviewUploadFeatureUI-IconUI-TypeIcon path {
  fill: #3c6eb8;
}

.PreviewUploadFeatureUI-Title {
  font-size: 12px;
  font-weight: 400;
  color: #3c6eb8;
}

.PreviewUploadFeatureUI-Format {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #3c6eb8;
}.PreviewLibWidgetUI {
  position: absolute;
  pointer-events: auto;
  padding-bottom: 34px;
}
.PreviewLibWidgetUI_dropZone {
  padding-bottom: 68px;
}

.PreviewLibWidgetUI-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
  font-family: "Noto Sans";
}

.PreviewLibWidgetUI-Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}

.PreviewLibWidgetUI-Text {
  font-size: 15px;
  font-weight: 600;
}

.PreviewLibWidgetUI-IconUI-Icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.PreviewLibWidgetUI-IconUI-Icon rect {
  fill: #eeeeee;
}

.PreviewLibWidgetUI-Lib {
  padding: 0px 14px 14px;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.PreviewLibWidgetUI-ButtonUI-LibButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 170px;
  font-size: 12px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding: 7px 40px 7px 34px;
  gap: 10px;
}
.PreviewLibWidgetUI-ButtonUI-LibButton svg path {
  fill: #ffffff;
}

.PreviewLibWidgetUI-Upload .InputUI-Label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.PreviewLibWidgetUI-Inbox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 6px;
  color: #ffffff;
  background: #3c6eb8;
  width: 100%;
  height: 30px;
}
.PreviewLibWidgetUI-Inbox svg {
  width: 16px;
  height: 16px;
}
.PreviewLibWidgetUI-Inbox svg path {
  fill: #ffffff;
}

.PreviewLibWidgetUI-Filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.PreviewLibWidgetUI-InputUI-Search {
  margin: 0px;
  width: 170px;
  height: 30px;
  background: #ffffff;
}

.PreviewLibWidgetUI-TabsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.PreviewLibWidgetUI-Tab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 10px 14px;
  font-size: 12px;
  border-bottom: 2px solid #eeeeee;
  font-weight: 400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  cursor: pointer;
}

.Current {
  color: #38abff;
  border-bottom: 2px solid #38abff;
}

.PreviewLibWidgetUI-Favorites {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  width: 40px;
  height: 30px;
  background: #ffffff;
}
.PreviewLibWidgetUI-Favorites svg {
  width: 20px;
  height: 18px;
}

.PreviewLibWidgetUI-Filled {
  border: 1px solid #38abff;
}
.PreviewLibWidgetUI-Filled svg {
  border: none;
}
.PreviewLibWidgetUI-Filled svg path {
  fill: #38abff;
  stroke: #38abff;
}.PreviewEmptyFeatureUI {
  padding: 0 23px;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans";
  text-align: center;
}

.PreviewEmptyFeatureUI-File {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  width: 174px;
  height: 100px;
  background: rgba(56, 171, 255, 0.1019607843);
  border-radius: 6px;
}

.PreviewEmptyFeatureUI-Icon {
  width: 18px;
  height: 18px;
}
.PreviewEmptyFeatureUI-Icon path {
  fill: #3c6eb8;
}

.PreviewEmptyFeatureUI-Text {
  font-weight: 400;
  font-size: 12px;
  color: #3c6eb8;
}.ProjectSettings {
  position: absolute;
  pointer-events: auto;
  padding-bottom: 34px;
}
.ProjectSettings .SelectUI-Container {
  color: #37313a;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ProjectSettings_dropZone {
  padding-bottom: 68px;
}

.ProjectSettings-TabsUI {
  width: 100%;
  height: 100%;
  padding: 0 6px;
  background-color: #ffffff;
}

.ProjectSettings-Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 16px 5px;
}

.ProjectSettings-Text {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.ProjectSettings-Content {
  padding: 0 16px;
}

.ProjectSettings-Divider {
  border-bottom: 1px solid #eeeeee;
  margin: 0 -13px 0 -24px;
}

.ProjectSettings-Divider-Blue-Small {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgba(56, 171, 255, 0.2);
}

.ProjectSettings-DropdownContainerUI {
  padding: 13px 0 16px 0;
}

.ProjectSettings-DropdownHeader {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: normal;
  color: #37313a;
  font-size: 14px;
}

.ProjectSettings-EnableARPreload {
  margin: 16px 0 0 0;
}

.ProjectSettings-EnableScenesLock {
  margin: 16px 0 0 0;
}

.ProjectSettings-CurrentLanguage {
  margin: 16px 0 0 0;
}

.ProjectSettings-PromptLanguageOnStartup {
  margin: 8px 0 0 0;
}

.ProjectSettings-EnableSceneRotation {
  margin: 16px 0 0 0;
}

.ProjectSettings-SceneDefaultRotationAxis {
  margin: 8px 0 0 0;
}

.ProjectSettings-GridSettings {
  padding: 16px 0;
}

.ProjectSettings-GridSettings-Title {
  color: #37313a;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ProjectSettings-ToggleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0;
}
.ProjectSettings-ToggleContainer .ToggleGroupUI-Container {
  margin-left: 10px;
}

.ProjectSettings-AnalyticsCounterPicker {
  margin: 16px 0 0 0;
}

.ProjectSettings-EnableSplashScreenARPreview {
  margin: 16px 0 0 0;
}

.ProjectSettings-OpenSplashScreenSettingsModal {
  margin: 16px 0 0 0;
}

.ProjectSettings-AddProjectDomainName {
  margin: 16px 0 0 0;
}.NavigationWidgetUI {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
}

.NavigationWidgetUI_absolute {
  position: absolute;
  top: 56px;
  left: 8px;
  bottom: 8px;
  width: 40px;
}

.NavigationWidgetUI-IconBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.NavigationWidgetUI-IconSubBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.NavigationWidgetUI-Icon {
  width: 28px;
  height: 28px;
}

.NavigationWidgetUI-IconSubBlock_divider::before {
  display: block;
  height: 1px;
  width: 16px;
  content: "";
  background-color: #dfdfdf;
}.WidgetCardFeatureUI {
  padding-left: 4px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
  background-color: #fafafa;
}

.WidgetCardFeatureUI-Header {
  display: grid;
  grid-template-columns: 1fr 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 52px;
  padding: 16px 10px;
  border-bottom: 1px solid #eeeeee;
}
.WidgetCardFeatureUI-Header_Icon {
  grid-template-columns: 16px 1fr 20px;
}
.WidgetCardFeatureUI-Header-Title {
  font-size: 14px;
  font-weight: 400;
  color: #3c6eb8;
}
.WidgetCardFeatureUI-Header-Icon path {
  color: #3c6eb8;
}
.WidgetCardFeatureUI-Header-IconClose {
  cursor: pointer;
}
.WidgetCardFeatureUI-Header-IconClose rect {
  fill: #eeeeee;
}

.WidgetCardFeatureUI-Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  height: calc(100% - 52px);
  padding: 16px;
  overflow-y: auto;
}

.WidgetCardFeatureUI-Content.WidgetCardFeatureUI-Content_Scrolling::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
}

.WidgetCardFeatureUI-Content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-top-right-radius: 6px;
}

.WidgetCardFeatureUI-Content::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
  opacity: 0.1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}.NotificationsWidgetUI.WidgetCardFeatureUI {
  border-radius: 14px;
  z-index: 101;
}
.NotificationsWidgetUI .WidgetCardFeatureUI-Header {
  height: 54px;
  padding-left: 24px;
}
.NotificationsWidgetUI svg.WidgetCardFeatureUI-Header-Icon > path {
  stroke: #3c6eb8;
}
.NotificationsWidgetUI .WidgetCardFeatureUI-Content {
  padding: 10px;
}

.NotificationsWidgetUI-Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}

.NotificationsWidgetUI-Divider {
  height: 1px;
  border-top: 1px solid #eeeeee;
}

.NotificationsWidgetUI-Group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}

.NotificationsWidgetUI-GroupTitle {
  font-size: 12px;
  font-weight: 500;
  color: #37313a;
}

.NotificationsWidgetUI-Notification {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  width: 100%;
}

.NotificationsWidgetUI-Cover {
  width: 52px;
  height: 52px;
  margin-left: 8px;
  border-radius: 4px;
  background-color: #eeeeee;
  -o-object-fit: cover;
     object-fit: cover;
}

.NotificationsWidgetUI-NotificationInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}

.NotificationsWidgetUI-NotificationTitle {
  font-size: 12px;
  font-weight: 500;
}

.NotificationsWidgetUI-NotificationDescription {
  font-size: 12px;
  font-weight: 400;
}

.NotificationsWidgetUI-Details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  width: 100%;
  font-size: 11px;
  font-weight: 500;
  color: #3c6eb8;
  cursor: pointer;
}
.NotificationsWidgetUI-Details svg {
  width: 8px;
  height: 8px;
}
.NotificationsWidgetUI-Details svg path {
  fill: #3c6eb8;
}

.NotificationsWidgetUI-NoNotifications {
  width: 100%;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  color: #b4b7bb;
}.ToolSubMenuItemUI-Item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 4px;
  padding: 8px 10px;
  height: 39px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: "Noto Sans";
}
.ToolSubMenuItemUI-Item:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 171, 255, 0.1019607843)), to(rgba(56, 171, 255, 0.1019607843))), #ffffff;
  background: linear-gradient(0deg, rgba(56, 171, 255, 0.1019607843) 0%, rgba(56, 171, 255, 0.1019607843) 100%), #ffffff;
}

.ToolSubMenuItemUI-Text {
  white-space: nowrap;
}.ToolMenuFeatureUI {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ToolMenuFeatureUI-Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 39px;
  padding: 8px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ToolMenuFeatureUI-Item:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 171, 255, 0.1019607843)), to(rgba(56, 171, 255, 0.1019607843))), #ffffff;
  background: linear-gradient(0deg, rgba(56, 171, 255, 0.1019607843) 0%, rgba(56, 171, 255, 0.1019607843) 100%), #ffffff;
}

.ToolMenuFeatureUI-Item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.ToolMenuFeatureUI-IconUI-SubMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ToolMenuFeatureUI-SubMenu {
  position: absolute;
  left: 162px;
  top: -4px;
  min-width: 15px;
  padding: 4px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
}

.ToolMenuFeatureUI_active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 171, 255, 0.1019607843)), to(rgba(56, 171, 255, 0.1019607843))), #ffffff;
  background: linear-gradient(0deg, rgba(56, 171, 255, 0.1019607843) 0%, rgba(56, 171, 255, 0.1019607843) 100%), #ffffff;
}.ToolMenuButtonUI-Wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #eeeeee;
  border-radius: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29px;
  height: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ToolMenuButtonUI-Wrapper_active {
  background-color: rgba(56, 171, 255, 0.1019607843);
  border: solid 1px #38abff;
  fill: #3c6eb8;
}

.ToolMenuButtonUI-IconUI {
  width: 14px;
  height: 14px;
  fill: #37313a;
}
.ToolMenuButtonUI-IconUI_active {
  fill: #3c6eb8;
}.ToolsUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 8px 42px 8px;
  min-width: 248px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(23, 26, 83, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(23, 26, 83, 0.1);
  font-family: "Noto Sans";
  position: absolute;
  left: 48px;
  top: 0;
  max-height: 608px;
}

.ToolsUI-Items {
  overflow: scroll;
}
.ToolsUI-Items::-webkit-scrollbar {
  width: 5px;
}
.ToolsUI-Items::-webkit-scrollbar-track {
  background: transparent;
}
.ToolsUI-Items::-webkit-scrollbar-thumb {
  background: rgba(56, 171, 255, 0.1019607843);
  border-radius: 10px;
}

.ToolsUI-Title {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 10px 6px 10px;
}

.ToolsUI-Tool {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 40px;
  min-height: 40px;
  padding: 6px 10px;
}
.ToolsUI-Tool:hover {
  border-radius: 6px;
  background: rgba(56, 171, 255, 0.1019607843);
  color: #3c6eb8;
}
.ToolsUI-Tool:hover svg path {
  fill: #3c6eb8;
}

.ToolsUI-IconUI-Icon {
  width: 16px;
  height: 16px;
}

.ToolsUI-Tool_text {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ToolsUI-IconUI-Icon_pin {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.ToolsUI-Divider {
  height: 1px;
  border: none;
  background-color: #eeeeee;
}.ToolMenuWidgetUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ToolMenuWidgetUI-Feature {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -123px;
  top: 46px;
  width: 162px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
  border-radius: 5px;
  gap: 4px;
  padding: 4px;
  background: #ffffff;
  z-index: 100;
}

.ToolMenuWidgetUI-ToolMenuButtonUI {
  margin-bottom: 4px;
}

.ToolMenuWidgetUI-DraggingItem:last-child {
  padding-top: 4px;
  border-top: solid 1px #eeeeee;
  color: #3c6eb8;
}
.ToolMenuWidgetUI-DraggingItem:last-child svg path {
  fill: #3c6eb8;
}

.DraggingItem {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.ToolMenuWidgetUI-PinMenu {
  position: absolute;
  z-index: 102;
}.MaterialItemFeatureUI {
  display: grid;
  grid-template-columns: 18px 1fr 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  padding: 6px 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.MaterialItemFeatureUI_selected, .MaterialItemFeatureUI:hover {
  background-color: rgba(56, 171, 255, 0.1);
}
.MaterialItemFeatureUI_selected .MaterialItemFeatureUI-Actions, .MaterialItemFeatureUI:hover .MaterialItemFeatureUI-Actions {
  visibility: visible;
}

.MaterialItemFeatureUI-Preview {
  width: 18px;
  height: 18px;
  border-radius: 25px;
}

.MaterialItemFeatureUI-Name {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #3c6eb8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.MaterialItemFeatureUI-Actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px;
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease;
  transition: visibility 0.3s ease;
}
.MaterialItemFeatureUI-Actions svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.MaterialItemFeatureUI-Settings path {
  stroke: #3c6eb8;
}

.MaterialItemFeatureUI-Switch path {
  fill: #3c6eb8;
  cursor: pointer;
}

.MaterialItemFeatureUI-Trash path {
  fill: #3c6eb8;
  cursor: pointer;
}.MaterialLibWidgetUI {
  padding: 0 4px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
  background-color: #fafafa;
}

.MaterialLibWidgetUI-FilterContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.MaterialLibWidgetUI-Filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 4px 6px;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.MaterialLibWidgetUI-Filter_Active {
  border-color: #3c6eb8;
  background-color: rgba(56, 171, 255, 0.1);
  color: #3c6eb8;
}

.MaterialLibWidgetUI-Libraries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  height: 440px;
  overflow-y: auto;
}

.MaterialLibWidgetUI-Libraries.MaterialLibWidgetUI-Libraries_Scrolling::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
}
.MaterialLibWidgetUI-Libraries::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-top-right-radius: 6px;
}
.MaterialLibWidgetUI-Libraries::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
  opacity: 0.1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.MaterialLibWidgetUI-Library {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.MaterialLibWidgetUI-LibraryName {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.MaterialLibWidgetUI-AddButton {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #3c6eb8;
  cursor: pointer;
}

.MaterialLibWidgetUI-Palette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}.PaletteUI {
  position: relative;
}

.PaletteUI,
.PaletteUI-Color,
.PaletteUI-Backdrop,
.PaletteUI-Empty {
  width: 22px;
  height: 22px;
  border-radius: 2px;
}

.PaletteUI-Color {
  border: 1px solid #dfdfdf;
}

.PaletteUI-Backdrop,
.PaletteUI-Color {
  position: absolute;
  top: 0;
  left: 0;
}.MaterialEditWidgetUI-InputContainer,
.MaterialEditWidgetUI-InputLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.MaterialEditWidgetUI-InputLabel {
  gap: 4px;
}

.MaterialEditWidgetUI-InputItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.MaterialEditWidgetUI-Param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.MaterialEditWidgetUI-Input {
  height: 28px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.MaterialEditWidgetUI-Switcher {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.MaterialEditWidgetUI-Link {
  font-size: 12px;
  font-weight: 400;
  text-decoration-line: underline;
  color: #3c6eb8;
  cursor: pointer;
}

.MaterialEditWidgetUI-Select .SelectUI-Selected {
  width: 100%;
  height: 28px;
}.MaterialPreviewWidgetUI {
  padding: 0 4px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
  background-color: #fafafa;
}

.MaterialPreviewWidgetUI-Header {
  display: grid;
  grid-template-columns: 1fr 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 16px 10px;
  border-bottom: 1px solid #eeeeee;
}
.MaterialPreviewWidgetUI-Header-Title {
  font-size: 14px;
  font-weight: 400;
  color: #3c6eb8;
}
.MaterialPreviewWidgetUI-Header-IconClose {
  cursor: pointer;
}
.MaterialPreviewWidgetUI-Header-IconClose rect {
  fill: #eeeeee;
}

.MaterialPreviewWidgetUI-Container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 224px;
  height: 120px;
  padding: 10px;
  border-radius: 2px;
  background-color: #37313a;
}

.MaterialPreviewWidgetUI-Preview {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}.DropdownContainerUI-HeaderDropdown {
  width: 100%;
}

.EventDropDownUI-Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 4px 0;
  font-size: 12px;
  font-weight: 500;
  color: #37313a;
}
.EventDropDownUI-Header svg {
  width: 14px;
  height: 14px;
}

.EventDropDownUI-Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}.PlayAnimationButtonUI-Button {
  width: 100%;
  padding: 8px;
  font-size: 11px;
  font-weight: 400;
  border-radius: 6px;
  border: 1px solid #3c6eb8;
  color: #3c6eb8;
}.ContactItemFeatureUI {
  display: grid;
  grid-template-columns: 18px 1fr 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  padding: 6px 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.ContactItemFeatureUI .ContactItemFeatureUI-Icon path {
  color: #37313a;
}
.ContactItemFeatureUI:hover {
  background-color: rgba(56, 171, 255, 0.1);
}
.ContactItemFeatureUI:hover .ContactItemFeatureUI-Name {
  color: #3c6eb8;
}
.ContactItemFeatureUI:hover .ContactItemFeatureUI-Icon path {
  color: #3c6eb8;
}
.ContactItemFeatureUI:hover .ContactItemFeatureUI-Actions {
  visibility: visible;
}

.ContactItemFeatureUI-Preview {
  width: 18px;
  height: 18px;
  border-radius: 25px;
}

.ContactItemFeatureUI-Name {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.ContactItemFeatureUI-Actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px;
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease;
  transition: visibility 0.3s ease;
}
.ContactItemFeatureUI-Actions svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.ContactItemFeatureUI-Settings path {
  stroke: #3c6eb8;
}.EventItemUI-Label {
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.EventItemUI-InputsContainer {
  display: grid;
  grid-template-columns: 118px 82px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.EventItemUI-InputsContainer > label {
  padding-left: 8px;
}

.EventItemUI-InputsColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.EventItemUI-InputsColumn .InputUI-Wrapper {
  max-width: 100%;
}

.EventItemUI-Input {
  height: 28px;
  width: 100%;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
}

.EventItemUI-Select .SelectUI-Container {
  height: 28px;
  width: 224px;
  font-size: 12px;
  font-weight: 400;
}

.EventItemUI-Select .SelectUI-Option,
.EventItemUI-Select .SelectUI-Selected {
  padding: 6px 8px;
}

.EventItemUI-Link {
  font-size: 12px;
  font-weight: 400;
  color: #3c6eb8;
  cursor: pointer;
}

.EventItemUI-Range .InputUI-Value_type_range {
  font-size: 12px;
  font-weight: 400;
}

.EventItemUI-File {
  display: grid;
  grid-template-columns: 1fr 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 6px 8px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.EventItemUI-File svg {
  visibility: hidden;
  cursor: pointer;
}
.EventItemUI-File:hover {
  background-color: rgba(56, 171, 255, 0.1);
}
.EventItemUI-File:hover .EventItemUI-Label {
  color: #3c6eb8;
}
.EventItemUI-File:hover svg {
  visibility: visible;
}
.EventItemUI-File:hover svg path {
  fill: #3c6eb8;
}.AddEventFeatureUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.AddEventFeatureUI_Active .AddEventFeatureUI-Button {
  background-color: rgba(56, 171, 255, 0.1019607843);
}

.AddEventFeatureUI-Button {
  width: 100%;
  padding: 6px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid rgba(56, 171, 255, 0.1019607843);
  background-color: transparent;
  color: #3c6eb8;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.AddEventFeatureUI-Button:hover {
  background-color: rgba(56, 171, 255, 0.1019607843);
}

.AddEventFeatureUI-Menu {
  width: 224px;
}

.AddEventFeatureUI-Tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  width: 100%;
}

.AddEventFeatureUI-Tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 24px;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.AddEventFeatureUI-Tab_Active {
  border: 1px solid #3c6eb8;
  background-color: rgba(56, 171, 255, 0.1019607843);
  color: #3c6eb8;
}.EventEditWidgetUI-InputContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.EventEditWidgetUI-Input {
  height: 28px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.EventEditWidgetUI-Select .SelectUI-Selected {
  width: 100%;
  height: 28px;
}

.EventEditWidgetUI-Divider {
  margin: 0 -13px 0 -24px;
  border-bottom: 1px solid #eeeeee;
}

.EventEditWidgetUI-DropdownHeader {
  font-size: 14px;
  font-weight: 400;
  color: #37313a;
}

.EventEditWidgetUI-Events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}.ContactEditWidgetUI-DownloadContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.ContactEditWidgetUI-Download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 98px;
  height: 98px;
  border-radius: 12px;
  background: linear-gradient(50deg, rgba(73, 197, 246, 0.4) 10.26%, rgba(255, 42, 239, 0.4) 129.57%);
}

.ContactEditWidgetUI-DownloadIcon {
  width: 28px;
  height: 28px;
  padding: 4px;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
}

.ContactEditWidgetUI-Form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.ContactEditWidgetUI-Input {
  height: 28px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}.ChangeSplashScreenBackground {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: #37313a;
}
.ChangeSplashScreenBackground-ImageUploadOverlay {
  max-width: 100%;
  max-height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #eeeeee;
}
.ChangeSplashScreenBackground-TypeSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.ChangeSplashScreenBackground-TypeSelect .ChangeSplashScreenBackground-TypeSelectUI {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-left: 10px;
}
.ChangeSplashScreenBackground-SizeSelect {
  width: 100%;
}
.ChangeSplashScreenBackground-SizeTip {
  color: #b4b7bb;
}.ChangeSplashScreenLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: #37313a;
}
.ChangeSplashScreenLogo-ImageUploadOverlay {
  max-width: 100%;
  max-height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #eeeeee;
}
.ChangeSplashScreenLogo-Tip {
  color: #b4b7bb;
}.EnableSplashScreenOnboarding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: #37313a;
}

.EnableSplashScreenOnboarding-Switcher .SwitcherUI-Title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  height: 28px;
}
.EnableSplashScreenOnboarding-Switcher .SwitcherUI-Title .MenuUI-Trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.EnableSplashScreenOnboarding-Switcher .SwitcherUI-Title .TooltipUI-Text .MenuUI-Option {
  white-space: normal;
  word-wrap: break-word;
  max-width: 194px;
  text-align: center;
  font-size: 12px;
  color: #37313a;
}

.EnableSplashScreenOnboarding-QuestionIcon {
  cursor: help;
  width: 12px;
  height: 12px;
}.ConfigureSplashScreenStartButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: #37313a;
}

.ConfigureSplashScreenStartButton-Switcher .SwitcherUI-Title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  gap: 2px;
}
.ConfigureSplashScreenStartButton-Switcher .SwitcherUI-Title .MenuUI-Trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ConfigureSplashScreenStartButton-Switcher .SwitcherUI-Title .TooltipUI-Text .MenuUI-Option {
  white-space: normal;
  word-wrap: break-word;
  max-width: 194px;
  text-align: center;
  font-size: 12px;
  color: #37313a;
}

.ConfigureSplashScreenStartButton-QuestionIcon {
  cursor: help;
  width: 12px;
  height: 12px;
}

.ConfigureSplashScreenStartButton-TextInput {
  font-size: 12px;
  height: 24px;
  padding: 0 4px;
  max-width: 50%;
}

.ConfigureSplashScreenStartButton-SettingRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.ConfigureSplashScreenStartButton-SettingRow .ConfigureSplashScreenStartButton-SettingLabel {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}.ResetSplashScreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ResetSplashScreen .ButtonUI {
  color: #3c6eb8;
  height: 28px;
  padding: 6px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}.DeviceFrameUI {
  position: relative;
  display: inline-block;
}
.DeviceFrameUI-Screen {
  position: relative;
  overflow: hidden;
}
.DeviceFrameUI-Content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}.DeviceFrameUI_device_iphone15pro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 393/852;
  width: 100%;
  height: auto;
  overflow: visible;
}
.DeviceFrameUI_device_iphone15pro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 102;
  background-image: url("https://cdn.web-ar.studio/libs/media/editor/preview/device-frame/iphone-15-pro-black-titanium-portrait.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  top: -11.8%;
  left: -10%;
  width: 120%;
  height: 123.6%;
}
.DeviceFrameUI_device_iphone15pro .DeviceFrameUI-Screen {
  width: 100%;
  height: 100%;
  border-radius: 14.08%/6.6%;
  overflow: hidden;
}
.DeviceFrameUI_device_iphone15pro .DeviceFrameUI-App {
  width: 100%;
  height: 100%;
  overflow: hidden;
}.DeviceFrameUI_variant_inappbrowser .DeviceFrameUI-App {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 25%;
  padding-bottom: 21.05%;
}
.DeviceFrameUI_variant_inappbrowser .DeviceFrameUI-App::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("https://cdn.web-ar.studio/libs/media/editor/preview/device-frame/iphone-15-pro-in-app-browser.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  pointer-events: none;
}
.DeviceFrameUI_variant_inappbrowser .DeviceFrameUI-App .DeviceFrameUI-Content {
  position: relative;
  overflow: auto;
}.SplashScreenPreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 236px;
  padding: 20px;
}
.SplashScreenPreview-Background {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}
.SplashScreenPreview-Logo {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.SplashScreenPreview-StartButton {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 102;
  padding: 8px 16px;
  border-radius: 96px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  min-width: 80px;
}.SplashScreenSettingsWidgetUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 4px 16px 4px;
  height: 548px;
  gap: 16px;
  background-color: #ffffff;
}
.SplashScreenSettingsWidgetUI .WidgetCardFeatureUI-Content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  height: 464px;
}

.SplashScreenSettingsWidgetUI-Settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 236px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  overflow-x: hidden;
}
.SplashScreenSettingsWidgetUI-Settings::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.SplashScreenSettingsWidgetUI-Settings::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
  opacity: 0.1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.SplashScreenSettingsWidgetUI-Settings.SplashScreenSettingsWidgetUI-Settings_Scrolling::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
}.ChangeSceneEnvironmentTextureDataSource .SelectUI-Header {
  font-size: 14px;
  gap: 6px;
  border: none;
}
.ChangeSceneEnvironmentTextureDataSource .SelectUI-Options {
  border: none;
}.OpenSceneEnvironmentTextureUpload {
  cursor: pointer;
}
.OpenSceneEnvironmentTextureUpload_Open .OpenSceneEnvironmentTextureUpload-Icon path {
  fill: #3c6eb8;
}
.OpenSceneEnvironmentTextureUpload-Icon {
  width: 14px;
  height: 14px;
}.SceneEnvironmentTextureLibWidgetUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 264px;
  height: 466px;
  padding: 16px 4px 0 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0px 0px 15px 0px rgba(23, 26, 83, 0.1019607843);
}

.SceneEnvironmentTextureLibWidgetUI-Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.SceneEnvironmentTextureLibWidgetUI-TextureDataSourceSelectContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SceneEnvironmentTextureLibWidgetUI-TextureDataSourceSelectContainer .SceneEnvironmentTextureLibWidgetUI-TextureDataSourceSelect {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.SceneEnvironmentTextureLibWidgetUI-Divider {
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.SceneEnvironmentTextureLibWidgetUI-Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
  min-height: 0;
}.TextureUploadField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}
.TextureUploadField-ImageContainer {
  height: 150px;
  width: 100%;
}
.TextureUploadField-Error {
  color: #f04847;
}
.TextureUploadField-StaticImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.TextureNameField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  font-size: 12px;
  color: #37313a;
}
.TextureNameField-InputContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TextureNameField-Input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 4px 8px;
}
.TextureNameField-Input:focus {
  border-color: #38abff;
}
.TextureNameField-Input::-webkit-input-placeholder {
  color: #b4b7bb;
}
.TextureNameField-Input::-moz-placeholder {
  color: #b4b7bb;
}
.TextureNameField-Input:-ms-input-placeholder {
  color: #b4b7bb;
}
.TextureNameField-Input::-ms-input-placeholder {
  color: #b4b7bb;
}
.TextureNameField-Input::placeholder {
  color: #b4b7bb;
}
.TextureNameField-Error {
  color: #f04847;
}.SceneEnvironmentTextureUploadModal {
  width: 420px;
  padding: 20px 16px 28px 16px;
  font-size: 12px;
  color: #37313a;
}
.SceneEnvironmentTextureUploadModal-SubmitButtonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.SceneEnvironmentTextureUploadModal-SubmitButton {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 170px;
  height: 30px;
  color: #ffffff;
}
.SceneEnvironmentTextureUploadModal-SubmitButton:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}.SceneEnvironmentTextureItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  padding: 6px 0px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #37313a;
  font-size: 12px;
}
.SceneEnvironmentTextureItem-Row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  max-width: 100%;
}
.SceneEnvironmentTextureItem .PreviewUI-Image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 98px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.SceneEnvironmentTextureItem .PreviewUI-Thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.SceneEnvironmentTextureItem .PreviewUI-Loader {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.SceneEnvironmentTextureItem-Name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  max-width: calc(100% - 26px);
  min-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SceneEnvironmentTextureItem-Name:hover {
  white-space: normal;
  overflow: clip;
  text-overflow: unset;
  word-break: break-word;
}
.SceneEnvironmentTextureItem-MenuIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.333px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  rotate: 90deg;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.SceneEnvironmentTextureItem-MenuIcon path {
  fill: #3c6eb8;
}
.SceneEnvironmentTextureItem-Actions {
  display: none;
}
.SceneEnvironmentTextureItem-Actions .MenuUI-Options {
  border-radius: 6px;
  padding: 4px 8px;
  gap: 4px;
}
.SceneEnvironmentTextureItem-Action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.SceneEnvironmentTextureItem:hover {
  color: #3c6eb8;
  border-radius: 4px;
  background: rgba(56, 171, 255, 0.1019607843);
}
.SceneEnvironmentTextureItem:hover .SceneEnvironmentTextureItem-Actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.SceneEnvironmentTexturesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow-y: auto;
  gap: 16px;
}
.SceneEnvironmentTexturesList-EmptyContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: 12px;
}
.SceneEnvironmentTexturesList-EmptyText {
  width: 124px;
  color: #b4b7bb;
  text-align: center;
}
.SceneEnvironmentTexturesList-ErrorText {
  max-width: 100%;
  text-align: center;
  overflow-wrap: break-word;
}
.SceneEnvironmentTexturesList-PreviewLoaderContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 0 16px;
}
.SceneEnvironmentTexturesList-PreviewLoader {
  width: 100%;
  height: 118px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.SceneEnvironmentTexturesList.SceneEnvironmentTexturesList-Content_Scrolling::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
}

.SceneEnvironmentTexturesList::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
  border-top-right-radius: 6px;
}

.SceneEnvironmentTexturesList::-webkit-scrollbar-thumb {
  background: #eeeeee;
  border-radius: 6px;
  opacity: 0.1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}.VideoFeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 16px 0;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.VideoFeature-Volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
}.TextFeature {
  font-family: "Noto Sans";
  padding: 18px 0 10px 0;
}

.TextFeature-List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0px 18px 11px 0px;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.TextFeature-Icon {
  width: 18px;
  height: 18px;
}

.TextFeature-Fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.TextFeature-Fonts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  gap: 8px;
}

.TextFeature-Input {
  max-width: 100%;
}

.TextFeature-Text-Alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}.TextareaUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  background: #fff;
  resize: vertical;
  color: #37313a;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.TextareaUI::-webkit-scrollbar {
  width: 8px;
}

.TextareaUI::-webkit-scrollbar-track {
  width: 5px;
}

.TextareaUI::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 10px;
  background: rgba(56, 171, 255, 0.1019607843);
  border: 2px solid white;
}.TextAlignmentHorizontalUI .ToggleGroupUI-Item {
  padding: 2px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TextAlignmentHorizontalUI .ToggleGroupUI-Item svg {
  width: 18px;
  height: 18px;
}.AddSettingComponentFeatureUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 16px 0;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.AddSettingComponentFeatureUI_Active .AddSettingComponentFeatureUI-Button {
  background-color: rgba(56, 171, 255, 0.1019607843);
}

.AddSettingComponentFeatureUI-Button {
  width: 100%;
  padding: 6px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid rgba(56, 171, 255, 0.1019607843);
  background-color: transparent;
  color: #3c6eb8;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.AddSettingComponentFeatureUI-Button:hover {
  background-color: rgba(56, 171, 255, 0.1019607843);
}

.AddSettingComponentFeatureUI-Menu {
  width: 208px;
}

.AddSettingComponentFeatureUI-Submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 190px;
}
.AddSettingComponentFeatureUI-Submenu:hover {
  color: #3c6eb8;
}
.AddSettingComponentFeatureUI-Submenu:hover svg path {
  fill: #3c6eb8;
}.EntitySettingsWidgetUI {
  position: absolute;
  pointer-events: auto;
  padding-bottom: 34px;
}
.EntitySettingsWidgetUI .SelectUI-Selected {
  padding: 4px 12px;
  height: 30px;
  color: #37313a;
  font-weight: 400;
}
.EntitySettingsWidgetUI .SelectUI-Options {
  color: #37313a;
  font-weight: 400;
}
.EntitySettingsWidgetUI .InputUI-Input {
  height: 24px;
}
.EntitySettingsWidgetUI .InputUI-NumberInput,
.EntitySettingsWidgetUI .InputUI-Color {
  height: initial;
}
.EntitySettingsWidgetUI .InputUI-NumberInput .InputUI-NumberContainer,
.EntitySettingsWidgetUI .InputUI-NumberInput .InputUI-ColorContainer,
.EntitySettingsWidgetUI .InputUI-Color .InputUI-NumberContainer,
.EntitySettingsWidgetUI .InputUI-Color .InputUI-ColorContainer {
  padding: 0 6px;
  height: 26px;
}
.EntitySettingsWidgetUI_dropZone {
  padding-bottom: 68px;
}

.EntitySettingsWidgetUI-TabsUI {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 0 6px;
}

.EntitySettingsWidgetUI-Group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin: 16px 0;
}

.EntitySettingsWidgetUI-Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 16px 5px;
}

.EntitySettingsWidgetUI-Text {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.EntitySettingsWidgetUI-Content {
  padding: 0 16px;
}

.EntitySettingsWidgetUI-Divider {
  border-bottom: 1px solid #eeeeee;
  margin: 0 -13px 0 -24px;
}

.EntitySettingsWidgetUI-DropdownContainerUI {
  padding: 16px 0;
}

.EntitySettingsWidgetUI-DropdownHeader {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #37313a;
}

.EntitySettingsWidgetUI-ChangeViewModeFeature {
  margin: 12px 0;
}

.EntitySettingsWidgetUI-DragZone {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.EntitySettingsWidgetUI-DragZone_point {
  position: absolute;
  bottom: 10px;
  height: 30px;
  width: 30px;
  pointer-events: auto;
  cursor: -webkit-grab;
  cursor: grab;
}.TransformsFeature {
  font-size: 12px;
  color: #6d6d6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}

.TransformsFeature-Tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
  width: 100%;
  padding: 4px 0;
  margin-top: 16px;
}

.TransformsFeature-Layers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 65px;
}

.TransformsFeature-Icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}.DimensionInputUI-Label {
  color: #37313a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  font-family: "Noto Sans";
  font-weight: 400;
  margin-bottom: 12px;
  cursor: default;
}

.DimensionInputUI-LinkIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 17px;
  cursor: pointer;
}

.DimensionInputUI-Inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
}.ToolButtonUI-container {
  cursor: pointer;
}
.ToolButtonUI-container > svg > g > path {
  fill: #37313a;
}.AudioFeatureUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 16px 0;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.AudioFeatureUI-AudioFile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.AudioFeatureUI-Cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}

.AudioFeatureUI-Meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}

.AudioFeatureUI-Name {
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.AudioFeatureUI-ChangeFile {
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: #3c6eb8;
  cursor: pointer;
}

.AudioFeatureUI-Volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
}.LightFeatureUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 16px 0;
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}

.LightFeatureUI-Grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.LightFeatureUI-Input {
  max-width: 100%;
}.MaterialFeatureUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}.ToastUI-ToastSuccess {
  position: absolute;
  bottom: 8px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 319px;
  padding: 14px 110px 14px 28px;
  background: #ffffff;
  border-radius: 9.6px;
  border-left: 7.2px solid #06b780;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
          box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
  font-family: "Noto Sans", sans-serif;
  z-index: 110;
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: showToast 0.3s ease-in-out;
          animation: showToast 0.3s ease-in-out;
}

.ToastUI-Success {
  padding: 5px;
}

.ToastUI-IconUI-SuccessIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31px;
  height: 31px;
}

@-webkit-keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}.ToastUI-ToastFailed {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 8px;
  left: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background: #ffffff;
  border-radius: 9.6px;
  border-left: 7.2px solid #f04847;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
          box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
  padding: 14px 110px 14px 28px;
  font-family: "Noto Sans", sans-serif;
  z-index: 110;
  width: 319px;
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: showToast 0.3s ease-in-out;
          animation: showToast 0.3s ease-in-out;
}

.ToastUI-Close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.ToastUI-Failed {
  padding: 5px;
}

.ToastUI-TextError {
  font-weight: 300;
  margin-top: 8px;
}

.ToastUI-IconUI-FailedIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31px;
  height: 31px;
}

@-webkit-keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}.ToastUI-ToastConfirmation {
  position: absolute;
  bottom: 8px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background: #ffffff;
  border-radius: 9.6px;
  border-left: 7.2px solid #38abff;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
          box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
  padding: 20px 55.5px 19px 54.5px;
  font-family: "Noto Sans", sans-serif;
  z-index: 110;
  width: 300px;
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: showToast 0.3s ease-in-out;
          animation: showToast 0.3s ease-in-out;
}

.ToastUI-Buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 11px;
  font-weight: 400;
}

.ToastUI-ButtonUI-Btn {
  width: 90px;
  height: 23px;
  border: 1px solid #38abff;
  color: #38abff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ToastUI-ButtonUI-Btn.Accept {
  background-color: #38abff;
  color: #ffffff;
}
.ToastUI-ButtonUI-Btn:hover {
  background: #38abff;
  color: #ffffff;
}

@-webkit-keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}.ToastUI-ToastDelete {
  position: absolute;
  display: grid;
  grid-template-columns: 35px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background: #ffffff;
  border-radius: 9.6px;
  border-left: 7.2px solid #38abff;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
          box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
  padding: 14px 28px;
  font-family: "Noto Sans", sans-serif;
  z-index: 110;
  width: 320px;
  bottom: 30px;
  right: 30px;
  opacity: 1;
  -webkit-animation: showToast 0.3s ease-in-out;
          animation: showToast 0.3s ease-in-out;
}

.ToastUI-Loader {
  border: 2.6px solid rgba(56, 171, 255, 0.2); /* Light gray */
  border-top: 2.6px solid #38abff; /* Blue */
  border-radius: 50%;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}.ToastUI-ToastConnectionInit {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  background: #ffffff;
  border-radius: 9.6px;
  border-left: 7.2px solid #38abff;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
          box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
  padding: 17px 48px 16px 31px;
  font-family: "Noto Sans", sans-serif;
  z-index: 110;
  width: 320px;
  bottom: 30px;
  right: 30px;
  opacity: 1;
  -webkit-animation: showToast 0.3s ease-in-out;
          animation: showToast 0.3s ease-in-out;
}

@-webkit-keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}.ToastUI-ToastConnectionFailed {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  background: #ffffff;
  border-radius: 9.6px;
  border-left: 7.2px solid #f04847;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
          box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
  padding: 17px 48px 16px 31px;
  font-family: "Noto Sans", sans-serif;
  z-index: 110;
  width: 320px;
  bottom: 30px;
  right: 30px;
  opacity: 1;
  -webkit-animation: showToast 0.3s ease-in-out;
          animation: showToast 0.3s ease-in-out;
}

.ToastUI-TextBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

@-webkit-keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}.ToastUI-ToastUpload {
  position: absolute;
  bottom: 8px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 360px;
  padding: 10px 12px;
  font-family: "Noto Sans", sans-serif;
  border-radius: 9.6px;
  border-left: 7.2px solid #38abff;
  -webkit-box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
          box-shadow: 4px 4px 15px 0 rgba(23, 26, 83, 0.1490196078);
  background: #ffffff;
  z-index: 110;
  opacity: 1;
  -webkit-animation: showToast 0.3s ease-in-out;
          animation: showToast 0.3s ease-in-out;
}

.ToastUI-Text {
  font-weight: 500;
}

.ToastUI-Files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  overflow: auto;
  max-height: 160px;
  min-height: 40px;
  padding-right: 20px;
  position: relative;
}

.ToastUI-Files::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.ToastUI-Files::-webkit-scrollbar-track {
  background: transparent;
}

.ToastUI-Files::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
  border-radius: 10px;
  border: 1px solid transparent;
}

.ToastUI-Name {
  width: 100px;
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ToastUI-File {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ToastUI-FileInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 300;
}

.ToastUI-Bar {
  position: relative;
  width: 168px;
  background: #eeeeee;
  height: 5px;
  border-radius: 8px;
}

.ToastUI-Progress {
  position: absolute;
  background: #38abff;
  height: 5px;
  border-radius: 8px;
}

.ToastUI-ProgressText {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 11px;
  font-weight: 300;
}

.ProgressSuccess {
  position: absolute;
  background: #06b780;
  height: 5px;
  border-radius: 8px;
}

.ProgressFailed {
  position: absolute;
  background: #f04847;
  height: 5px;
  border-radius: 8px;
}

@-webkit-keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showToast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}.ToastUI-Close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.ToastUI-Text {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}.InputMultipleUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 100%;
}
.InputMultipleUI > input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  background-color: #ffffff;
  color: #37313a;
  outline: none;
  resize: none;
}
.InputMultipleUI > input::-webkit-input-placeholder {
  font-family: "Noto Sans", sans-serif;
}
.InputMultipleUI > input::-moz-placeholder {
  font-family: "Noto Sans", sans-serif;
}
.InputMultipleUI > input:-ms-input-placeholder {
  font-family: "Noto Sans", sans-serif;
}
.InputMultipleUI > input::-ms-input-placeholder {
  font-family: "Noto Sans", sans-serif;
}
.InputMultipleUI > input::placeholder {
  font-family: "Noto Sans", sans-serif;
}

.InputMultipleUI-ChipContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 4px;
  width: 100%;
  overflow-y: auto;
}

.InputMultipleUI-Chip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 24px;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #4c81f7;
  color: #4c81f7;
}
.InputMultipleUI-Chip svg {
  cursor: pointer;
}.ModalTypeShareProjectUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: 400px;
}

.ModalTypeShareProjectUI-Users {
  overflow-y: auto;
}
.ModalTypeShareProjectUI-Users::-webkit-scrollbar {
  width: 5px;
}
.ModalTypeShareProjectUI-Users::-webkit-scrollbar-track {
  background: transparent;
}
.ModalTypeShareProjectUI-Users::-webkit-scrollbar-thumb {
  background: rgba(56, 171, 255, 0.1019607843);
  border-radius: 10px;
}

.ModalTypeShareProjectUI-UserItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
}

.ModalTypeShareProjectUI-User {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
}

.ModalTypeShareProjectUI-Invite {
  display: grid;
  grid-template-columns: 1fr 90px 40px;
  gap: 4px;
}

.ModalTypeShareProjectUI-EmailInput {
  position: relative;
}
.ModalTypeShareProjectUI-EmailInput .ModalTypeShareProjectUI-Select {
  position: absolute;
  top: 5px;
  right: 4px;
}

.ModalTypeShareProjectUI-Input input {
  height: 30px;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  background: #fff;
}

.ModalTypeShareProjectUI-ShareRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
}

.ModalTypeShareProjectUI {
  gap: 0px;
}
.ModalTypeShareProjectUI-PermissionLabel_On {
  color: #3c6eb8;
}
.ModalTypeShareProjectUI-PermissionLabel_On .ModalTypeShareProjectUI-Icon path {
  stroke: #3c6eb8;
}
.ModalTypeShareProjectUI-PermissionLabel_On .ModalTypeShareProjectUI-IconEdit path {
  fill: #3c6eb8;
}
.ModalTypeShareProjectUI-PermissionLabel_On .ModalTypeShareProjectUI-Arrow path {
  fill: #3c6eb8;
}
.ModalTypeShareProjectUI .ModalTypeShareProjectUI-ShareContainer {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ModalTypeShareProjectUI .ModalTypeShareProjectUI-Permission .MenuUI-Option {
  padding: 6px 10px;
}
.ModalTypeShareProjectUI .MenuUI-Option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.ModalTypeShareProjectUI .MenuUI-Option .ModalTypeShareProjectUI-Icon path {
  stroke: #37313a;
}
.ModalTypeShareProjectUI .MenuUI-Option .ModalTypeShareProjectUI-IconEdit path {
  fill: #37313a;
}
.ModalTypeShareProjectUI .MenuUI-Option:hover {
  color: #3c6eb8;
}
.ModalTypeShareProjectUI .MenuUI-Option:hover .ModalTypeShareProjectUI-Icon path {
  stroke: #3c6eb8;
}
.ModalTypeShareProjectUI .MenuUI-Option:hover .ModalTypeShareProjectUI-IconEdit path {
  fill: #3c6eb8;
}

.ModalTypeShareProjectUI-Dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  height: 18px;
  padding: 2px;
}
.ModalTypeShareProjectUI-Dropdown .ModalTypeShareProjectUI-Arrow {
  width: 8px;
  height: 8px;
}
.ModalTypeShareProjectUI-Dropdown_Invite .ModalTypeShareProjectUI-Icon path {
  stroke: #b4b7bb;
}
.ModalTypeShareProjectUI-Dropdown_Invite .ModalTypeShareProjectUI-IconEdit path {
  fill: #b4b7bb;
}
.ModalTypeShareProjectUI-Dropdown_opened .ModalTypeShareProjectUI-Arrow path, .ModalTypeShareProjectUI-Dropdown:hover .ModalTypeShareProjectUI-Arrow path {
  fill: #3c6eb8;
}
.ModalTypeShareProjectUI-Dropdown_opened .ModalTypeShareProjectUI-Icon path, .ModalTypeShareProjectUI-Dropdown:hover .ModalTypeShareProjectUI-Icon path {
  stroke: #3c6eb8;
}
.ModalTypeShareProjectUI-Dropdown_opened .ModalTypeShareProjectUI-IconEdit path, .ModalTypeShareProjectUI-Dropdown:hover .ModalTypeShareProjectUI-IconEdit path {
  fill: #3c6eb8;
}

.ModalTypeShareProjectUI-Icon:hover {
  stroke: #3c6eb8;
}
.ModalTypeShareProjectUI-Icon path {
  stroke: #37313a;
}

.ModalTypeShareProjectUI-IconEdit:hover {
  fill: #3c6eb8;
}
.ModalTypeShareProjectUI-IconEdit path {
  fill: #37313a;
}

.ModalTypeShareProjectUI-Arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ModalTypeShareProjectUI-Arrow_opened {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ModalTypeShareProjectUI-Button,
.ModalTypeShareProjectUI-ButtonOutline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 6px;
}

.ModalTypeShareProjectUI-Button {
  background-color: #38abff;
  color: #ffffff;
}
.ModalTypeShareProjectUI-Button:disabled {
  opacity: 0.5;
}

.ModalTypeShareProjectUI-ButtonOutline {
  width: 100%;
  height: 30px;
  border: 1px solid #38abff;
  background-color: #ffffff;
}.ModalTypeShortcutsUI-Row {
  display: grid;
  grid-template-columns: 154px 1fr 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 508px;
  padding: 6px 14px;
}
.ModalTypeShortcutsUI-Row > svg {
  width: 28px;
  height: 28px;
  padding: 6px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  background-color: #ffffff;
}

.ModalTypeShortcutsUI-Keys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #4c81f7;
}

.ModalTypeShortcutsUI-Key {
  padding: 6px 8px;
  border: 0.7px solid #4c81f7;
  border-radius: 2px;
  font-size: 10px;
  text-transform: uppercase;
}

.ModalTypeShortcutsUI-Description {
  font-size: 12px;
  font-weight: 400;
  color: #37313a;
}.ModalUI-BlockScroll {
  overflow: hidden;
}

.ModalUI {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 105;
  background: rgba(86, 141, 224, 0.8);
  -webkit-animation: fadeIn 0.3s forwards;
          animation: fadeIn 0.3s forwards;
}

.ModalUI-Modal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  max-width: 564px;
  width: 100%;
  padding: 20px 14px 20px 28px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
  background: #fafafa;
}

.ModalUI-Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}

.ModalUI-CloseIcon {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.ModalUI-CloseIcon path {
  stroke: #38abff;
}

.ModalUI-Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  max-height: 408px;
  padding-right: 14px;
  overflow-y: auto;
}

.ModalUI-Content.ModalUI-Content_Scrolling::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
}

.ModalUI-Content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-top-right-radius: 6px;
}

.ModalUI-Content::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
  opacity: 0.1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}.ViewHelperFeatureUI {
  border-radius: 100%;
}

.ViewHelperFeatureUI-Wrapper {
  position: relative;
  width: 96px;
  height: 57px;
  left: -28px;
  top: -28px;
}

.ViewHelperFeatureUI-PopupUI {
  padding: 4px 8px;
  -webkit-transform: translateY(-100%) translateX(-100%);
          transform: translateY(-100%) translateX(-100%);
}

.button-wrapper {
  position: relative;
  width: 28px;
  height: 28px;
  font-family: "Montserrat";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.button-wrapper_0 {
  left: 64px;
}

.button-wrapper_1 {
  -webkit-transform: translateY(-100%) translateX(100%);
          transform: translateY(-100%) translateX(100%);
  left: -1px;
}

.button-wrapper_2 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.ViewHelperFeatureUI-ButtonUI {
  width: 28px;
  height: 28px;
}

.ViewHelperFeatureUI-IconUI {
  width: 14px;
  height: 14px;
}

.ViewHelperFeatureUI-IconUI_fill {
  fill: #38abff;
}.HistoryFeature {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 28px);
  grid-template-rows: 28px;
}.ControlFeature {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 28px);
  grid-template-rows: 28px;
  gap: 10px;
}.ChangeViewModeFeature {
  font-size: 12px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ChangeViewModeFeature-Wrapper {
  width: 54px;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 26px);
  grid-template-rows: 26px;
  border: #eeeeee solid 1px;
  border-radius: 6px;
  background-color: #eeeeee;
}

.ChangeViewModeFeature-ButtonUI_enabled {
  color: #3c6eb8;
}.ShowNotes-Button {
  width: 28px;
  height: 28px;
}.PreviewProject .ButtonUI {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 28px;
  padding: 8px 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
  background: #38abff;
}
.PreviewProject .ButtonUI_active, .PreviewProject .ButtonUI:hover {
  opacity: 0.8;
}
.PreviewProject .QRMenu {
  position: relative;
  top: 10px;
  right: 100px;
  width: 240px;
  height: 174px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
  z-index: 101;
}
.PreviewProject .QRMenu-Text {
  width: 200px;
  height: 34px;
  border-radius: 34.38px;
  background: #4c74f6;
  padding: 9px 15px;
  color: #ffffff;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.PreviewProject .QRMenu-QR {
  width: 90px;
  height: 90px;
}.PublishWidget {
  display: grid;
  grid-template-columns: 40px 142px;
  width: 221px;
  height: 42px;
  padding: 7px 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
  pointer-events: auto;
}.PublishProject-Button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 142px;
  height: 28px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  padding: 0 11px;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#49c5f6), color-stop(128.23%, #ff2aef));
  background: linear-gradient(90deg, #49c5f6 0%, #ff2aef 128.23%);
  color: #ffffff;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.PublishProject-Button_active, .PublishProject-Button:hover {
  background: -webkit-gradient(linear, right top, left top, from(#49c5f6), color-stop(128.23%, #ff2aef));
  background: linear-gradient(-90deg, #49c5f6 0%, #ff2aef 128.23%);
}
.PublishProject-Button span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
.PublishProject-Button svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.PublishProject-Button svg path {
  fill: #ffffff;
}
.PublishProject .PublishMenu {
  position: relative;
  top: 10px;
  right: 316px;
  width: 472px;
  height: 292px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
          box-shadow: 0 0 15px 0 rgba(23, 26, 83, 0.1019607843);
  z-index: 101;
}
.PublishProject .PublishMenu-Divider::before {
  display: block;
  height: 252px;
  width: 1px;
  content: "";
  background-color: #eeeeee;
}
.PublishProject .PublishMenu-Left, .PublishProject .PublishMenu-Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 200px;
  height: 100%;
}
.PublishProject .PublishMenu-Left {
  gap: 2px;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.PublishProject .PublishMenu-Left_header {
  padding-bottom: 11px;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.PublishProject .PublishMenu-Left_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  width: 100%;
}
.PublishProject .PublishMenu-Left_menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  width: 100%;
  padding: 4px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 6px;
  cursor: pointer;
}
.PublishProject .PublishMenu-Left_menu_item_active {
  background: rgba(56, 171, 255, 0.1019607843);
  color: #4c74f6;
}
.PublishProject .PublishMenu-Right {
  gap: 10px;
}
.PublishProject .PublishMenu-Right_image {
  height: 140px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  border-radius: 8px;
  background: #b4c6ff;
}
.PublishProject .PublishMenu-Right_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.PublishProject .PublishMenu-Right_desc_header {
  font-weight: 500;
}
.PublishProject .PublishMenu-Right_desc_text {
  height: 40px;
}
.PublishProject .PublishMenu-Right_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32px;
  padding: 4px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 6px;
  background: #4c74f6;
  color: #ffffff;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.PublishProject-Divider::before {
  display: block;
  height: 18px;
  width: 1px;
  content: "";
  background-color: #eeeeee;
}.DebugTree {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 380px;
  max-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(23, 26, 53, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  color: #fafafa;
  pointer-events: auto;
  z-index: 103;
  font-size: 12px;
  backdrop-filter: blur(6px);
}

.DebugTree-Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.DebugTree-Title {
  font-weight: 600;
  letter-spacing: 0.2px;
}

.DebugTree-Count {
  font-size: 10px;
  color: #b4b7bb;
}

.DebugTree-Body {
  overflow: auto;
  padding: 6px 8px 8px;
}

.DebugTree-List,
.DebugTree-Children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.DebugTree-Children {
  margin-left: 10px;
  padding-left: 8px;
  border-left: 1px dashed rgba(255, 255, 255, 0.08);
}

.DebugTree-Item {
  margin: 2px 0;
}

.DebugTree-Row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@-webkit-keyframes blink-name {
  from {
    background: rgba(255, 255, 255, 0.5);
  }
  to {
    background: rgba(255, 255, 255, 0);
  }
}

@keyframes blink-name {
  from {
    background: rgba(255, 255, 255, 0.5);
  }
  to {
    background: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes blink-type {
  from {
    background: rgba(255, 255, 255, 0.5);
  }
  to {
    background: rgba(56, 171, 255, 0.2);
  }
}
@keyframes blink-type {
  from {
    background: rgba(255, 255, 255, 0.5);
  }
  to {
    background: rgba(56, 171, 255, 0.2);
  }
}
@-webkit-keyframes blink-count {
  from {
    background: rgba(255, 255, 255, 0.5);
  }
  to {
    background: rgba(255, 255, 255, 0.08);
  }
}
@keyframes blink-count {
  from {
    background: rgba(255, 255, 255, 0.5);
  }
  to {
    background: rgba(255, 255, 255, 0.08);
  }
}
.DebugTree-Name {
  font-weight: 500;
  color: #fafafa;
  -webkit-animation: blink-name 0.3s;
          animation: blink-name 0.3s;
}

.DebugTree-Type {
  padding: 1px 6px;
  border-radius: 999px;
  background: rgba(56, 171, 255, 0.2);
  color: #d7eeff;
  font-size: 10px;
  -webkit-animation: blink-type 0.3s;
          animation: blink-type 0.3s;
}

.DebugTree-ComponentsCount {
  padding: 1px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #b4b7bb;
  font-size: 10px;
  -webkit-animation: blink-count 0.3s;
          animation: blink-count 0.3s;
}

.DebugTree-ComponentsHover {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.DebugTree-Id {
  color: #b4b7bb;
  font-size: 10px;
  font-family: monospace;
}

.DebugTree-RowActions {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.DebugTree-RemoveButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  padding: 0 6px;
  border-radius: 4px;
  border: 1px solid rgba(240, 72, 71, 0.35);
  background: rgba(240, 72, 71, 0.12);
  color: #f04847;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: background 120ms ease, border-color 120ms ease, color 120ms ease;
  transition: background 120ms ease, border-color 120ms ease, color 120ms ease;
}

.DebugTree-RemoveButton:hover {
  background: rgba(240, 72, 71, 0.2);
  border-color: rgba(240, 72, 71, 0.5);
}

.DebugTree-ComponentsPanel {
  position: fixed;
  min-width: 220px;
  max-width: 320px;
  max-height: 280px;
  overflow: auto;
  padding: 8px;
  border-radius: 8px;
  background: rgba(23, 26, 53, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  z-index: 200;
}

.DebugTree-ComponentsTitle {
  font-size: 10px;
  color: #b4b7bb;
  margin-bottom: 6px;
}

.DebugTree-ComponentsList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.DebugTree-Component {
  padding: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.DebugTree-ComponentHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
  font-size: 10px;
  color: #d7eeff;
  margin-bottom: 4px;
}

.DebugTree-ComponentName {
  color: inherit;
  font-size: inherit;
}

.DebugTree-ComponentData {
  margin: 0;
  font-size: 10px;
  color: #fafafa;
  white-space: pre-wrap;
  word-break: break-word;
}

.DebugTree-Empty {
  padding: 8px 0;
  color: #b4b7bb;
  font-size: 10px;
  text-align: center;
}