:root {
	color-scheme: light dark !important;
}

body {
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	margin: 0;
	overflow: hidden;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
}

button {
	position: relative;
}

input {
	vertical-align: middle;
}

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

textarea {
	tab-size: 4;
	white-space: pre;
	word-wrap: normal;
	vertical-align: middle;
}

textarea.success {
	border-color: #8b8 !important;
}

textarea.fail {
	border-color: #f00 !important;
	background-color: rgba(255,0,0,0.05);
}

textarea, input { outline: none; } /* osx */

.Panel {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;

	/* No support for these yet */
	-o-user-select: none;
	user-select: none;
}

.TabbedPanel {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;

	/* No support for these yet */
	-o-user-select: none;
	user-select: none;
	position: relative;
	display: block;
	width: 100%;
}

.TabbedPanel .Tabs {
	position: relative;
	display: block;
	width: 100%;
	min-width: 300px;
}

.TabbedPanel .Tabs .Tab {
	padding: 10px;
	text-transform: uppercase;
}

.TabbedPanel .Panels {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-width: 300px;
}

/* Listbox */
.Listbox {
	color: #444;
	background-color: #fff;
	padding: 0;
	width: 100%;
	min-height: 140px;
	font-size: 12px;
	cursor: default;
	overflow: auto;
}

.Listbox .ListboxItem {
	padding: 6px;
	color: #666;
	white-space: nowrap;
}

.Listbox .ListboxItem.active {
	background-color: rgba(0, 0, 0, 0.04);
}

/* CodeMirror */

.CodeMirror {

	position: absolute !important;
	top: 37px;
	width: 100% !important;
	height: calc(100% - 37px) !important;

}

.CodeMirror .errorLine {

	background: rgba(255,0,0,0.25);

}

.CodeMirror .esprima-error {

	color: #f00;
	text-align: right;
	padding: 0 20px;

}

/* outliner */

#outliner .opener {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0px 4px;
	vertical-align: top;
	text-align: center;
}

#outliner .opener.open:after {
	content: 'âˆ’';
}

#outliner .opener.closed:after {
	content: '+';
}

#outliner .option {

	border: 1px solid transparent;

}

#outliner .option.drag {

	border: 1px dashed #999;

}

#outliner .option.dragTop {

	border-top: 1px dashed #999;

}

#outliner .option.dragBottom {

	border-bottom: 1px dashed #999;

}

#outliner .type {
	display: inline-block;
	width: 14px;
	height: 14px;
	color: #ddd;
	text-align: center;
}

#outliner .type:after {
	content: 'â—';
}

/* */

#outliner .Scene {
	color: #8888dd;
}

#outliner .Camera {
	color: #dd8888;
}

#outliner .Light {
	color: #dddd88;
}

/* */

#outliner .Object3D {
	color: #aaaaee;
}

#outliner .Mesh {
	color: #8888ee;
}

#outliner .Line {
	color: #88ee88;
}

#outliner .LineSegments {
	color: #88ee88;
}

#outliner .Points {
	color: #ee8888;
}

/* */

#outliner .Geometry {
	color: #aaeeaa;
}

#outliner .Material {
	color: #eeaaee;
}

/* */

#outliner .Script:after {
	content: 'â—Ž'
}

/*  */

button {
	color: #555;
	background-color: #ddd;
	border: 0px;
	margin: 0px; /* GNOME Web */
	padding: 5px 8px;
	cursor: pointer;
	outline: none;
}



input, textarea {
	border: 1px solid transparent;
	color: #444;
}

input.Number {
	color: #08f!important;
	font-size: 12px;
	border: 0px;
	padding: 2px;
}

select {
	color: #666;
	background-color: #ddd;
	border: 0px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
}


/* UI */

#resizer {
	position: absolute;
	top: 32px;
	right: 295px;
	width: 5px;
	bottom: 0px;
	/* background-color: rgba(255,0,0,0.5); */
	cursor: col-resize;
}

#viewport {
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	bottom: 0;
}

#viewport #info {
	text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
	pointer-events: none;
}

#script {
	position: absolute;
	top: 32px;
	left: 0;
	right: 300px;
	bottom: 0;
	opacity: 0.9;
}

#player {
	position: absolute;
	top: 32px;
	left: 0;
	right: 300px;
	bottom: 0;
}

#menubar {
	position: absolute;
	width: 100%;
	height: 32px;
	background: #eee;
	padding: 0;
	margin: 0;
	right: 0;
	top: 0;
}

#menubar .menu {
	float: left;
	cursor: pointer;
	padding-right: 8px;
}

#menubar .menu.right {
	float: right;
	cursor: auto;
	padding-right: 0;
	text-align: right;
}

#menubar .menu .title {
	display: inline-block;
	color: #888;
	margin: 0;
	padding: 8px;
	line-height: 16px;
}

#menubar .menu .options {
	position: fixed;
	display: none;
	padding: 5px 0;
	background: #eee;
	width: 150px;
	max-height: calc(100% - 80px);
	overflow: auto;
}

#menubar .menu:hover .options {
	display: block;
}

#menubar .menu .options hr {
	border-color: #ddd;
}

#menubar .menu .options .option {
	color: #666;
	background-color: transparent;
	padding: 5px 10px;
	margin: 0 !important;
}

#menubar .menu .options .option:hover {
	color: #fff;
	background-color: #08f;
}

#menubar .menu .options .option:active {
	color: #666;
	background: transparent;
}

#menubar .menu .options .inactive {
	color: #bbb;
	background-color: transparent;
	padding: 5px 10px;
	margin: 0 !important;
}

#sidebar {
	position: absolute;
	right: 0;
	top: 32px;
	bottom: 0;
	width: 0;
	background: #eee;
	overflow: auto;
}

#sidebar .Panel {
	color: #888;
	padding: 10px;
	border-top: 1px solid #ccc;
}

#sidebar .Panel.collapsed {
	margin-bottom: 0;
}

#sidebar .Row {
	min-height: 20px;
	margin-bottom: 10px;
}

#sidebar canvas {
	vertical-align: middle;
}

#tabs {
	background-color: #ddd;
	border-top: 1px solid #ccc;
}

#tabs span {
	color: #aaa;
	border-right: 1px solid #ccc;
	padding: 10px;
}

#tabs span.selected {
	color: #888;
	background-color: #eee;
}

#toolbar {
	position: absolute;
	left: 10px;
	top: 42px;
	width: 32px;
	background: #eee;
	text-align: center;
}

#toolbar button, #toolbar input {
	height: 32px;
}

#toolbar button img {
	width: 16px;
	opacity: 0.5;
}

.Outliner {
	color: #444;
	background-color: #fff;
	padding: 0;
	width: 100%;
	height: 140px;
	font-size: 12px;
	cursor: default;
	overflow: auto;
	resize: vertical;
	outline: none !important;
}

.Outliner .option {
	padding: 4px;
	color: #666;
	white-space: nowrap;
}

.Outliner .option:hover {
	background-color: rgba(0,0,0,0.02);
}

.Outliner .option.active {
	background-color: rgba(0,0,0,0.04);
}


.TabbedPanel .Tabs {
	background-color: #ddd;
	border-top: 1px solid #ccc;
}

.TabbedPanel .Tab {
	color: #aaa;
	border-right: 1px solid #ccc;
}

.TabbedPanel .Tab.selected {
	color: #888;
	background-color: #eee;
}

.Listbox {
	color: #444;
	background-color: #fff;
}

.Panel {
	color: #888;
}

/* */

@media all and ( max-width: 600px ) {

	#resizer {
		display: none;
	}

	#menubar .menu .options {
		max-height: calc(100% - 372px);
	}

	#menubar .menu.right {
		display: none;
	}

	#viewport {
		left: 0;
		right: 0;
		top: 32px;
		height: calc(100% - 352px);
	}

	#script {
		left: 0;
		right: 0;
		top: 32px;
		height: calc(100% - 352px);
	}

	#player {
		left: 0;
		right: 0;
		top: 32px;
		height: calc(100% - 352px);
	}

	#sidebar {
		left: 0;
		width: 100%;
		top: calc(100% - 320px);
		bottom: 0;
	}

}

/* DARK MODE */

@media ( prefers-color-scheme: dark ) {

	button {
		color: #aaa;
		background-color: #222;
	}


	input, textarea {
		background-color: #222;
		border: 1px solid transparent;
		color: #888;
	}

	select {
		color: #aaa;
		background-color: #222;
	}

	select:hover {
		color: #ccc;
		background-color: #444;
	}

	/* UI */

	#menubar {
		background: #111;
	}

	#menubar .menu .options {
		background: #111;
	}

	#menubar .menu .options hr {
		border-color: #222;
	}

	#menubar .menu .options .option {
		color: #888;
	}

	#menubar .menu .options .inactive {
		color: #444;
	}

	#sidebar {
		background-color: #111;
	}

	#sidebar .Panel {
		border-top: 1px solid #222;
	}

	#sidebar .Panel.Material canvas {
		border: solid 1px #5A5A5A;
	}

	#tabs {
		background-color: #1b1b1b;
		border-top: 1px solid #222;
	}

	#tabs span {
		color: #555;
		border-right: 1px solid #222;
	}

	#tabs span.selected {
		background-color: #111;
	}

	#toolbar {
		background-color: #111;
	}

	#toolbar img {
		filter: invert(1);
	}

	.Outliner {
		color: #888;
		background: #222;
	}

	.Outliner .option:hover {
		background-color: rgba(21,60,94,0.5);
	}

	.Outliner .option.active {
		background-color: rgba(21,60,94,1);
	}

	.TabbedPanel .Tabs {
		background-color: #1b1b1b;
		border-top: 1px solid #222;
	}

	.TabbedPanel .Tab {
		color: #555;
		border-right: 1px solid #222;
	}

	.TabbedPanel .Tab.selected {
		color: #888;
		background-color: #111;
	}

	.Listbox {
		color: #888;
		background: #222;
	}

	.Listbox .ListboxItem:hover {
		background-color: rgba(21,60,94,0.5);
	}

	.Listbox .ListboxItem.active {
		background-color: rgba(21,60,94,1);
	}

}


/* ADDED STUFF */
.Text, h3 {
	font-family: 'Barlow';
	color: black;
}

.h2__title {
	font-size: 14px;
	font-weight: 500;
	color: black;
}

#viewport {
	top: 0;
}

/* DEBUG Panel */

.debug__container {
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.debug__container.active {
	display: flex;
}



.status__container {
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	width: 500px;
	z-index: 99999;
}
.status__container h3 {
	color: black;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	text-align: center;
}
.progressbar__container {
	width: 112px;
}
.progressbar__inner {
	height: 7px;
}
.ui-mprogress .indeter-bar, .ui-mprogress .bar-bg {
	height: 6px !important;
	border-radius: 3px;
}
.mprogress-custom-parent {
	border-radius: 3px;

}
.ui-mprogress .bar-bg {
	background: #E6E8EA !important;
}
.ui-mprogress .indeter-bar {
	background: #00AC8B !important;
}

/* Error Container */
.error__panel {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 70px;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.error__item, .succ__item {
	display: flex;
	background: #DD4C57;
	border-radius: 4px;
	padding: 16px;
	align-items: center;
	z-index: 99999;
	margin-bottom: 14px;
}
.succ__item {
	background: #00AC8B;
}
.error__item .error__text, .succ__item .succ__text {
	margin: 0;
	margin-left: 16px;
	font-weight: 500;
	font-size: 16px;
	color: white;
}

.error__container {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 70px;
	z-index: 9;
	display: flex;
	background: #DD4C57;
	border-radius: 4px;
	padding: 18px;
	align-items: center;
	display: none;
	z-index: 99999;
}
.error__container.active {
	display: flex;
}

.error__container .error__text {
	margin: 0;
	margin-left: 16px;
	font-weight: 500;
	font-size: 16px;
}

/* LEFT PANEL */


/* TOP PANEL */
#topPanel {
	width: 306px;
	height: 48px;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;

	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}
#topPanel.webar {
	width: auto;
}
#topPanel .popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 9999;
}
#topPanel .popup h4 {
	position: relative;
	display: block;
	text-transform: none;
	color: white;
	font-family: barlow;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	width: 100%;
}
#topPanel .popup:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top-color: black;
	border-bottom: 0;
	margin-left: -7px;
	margin-bottom: -7px;
}
#topPanel .Button:hover > .popup {
	display: none;
}

#topPanel .delete__btn {
	border-left: 1px solid #E6E8EA;
	border-right: 1px solid #E6E8EA;
}
#topPanel .rotate__btn.disabled {
	opacity: 0.5 !important;
}
#topPanel .Button.webar {
	opacity: 0.5 !important;
}
#topPanel .Button {
	width: 49px;
	height: 40px;
	background: white;
	opacity: 0.5;
	pointer-events: none;
}
#topPanel.active > .Button {
	opacity: 1;
	pointer-events: auto;
}
#topPanel .Button img {
	padding: 4px;
}
#topPanel .Button.selected {
	background: #F3F0FA;
}
#topPanel .history__btn.active {
	opacity: 1;
	pointer-events: auto;
}
/* RIGHT PANEL */
#rightPanel {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 100%;
	background: white;
	z-index: 2;
}

#rightPanel .container {
	padding: 0;
}
#rightPanel .Row {
	padding-left: 16px;
	padding-right: 16px;
}
#rightPanel .title__row {
	padding: 16px;
	border-bottom: 1px solid #F2F4F6;
	display: flex;
}
#rightPanel .heading__row {
	padding-top: 8px;
	padding-bottom: 8px;
}
#rightPanel .param__row {
	padding-bottom: 12px;
	border-bottom: 1px solid #F2F4F6;
}
#rightPanel .hide__btn {
	cursor: pointer;
	margin-left: 10px;
}
#rightPanel .properties__inner.active {
	display: block;
}
#rightPanel .properties__inner {
	display: none;
}


/* animation */
#rightPanel .Panel.animation .Text:first-child {
	font-weight: 500;
}
#rightPanel .animation-row {
	display: flex;
	flex-wrap: wrap;
}
#rightPanel .animation-list {
	width: 100%;
	margin: 0;
}
#rightPanel .animation__el {
	color: black;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
	margin-bottom: 5px;
}

#rightPanel .animation__el h3 {
	font-weight: normal;
	font-size: 1em;
	margin: 0;
}
#rightPanel .animation-btn {
	cursor: pointer;
	border-radius: 3px;
	width: 50px;
	text-transform: uppercase;
	text-align: center;
	color: black;
	padding: 3px;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 4%);
	border: 1px solid #E6E8EA;
}

/* 3D text */

#rightPanel .threed__row  .Row {
	border-top: 1px solid #F2F4F6;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 0;
}
#rightPanel .font__row {
	padding-right: 0;
}
#rightPanel .font__container {
	position: relative;
	display: flex;
  flex-wrap: wrap;
}
#rightPanel .dropdown__btn {
	width: 100%;
  padding: 16px;
	padding-left: 0;
	padding-right: 0;
	color: #1C1E20;
  font-size: 16px;
	text-transform: capitalize;
  border: none;
  cursor: pointer;
	display: flex;
	justify-content: space-between;

	background-image: url('../images/hide_btn.svg');
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: right;
}
#rightPanel .font__selector {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	z-index: 1;

	top: 32px;
	width: 100%;
  background: white;
  color: #1C1E20;

	padding: 8px;
	papdding-right: 0;
	height: 400px;
	overflow: hidden;
	overflow-y: scroll;

	border: 1px solid #E6E8EA;
	border-radius: 4px;
}
#rightPanel .font__selector.active {
	display: block;
}

 #rightPanel .font__selector li {
	margin: 0;
	padding-left: 0;
	list-style: none;
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize;
}

#rightPanel .font__selector li:hover {
	background-color: #F2F4F6;
	border-radius: 4px;
}

/* Animation */
#rightPanel .animation {
	margin-top: 10px;
}

#rightPanel .animation .Text {
	padding-left: 16px;
}



#RightPanel .colour__row .color__title {
	width: 100%;
}
#RightPanel .colour__row .colour__inner {
	margin-top: 15px;
	margin-bottom: 5px;
}
#rightPanel .colour__picker {
	width: 20px !important;
	height: 20px !important;
	border-radius: 2px;
	border: 1px solid #F2F4F6 !important;
	margin-right: 10px;
	padding: 0 !important;
}

#rightPanel .slider__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#rightPanel .mat__slider {
	margin-top: 20px;
	-webkit-appearance: none;
	width: 200px;
	height: 2px;
  background: #AAACAE;
	background-image: linear-gradient(#16055D, #16055D);
  background-size: 70% 100%;
	background-repeat: no-repeat;
	border: none;
}
#rightPanel .mat__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
	border-radius: 100%;
	border: 1px solid #AAACAE;
  background: white;
  cursor: pointer;
}

#rightPanel .mat__slider::-moz-range-thumb {
  width: 25px;
  height: 2px;
  cursor: pointer;
}

#rightPanel .mat__slider::-webkit-slider-runnable-track {
	-webkit-appearance: none;
   box-shadow: none;
   border: none;
   background: transparent;
}


#rightPanel .Number {
	background: white !important;
	color: #1C1E20 !important;
}
#rightPanel .pivot__btn, #rightPanel .placement__btn, #rightPanel .toggle-assets__btn {
	width: 208px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 16px;
	background: white;
	border: 1px solid #E6E8EA;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 4%);
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 10px;
	opacity: 0.5;
	pointer-events: none;
}
#rightPanel .placement__btn, #rightPanel .toggle-assets__btn {
	opacity: 1;
	pointer-events: auto;
}
#rightPanel .pivot__btn.active {
	opacity: 1;
	pointer-events: auto;
}
#rightPanel .pivot__btn .Text, #rightPanel .placement__btn .Text, #rightPanel .toggle-assets__btn .Text {
	color: black;
	font-weight: 500;
}
#rightPanel .lightPanel {
	border-top: 4px solid #00000014;;
}
#rightPanel .light__btn {
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 16px;
	background: #fff9cb;
	border: 1px solid #E6E8EA;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 4%);
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 10px;

}
.overly__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* ZOOM PANEL */
#zoomPanel {
	position: absolute;
	bottom: 12px;
	right: 260px;
}

#zoomPanel .container {
	padding: 4px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}
#zoomPanel .wrapper {
	display: flex;
}
#zoomPanel .zoom__btn {
	width: 32px;
	height: 32px;
	padding: 0;
	background: white;
}

#zoomPanel .zoom__input {
	width: 47px;
	height: 32px;
	text-align: center;
	background: white;
}

.watermark {
	display: flex;
	align-items: center;
	height: 32px;
	width: 150px;
	font-style: italic;
	margin-left: 10px;
	color: #73d497;
	font-family: courier;
	z-index: 100;
}

.creatorEl {
	margin-right: 10px;
	z-index: 100;
}
.overly__container label {
	color: white;
	font-style: normal;
	margin-left: 5px;
	color: #73d497;
	font-family: courier;
}

.popups .heading{
	width:100%;
	text-align:center;
}

.clearfix {
	overflow: auto;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.preview-pop{
	position: absolute;
	width: 500px;
	background: #fff;
	top: 0px;
	left: -600px;
	box-sizing: border-box;
	border:1px solid #E6E8EA;
	border-top:none;
	padding:10px;
	opacity:0;
	z-index:998;
	transition: left 1s, opacity 2s;
}

.preview-pop.active{
	left: 639px;
	opacity:1;
}

.preview-pop .close__btn{
	top:4px;
	right:4px;
}

.preview-pop iframe{
	border:none;
	width:100%;
	height:320px;
}
.preview-pop iframe, .preview-pop .import__btn{
	margin-bottom:10px;
}
.preview-pop .model-name{
	font-size:14px;
	line-height: 24px;
	color:#1C1E20;
	font-weight: 500;
	margin:0;
	padding:0;
	padding-bottom:10px;
}


.preview-pop .author{
	padding-top:5px;
	color:#1C1E20;
}

.preview-pop .author, .preview-pop .author *{
	font-size:14px;
	line-height:22px;
	font-weight: 400;
}


body.is-loading{
	cursor: wait !important;
}

.sketchfab-loader{
	display:none;
}

body.is-loading .sketchfab-loader{
	display: flex;
}

.sketchfab-loader{
	position:absolute;
	width:97%;
	background: rgba(255,255,255,0.8);
	height: 100%;
	padding: 0;
	top: 83px;
	justify-content: center;
	align-items: center;
}

.sketchfab-loader .loader-2{
	width:60px;
	height:60px;
	border-radius:50px;
	border-width:4px;
}

.loader-2 {
	border: 8px solid #f3f3f3; /* Light grey */
	border-top: 8px solid #00AC8B; /* Blue */
	border-radius: 50%;
	width: 104px;
	height: 104px;
	animation: spin 2s linear infinite;
	margin-bottom: 188px;
}

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

.block-title, .block-description{
	width:100%;
	float:left;
	padding-left:10px;
}

.block-title{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color:#1c1e20;
	margin-top:10px;
}

.block-description{
	font-size: 16px;
	line-height: 22px;
	color:#646668;
	margin-bottom:10px;
}

.save__btn {
	z-index: 999999;
  background: #6ad669;
  width: 100px;
  height: 50px;
  position: absolute;
  right: 253px;
  top: 12px;
	cursor: pointer;

	display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.save__btn h3 {
	font-weight: normal;
	margin: 0;
	font-size: 14px;
}


.download-btn {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	color: black;
	background: lightblue;
	padding: 15px;
	border-radius: 5px;
	right: 253px;
	top: 70px;
	cursor: pointer;
}
/* Debugs and Status */
.console__container {
	position: absolute;
	z-index: 999999999999;
	top: 10px;
	left: 10px;
  background: wheat;
  width: 400px;
  padding-left: 10px;
}
.console__container h4 {
	font-size: 1em;
	color: black;
	font-weight: 400;
	font-family: 'Courier New', monospace;
}

/* WebAR */
.splash-screen {
	position: absolute;
	z-index: 99999999999;
	background: white;
	height: 100%;
	width: 100%;
}

.simple-left-side__btn{
	position: relative;
}

.simple-left-side__btn .info-label {
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	color: #306a69;
	background: #e0f4f0;
	font-weight: 500;
	font-family: 'Barlow';
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	text-transform: capitalize !important;
	position: absolute;
	left: 2px;
	top: 2px;
}



/* IMAGE PLACEMENT */
#objPlacement .import__btn {
	background: #DD4C57;
	width: 100%;
	height: 40px;
	display: block;
	cursor: pointer;
	margin-left: 0px;
	border-radius: 4px;
}
#objPlacement .import__btn .Text {
	color: white;
	font-weight: 500;
}


/* general  */
.btn .Text {
	cursor: pointer !important;
}
