@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Italic.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Italic.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/style/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("/style/fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("/style/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.sceneBlock {
  display: flex;
}
.sceneBlock .controlMenuScene {
  width: 20%;
  border-left: 1px solid #894360;
  max-height: calc(100vh - 4rem);
  display: flex;
  flex-direction: column;
}
.sceneBlock .controlMenuScene__controls {
  display: flex;
  position: absolute;
  margin-left: auto;
}
.sceneBlock .controlMenuScene__controls-move {
  margin-left: 5px;
}
.sceneBlock .controlMenuScene__controls-move, .sceneBlock .controlMenuScene__controls-rotate, .sceneBlock .controlMenuScene__controls-scale {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 4px;
  margin-left: 4px;
  margin-top: 5px;
  cursor: pointer;
  opacity: 0.6;
}
.sceneBlock .controlMenuScene__selectedItem {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sceneBlock .controlMenuScene__selectedItem__title {
  border-bottom: 1px solid #894360;
  align-items: center;
  /* margin-bottom: 0.5rem; */
  /* margin-top: 1rem; */
  height: 3.5rem;
  display: flex;
}
.sceneBlock .controlMenuScene__selectedItem__title__info {
  display: flex;
  flex-direction: column;
}
.sceneBlock .controlMenuScene__selectedItem__title__project {
  color: #737373;
  font-size: 15px;
  max-width: 8.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sceneBlock .controlMenuScene__selectedItem__title__text {
  color: #894360;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 5px;
  cursor: pointer;
  max-width: 8.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sceneBlock .controlMenuScene__selectedItem__title .btn_saveSceneAR {
  margin-left: auto;
  margin-bottom: 0.5rem;
  margin-right: 0;
  margin-left: auto;
  vertical-align: middle;
}
.sceneBlock .controlMenuScene__selectedItem__title__info-popover {
  margin: 0.5rem;
}
.sceneBlock .controlMenuScene__selectedItem__title__info-popover__popover {
  border: 0px;
  background: transparent;
  cursor: pointer;
}
.sceneBlock .controlMenuScene__selectedItem__title__info-popover__popover__img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}
.sceneBlock .controlMenuScene__selectedItem__text {
  vertical-align: middle;
  margin: auto 0;
}
.sceneBlock .controlMenuScene__selectedItem__inputs_block {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
}
.sceneBlock .controlMenuScene__selectedItem__upper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.sceneBlock .controlMenuScene__selectedItem__target {
  width: 10rem;
  margin-bottom: 1rem;
}
.sceneBlock .controlMenuScene__selectedItem__target__input {
  width: 0px;
  height: 0px;
}
.sceneBlock .controlMenuScene__selectedItem__name {
  display: flex;
  height: 2.5rem;
  margin-bottom: 10px;
}
.sceneBlock .controlMenuScene__selectedItem__actions {
  display: flex;
  height: 3.5rem;
  align-items: end;
}
.sceneBlock .controlMenuScene__selectedItem__actions__playpause {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.sceneBlock .controlMenuScene__selectedItem__actions__playpause__img {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  margin: 0.2rem 0.2rem;
}
.sceneBlock .controlMenuScene__selectedItem__controls {
  height: 3.5rem;
}
.sceneBlock .controlMenuScene__selectedItem .text_input {
  display: flex;
  margin: 0.25rem 0;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sceneBlock .controlMenuScene__selectedItem .text_input-name {
  display: flex;
  width: 100%;
}
.sceneBlock .controlMenuScene__selectedItem .text_input-name input {
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.25rem;
}
.sceneBlock .controlMenuScene__selectedItem .text_input-name__element_name {
  margin-left: 10px;
  color: gray;
  max-width: 11rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sceneBlock .controlMenuScene__selectedItem .text_input__position {
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin: 0.25rem;
  padding: 0.25rem;
}
.sceneBlock .controlMenuScene__selectedItem .text_input input[type=number]::-webkit-outer-spin-button,
.sceneBlock .controlMenuScene__selectedItem .text_input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sceneBlock .controlMenuScene__selectedItem .text_input input[type=number] {
  -moz-appearance: textfield;
}
.sceneBlock .controlMenuScene__selectedItem .text_input__name {
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.25rem;
}
.sceneBlock .controlMenuScene__selectedItem .text_input select {
  width: 100%;
  margin-left: 10px;
}
.sceneBlock .controlMenuScene__selectedItem__exportElements {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: auto;
  cursor: pointer;
}
.sceneBlock .controlMenuScene__items {
  overflow-y: auto;
}
.sceneBlock .controlMenuScene__items__header {
  background-color: #DEDEDE;
  align-items: center;
  display: flex;
  padding: 0.5rem 1rem;
  height: 2rem;
}
.sceneBlock .controlMenuScene__items__header__text {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bold;
}
.sceneBlock .controlMenuScene__items__header__img {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: auto;
  cursor: pointer;
}
.sceneBlock .controlMenuScene__items .items__item {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
}
.sceneBlock .controlMenuScene__items .items__item .controlMenuScene__text {
  vertical-align: middle;
  margin: auto 0;
  max-width: 12rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sceneBlock .controlMenuScene__items .items__item__img {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: auto;
  cursor: pointer;
}
.sceneBlock .controlMenuScene__items .items__item__selected {
  background-color: #efefef;
}
.sceneBlock .controlMenuScene__list {
  overflow: hidden;
}
.sceneBlock .sceneContainer {
  width: 80%;
}

.project-info-popover__container {
  padding: 1rem;
  border: 1px solid #894360;
  border-radius: 0.5rem;
  max-width: 25rem;
}
.project-info-popover__container__block {
  display: flex;
}
.project-info-popover__container__block__title {
  color: #894360;
  margin-right: 5px;
}
.project-info-popover__container__block__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.add-items .add-items__container {
  min-height: 25rem;
}

.add-items {
  min-height: 15rem;
}
.add-items__tabsBlock {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 2.5rem;
}
.add-items__tab {
  width: 50%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #894360;
  border-bottom: 1px solid #894360;
  align-items: center;
}
.add-items__tab__name {
  text-align: center;
  width: 100%;
  font-size: medium;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.add-items__tab__active {
  background: #7b3854;
  color: white;
  font-weight: bold;
}
.add-items__tab_container .items__tab_container__typeButtons {
  display: flex;
}

.typebuttons-items {
  min-height: 18rem;
  width: 100%;
}
.typebuttons-items .nameInput {
  margin-bottom: 1rem;
}
.typebuttons-items__tab {
  cursor: pointer;
  width: 100%;
  padding: 0.2rem;
  text-align: center;
  vertical-align: middle;
  color: #894360;
  border-bottom: 1px solid #894360;
  align-items: center;
}
.typebuttons-items__tab__name {
  text-align: center;
  width: 100%;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-top: 5px;
}
.typebuttons-items__tab__img {
  width: 24px;
  height: 24px;
}
.typebuttons-items__tab__active {
  background: #894360;
  color: white;
  font-weight: bold;
}
.typebuttons-items__tab__active__dark {
  background-color: #7b3854;
}
.typebuttons-items .horizontalFlex {
  display: flex;
}
.typebuttons-items__tabContainer {
  display: grid;
  padding: 1.5rem;
  grid-gap: 5rem;
  grid-template-columns: 1fr 1fr;
}
.typebuttons-items__tabContainer__right {
  width: 100%;
  float: right;
}
.typebuttons-items__tabContainer__right .itemControls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.typebuttons-items__tabContainer__left {
  width: 100%;
  float: left;
}
.typebuttons-items__tabContainer__button__block {
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.typebuttons-items__tabContainer__upload {
  grid-column: 1;
  background-color: #894360;
  border: 0px;
  align-items: center;
  border-radius: 50px;
  height: 1.5rem;
  width: 10rem;
  cursor: pointer;
}
.typebuttons-items__tabContainer__upload__text {
  cursor: pointer;
  font-size: small;
  color: white;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.typebuttons-items__tabContainer__upload img {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 5px;
}
.typebuttons-items__tabContainer__saveLibrary {
  grid-column: 1;
  background-color: #894360;
  border: 0px;
  align-items: center;
  border-radius: 50px;
  height: 1.5rem;
  width: 10rem;
  cursor: pointer;
  margin-top: 0.5rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.typebuttons-items__tabContainer__saveLibrary__text {
  cursor: pointer;
  font-size: small;
  color: white;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info input[type=number]::-webkit-outer-spin-button,
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info input[type=number] {
  -moz-appearance: textfield;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info__title {
  font-size: 20px;
  border-bottom: 1px solid #894360;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 0.5rem;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info__text {
  vertical-align: middle;
  margin: auto 0;
  margin-right: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info__inputs_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 0.5rem;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info__name {
  display: flex;
  margin-bottom: 0.5rem;
  width: 100%;
  flex-direction: column;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info__action {
  display: flex;
  margin-top: 1rem;
  width: 100%;
  flex-direction: row;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info__action div {
  margin-left: 10px;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info__color {
  display: flex;
  margin-bottom: 0.5rem;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info .text_input {
  display: flex;
  margin: 0.5rem 0;
  height: 1.5rem;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info .text_input__position {
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 3rem;
  padding: 0.25rem;
  border: 1px #894360;
  background-color: #ffffff;
  border-style: double;
  border-radius: 0.2rem;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info .text_input__name {
  border: 1px solid #894360;
  border-radius: 0.2rem;
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.25rem;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info .text_input__color {
  background: transparent;
  border: 0px solid #894360;
  border-radius: 0.2rem;
  font-size: small;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info .select_input {
  border: 1px solid #894360;
  border-radius: 0.2rem;
  height: 1.5rem;
  width: 80%;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info__items {
  margin-top: 1rem;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info__items .items__title {
  background-color: #DEDEDE;
  align-items: center;
  display: flex;
  padding: 0.5rem 0.3rem;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info__items .items__title__text {
  font-size: 20px;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info__items .items__title__img {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: auto;
  cursor: pointer;
}
.typebuttons-items__tabContainer .typebuttons-items__tabContainer-info__items .items__item {
  display: flex;
  padding: 1rem;
}

/*# sourceMappingURL=styles.css.map */
