
#leftPanel {
	position: absolute;
	width: 240px;
	height: 100%;
	background: white;
	z-index: 7;
}

.close__btn {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 32px;
	height: 32px;
	background: white;
	border-radius: 100%;
	display: flex;
	cursor: pointer;
	padding: 2px;
}

.close__btn img {
	width: 100%;
}

a {
	text-decoration: none;
	color: #26099F;
}


#leftPanel .hide {
	display: none;
}
#leftPanel .light {
	opacity: 0.5;
}

#leftPanel .prompt__btn, #leftPanel .nft__btn, #leftPanel .simple-left-side__btn, #leftPanel .modelPicker__btn, .feature-btn {
	width:100px;
	height:88px;
	display: flex;
  flex-wrap: wrap;
	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;
	opacity: 0.5;
	margin-bottom: 10px;
}
#leftPanel .card-feature__btn {
	margin-left: 5px;
}

#leftPanel .prompt__btn.active, #leftPanel .nft__btn.active, #leftPanel .simple-left-side__btn.active, #leftPanel .modelPicker__btn.active, .feature-btn.active {
//	pointer-events: auto;
	opacity: 1;
}


#leftPanel .prompt__btn .Text, #leftPanel .nft__btn .Text,  #leftPanel .simple-left-side__btn .Text, #leftPanel .modelPicker__btn .Text, .feature-btn .Text {
	text-transform: none;
	font-weight: 500;
	font-size: 16px;
	color: #26099F;
	cursor: pointer;
}

#leftPanel .button-wrapper{
	width:100%;
  display: flex;
  flex-wrap: wrap;
	box-sizing: border-box;
}

#leftPanel button.prompt__btn,
#leftPanel button.nft__btn,
#leftPanel button.simple-left-side__btn,
#leftPanel button.threeDtext__btn {
}


#leftPanel button.nft__btn .icon-wrapper{
	padding-top:15px;
}
#leftPanel .button-wrapper button .icon-wrapper, .feature-btn .icon {
	height:50px;
  width: 100%;
	box-sizing: border-box;
}

#leftPanel .button-wrapper button .Text, .preview-pop Button{
	font-size:14px;
	line-height:22px;
	color:#1C1E20;
	font-weight: 400;
	white-space: nowrap;
}



.modelPicker__form .modelList{
	width:100%;
	height:300px;
	overflow-y: auto;
	position:relative;
	float:left;
}

.modelPicker__form .modelList .modelItem{
	float:left;
	width:33%;
	margin:1px;
}

.modelPicker__form .modelList .modelItem img{
	max-width:100%;
}

.modelItem:hover img{
	opacity:0.8;
}

.modelItem:hover .model-name{
	text-decoration: underline;
}

.popup__container, .modelPicker__form, .nft__form, .threeDtext__container, .canvas__container, .feature__container{
	width: 400px;
	height: 100%;
	position: absolute;
	z-index: 6;
	top: 0px;
	background: #fff;/*rgba(242, 244, 246, 0.8);*/
	border: 1px solid #E6E8EA;
	border-top:none;
	box-sizing: border-box;
	backdrop-filter: blur(20px);
	flex-wrap: wrap;
	justify-content: center;
	color:#646668;
	font-size:14px;
	left:-800px;
	transition: left 1s, opacity 2s;
	opacity:0;
}

.popup__container.active, .nft__form.active, .threeDtext__container.active, .canvas__container.active, .feature__container.active {
	display:block;
	left: 240px;
	opacity:1;
}

.popups .heading{
	padding-top:25px;
	padding-bottom:15px;
}

.popups .heading .data-row{
	padding-bottom:15px;
}


.popups .heading .title{
	font-size:18px;
	color:#1C1E20;
	font-weight: 500;
}

.popups .menu, .popups .menu li{
	list-style: none;
	margin:0;
	font-size: 16px;
	line-height: 24px;
}

.popups .menu{
	width:100%;
	padding:8px;
	text-align:center;
}

.popups .menu li{
	width:50%;
	float:left;
	color: #646668;
	cursor: pointer;
	border-bottom:2px solid #E6E8EA;
	font-weight: 500;
	padding-bottom:10px;
}

.popups .menu li.active{
	border-bottom:2px solid #DD4C57;
	color:#1C1E20;
}

.popups .popup-content{
	display:none;
	width:100%;
	min-height:80vh;
	padding:8px;
	box-sizing: border-box;
}

.feature__container .feature-content {
		padding: 8px;
		width: 100%;
		box-sizing: border-box;
}

.popups .import__btn, .popups .popup-content .import__btn, .popups .popup-content .submit__btn, .preview-pop .Button, .threeDtext__container .import__btn, .canvas__container .nft-wrapper .submit__btn {
	background:#DD4C57;
	width:100%;
	height:40px;
	display:block;
	cursor: pointer !important;
	margin-left:0px;
	border-radius: 4px;
	justify-content: center;
  align-items: center;
}
.popups .popup-content .import__btn .Text, .popups .popup-content .submit__btn .Text, .preview-pop .Button .Text, .canvas__container .nft-wrapper .submit__btn .Text {
	font-size:16px;
	line-height: 24px;
	color:#fff !important;
	cursor: pointer !important;
}
.import__btn .Text {
	cursor: pointer !important;
}
.feature-content .Text {
	font-size:16px;
	line-height: 24px;
	color:#fff;
	font-weight: 500;
	text-transform: none;
	cursor: pointer !important;
}

.popup-content.content-1 {
	position: relative;
	height: 75% !important;
	min-height: unset;
	//display: flex;
	//flex-wrap: wrap;
}

@media only screen and (max-height: 750px) {
	.popup-content.content-1 {
		height: 70% !important;
	}
}
@media only screen and (max-height: 660px) {
	.popup-content.content-1 {
		height: 65% !important;
	}
}

.btn-description{
	margin:0;
	padding:0;
	text-align:center;
	font-size:14px;
	color:#646668;
	line-height:24px;
	font-weight: 400;
}

div.Button{
	text-align: center;
	box-sizing: border-box;
	padding-top:6px;
}

.modelList{
	box-sizing: border-box;
	height:85%;
	position:relative;
	overflow-y: scroll;


	width: 100%;
	display: flex;
	flex-wrap: wrap;
}


.modelList {
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	scrollbar-width: none;  /* Firefox */
}
.modelList::-webkit-scrollbar {
	display: none;  /* Safari and Chrome */
}

.modelList .modelItem{
	width: 48%;
	margin-right:8px;
	margin-bottom:16px;
	cursor: pointer;
}
.modelList .modelItem img{
	width: 100%;
}

.modelList .modelItem .model-name{
	font-size:14px;
	font-weight: 400;
	color:#1C1E20;
	padding-top:8px;
	width:100%;
	margin: 0;
}

.ellipsis-text{
	width:100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.modelList .modelItem:nth-child(even) {
	position:relative;
	right:-5px;
	margin-right:0px;
}

.popups input[type='text']{
	font-size:16px;
	color:#646668;
	line-height:24px;
	margin-bottom:8px;
	border:1px solid #AAACAE;
	border-radius:6px;
	width:100%;
	height:40px;
	box-sizing: border-box;
}

.popups input[type='text'].searchbox{
	background:url('../images/ic-search.svg') #fff;
	background-position: 5px center !important;
	background-repeat: no-repeat;
	padding-left:35px;
}

.popups .filters__wrapper {
	display: flex;
	margin-bottom: 8px;
}

.popups .filters__wrapper .filter-btn {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
}

.filter-btn.active {
	background: #F2F4F6;
	border-radius: 4px;
}

.popup-content .animated-status {
		margin: 0;
    font-weight: normal;
    color: #646668;
    font-size: 12;
}

.model-details {
	padding-left: 0;
}
.model-details li {
	color: #646668;
	list-style: none;
}
.model-details li span {
	color: #1C1E20;
}
.popups .animated {
	margin-bottom: 8px;
	text-align: right;
}
.popups .animated .Text {
	margin-right: 5px;
	color: #646668;
}


.popups .popup-content.active{
	display:block;
}

.popups .heading img{
	width:84px;
}


.popups .close__btn {
	right: 5px;
	top: 5px;
}

.popup__container.active, .modelPicker__form.active {
	display: flex;
}
.popup__container .Button, .modelPicker__form Button{
	background: white;
	width: 200px;
	height: 152px;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 4%);
	border-radius: 4px;
	margin: 4px;
}

.preview-pop .Button{

	border-radius: 4px;
}

.popup__container .Button img, .modelPicker__form Button img {
	width: 100%;
}
.popups .import__btn, .popups .submit__btn, .preview-pop .Button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.popup__container .import__btn img {
	margin-bottom: 8px;
	width: auto;
}
.popup__container .import__btn .Text, .preview-pop .import__btn .Text {
	font-weight: 500;
	text-transform: none;
	font-size: 16px;
	color: #26099F;
	width: 100%;
}
.popup__container .import__btn h3 {
	margin: 0;
	color: #646668;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	margin-top: 2px;
}

.popup__container .othermodels__btn h3 {
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	color: #1C1E20;
}
.popup__container .othermodels__btn h3 span {
	text-transform: none;
	font-weight: 500;
	font-size: 14px;
	color: #26099F;
}
.popup__container .footer__text {
	font-size: 14px;
	font-weight: 400;
	color: #1C1E20;
	display:none;
}
.popup__container .footer__text a {
	color: #26099F;
	text-decoration: none;
}

#leftPanel a {
	color: #26099F;
}


/* NFT */

/*
.nft__form.active {
	z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
	width: 420px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 24px;
	background: rgba(242, 244, 246, 0.8);
  border-radius: 8px;
	backdrop-filter: blur(20px);
}
*/
.nft__form input {
	height: 30px;
	width: 300px;
	background: white;
	padding-left: 5px;
}
.nft__form .submit__btn {
	display: block;
	width: 75px;
	height: 30px;
	margin-left: 10px;
	cursor: pointer;
	background: #DD4C57;
	border-radius: 4px;

	display: flex;
	justify-content: center;
	align-items: center;
}
.nft__form .submit__btn h3 {
	color: white;
	font-weight: 500;
	font-family: 'Barlow';
	text-transform: CAPITALIZE;
	font-size: 16px;
	margin: 0;

}
.nft__form .status {
	font-weight: normal;
	font-size: 1em;
	color: #73d497;
	margin-bottom: 0px;
	margin-top: 27px;
	color: #1C1E20;
	font-size: 14px;
	font-family: 'Barlow';
}
.status.error {
	color: #eb2424;
}

#leftPanel .nft__form {
}
.threeDtext__container {
	padding: 16px;
	padding-top: 0;
}
.threeDtext__container .input__row {
	display: flex;
	flex-wrap: wrap;
}
.threeDtext__container .text__input {
	background: white;
	display: block;
	margin: 0 !important;
	width: 100%;
	padding-left: 12px;
}
.threeDtext__container .import__btn {
	margin-top: 8px;
}
.threeDtext__container .import__btn .Text {
	color: white;
}

#leftPanel .tree__container {
	margin-top: 16px;
	border: 1px solid  #F2F4F6;
	display: none;
}
#leftPanel .h2__title {
	margin-top: 16px;
	margin-left: 16px;
	margin-bottom: 12px;
}

#leftPanel .Outliner {
	height: auto;
	background: white;
}

#leftPanel .Outliner .option {
	background: white;
	color: black;
}
#leftPanel .Outliner .option.active {
	background: #F3F0FA;
}


#leftPanel .tutorial__container, #leftPanel .models__container {
	margin-left: 16px;
	margin-right: 16px;
	padding: 12px;
	border-radius: 4px;
	color: black;
}
#leftPanel .tutorial__container {
	background: #E0F4F0;
	margin-bottom: 8px;
	align-items: center;
	display: flex;
	cursor: pointer;
}
#leftPanel .play-btn {
	font-size: 40px;
	height: auto;
	margin-left: 20px;
}
#leftPanel .models__container {
	background: #FEF2E9;
	margin-bottom: 10px;
}
#leftPanel .models__container .heading span {
	text-transform: uppercase;
	color: red;
}
#leftPanel .tutorial__container .heading, #leftPanel .models__container .heading {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}
#leftPanel .tutorial__container p, #leftPanel .models__container p {
	margin: 0;
	margin-top: 4px;
}
.prompt__btn.pro-button {
	opacity: 1 !important;
}
.simple-left-side__btn.pro-button {
	opacity: 1 !important;
}

.pro-button::after {
	font-size: 12px;
  color: #26099F;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 5px;
  background: #F3F0FA;
  content: 'Pro';
  width: 35px;
  height: 19px;
  line-height: 19px;
  text-transform: capitalize;
  font-weight: 500;

}


/* CANVAS feature */
.canvas__container .heading {
	height: 15%;
}
.canvas__container .canvas__wrapper {
	position: relative;
	background: white;
}
.canvas__container .wrapper {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
	align-content: flex-start;
	height: 80%;
}
.canvas__container .btn__wrapper {
	display: flex;
  justify-content: center;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}
.canvas__container .bottom__wrapper {
	width: 100%;
	display: flex;
	align-self: end;
	justify-content: center;
  position: absolute;
  bottom: 0;
  flex-wrap: wrap;
  padding: 20px;
  box-sizing: border-box;
}
.canvas__container .btn {
	width: 150px;
	height: 40px;
	background: #DD4C57;
	border-radius: 4px;
	cursor: pointer;
}
.canvas__container .file__upload {
	width: 100%;
	margin-bottom: 12px;
}
.canvas__container .nft__load {
	background: none;
	width: auto;
}
.canvas__container .btn__wrapper h4 {
	margin: 0;
	font-size: 14px;
  color: #1C1E20;
	font-weight: 400;
}
.canvas__container .Text {
	color: white;
	font-size: 16px;
	text-transform: none;
}
.canvas__container .nft__load .Text {
	color: #26099F;
	font-weight: 500;
	text-decoration: underline;
}
.canvas__container .img__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-height: 350px;
}
@media only screen and (max-height: 750px) {
	.canvas__container .img__wrapper {
		height: 360px;
	}
}
.canvas__container .canvas__img, .canvas__container .img-canvas {
	max-width: 100%;
	max-height: 100%;
	border: 2px #E6E8EA;
  border-style: dashed;
}
.canvas__container .canvas__img {
	display: none;
}
.canvas__container .pixel__wrapper {
	width: 100%;
	margin-bottom: 20px;
}
.canvas__container .pixel__wrapper h4 {
	margin: 0;
}

.canvas__container .nft-wrapper {
	transition: left 1s, opacity 2s;
	opacity: 1;
	position: absolute;
	width: 400px;
	background: white;

	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	height: 100%;
	padding: 18px;
	padding-top: 25px;
	left: -400px;
	top: 0;
	opacity: 0;
	border: 1px solid #E6E8EA;
}
.canvas__container .nft-wrapper.active {
	transition: left 1s, opacity 2s;
	display: flex;
	opacity: 1;
	left: 398px;
	//right: -437px;
}
.canvas__container .nft-wrapper .close__btn {
	width: 28px;
	height: 28px;
}
.canvas__container .nft-wrapper input {
	background: white;
	margin-top: 17px;
}

.canvas__container .create__btn {
	opacity: 0.5;
	pointer-events: none;
}
.canvas__container .create__btn.active {
	opacity: 1;
	pointer-events: all;
}

/* error container */
.error-prompt__container {
	position: absolute;
	top: 50%;
	background: white;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
	box-sizing: border-box;
	border-radius: 4px;
	z-index: 99999;
	display: none;
}
.error-prompt__container.active {
	display: block;
}


.error-prompt__container .title {
	color: #1C1E20;
  font-size: 14px;
  margin: 0;
  margin-bottom: 5px;
}

.error-prompt__container .body {
	color: #1C1E20;
  font-weight: 400;
  margin: 0;
}

.error-prompt__container .submit__btn {
	background:#DD4C57;
	width: 70px;
	height: 30px;
	display:block;
	cursor: pointer !important;
	margin-left:0px;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	float: right;
	margin-top: 8px;
}
.error-prompt__container .submit__btn .Text {
	cursor: pointer;
	color: white;
}

.error-prompt__container .close__btn {
	top: 0;
	right: 0;
}


 /* Optimization things */
 .inactive-overlay {
	 position: absolute;
	 left: 0;
	 top: 0;
	 background: white;
	 opacity: .9;
	 width: 100%;
	 height: 100%;
	 z-index: 8;
	 display: none;
 }
 .inactive-overlay.active {
	 display: block;
 }
 .optimization-prompt__container {
 	position: absolute;
 	top: 50%;
 	background: white;
 	left: 50%;
	width: 640px;
	height: 700px;
 	transform: translate(-50%, -50%);
 	padding: 15px;
 	box-sizing: border-box;
 	border-radius: 4px;
 	z-index: 10;
	text-align: center;
	filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
	display: none;
 }
 .optimization-prompt__container.err-prompt {
	 height: auto;
 }
 .optimization-prompt__container.morphTargets-prompt {
	 height: 650px;
 }
 .optimization-prompt__container > h4, p {
	 color: black;
 }

  .optimization-prompt__container .rc__icon {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	 .optimization-prompt__container .sub__p {
		 color: black;
		 font-size: 12px;
		 font-weight: 500;
		 width: 335px;
		 text-align: ce;
		 margin: 0 auto;
		 margin-bottom: 37px;
	 }

	 .optimization-prompt__container .cancel__btn, .optimization-prompt__container .submit__btn {
		 float: none !important;
		 margin: 0 auto !important;
		 width: 140px !important;
		 height: 40px !important;

	 }
	  .optimization-prompt__container.err-prompt .cancel__btn {
			margin-bottom: 70px !important;
		}

	 .optimization-prompt__container .cancel__btn {
		  margin: 0 auto;
	    height: 40px;
	    border-radius: 0;
			background: none !important;
	 }

	 .optimization-prompt__container .cancel__btn .Text {
		 display: inline-block;
     font-size: 16px;
     font-weight: 500;
     color: black !important;
	 }

	 .optimization-prompt__container .submit__btn {
		 margin: 0 auto;
		 color: black;
	   margin-bottom: 18px !important;
	 }

	 .optimization-prompt__container .submit__btn .Text {
		 display: inline-block;
     font-size: 16px;
     font-weight: 500;
	 }


	 .optimization-prompt__container .reason__container {
		 margin-bottom: 25px;
	 }
	 .optimization-prompt__container.err-prompt .reason__container {
		 margin-top: 40px;
		 margin-bottom: 40px;
	 }

	 .optimization-prompt__container .reason__container .error-text {
		 font-size: 12px;
  	 font-weight: 500;
	   color: #DD4C57;
		 margin-top: 0;
		 margin-bottom: 12px;
		 overflow-wrap: break-word;
	 }

 .optimization-prompt__container.active {
	 display: block;
 }
 .optimization-prompt__container .title {
 	color: #1C1E20;
   font-size: 26px;
	 font-weight: 400;
   margin-top: 85px;
   margin-bottom: 5px;
 }

 .optimization-prompt__container .sub__text-1 {
	 color: black;
   font-size: 12px;
   font-weight: 400;
   width: 325px;
   margin: 0 auto;
 }

 .optimization-prompt__container .body {
 	color: #1C1E20;
   font-weight: 400;
   margin: 0;
 }

 .optimization-prompt__container .submit__btn, .optimization-prompt__container .cancel__btn {
 	background:#DD4C57;
 	width: 70px;
 	height: 30px;
 	display:block;
 	cursor: pointer !important;
 	margin-left:0px;
 	border-radius: 4px;
 	justify-content: center;
 	align-items: center;
 	float: right;
 	margin-top: 8px;
 }
 .optimization-prompt__container .submit__btn {
	 margin-right: 10px;
 }
 .optimization-prompt__container .Text {
 	cursor: pointer !important;
 	color: white !important;
 }

 .optimization-prompt__container .close__btn {
 	top: 0;
 	right: 0;
 }




.switch-block {
  font-size: 14px;
  line-height: 22px;
  color: #1C1E20;
  cursor: pointer;
  padding-top:10px;
}
.switch-block .switch {
  float: right;
}

.switch {
  background: #AAACAE;
  width: 28px;
  height: 16px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.switch .toggle {
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 8px;
  width: 14px;
  height: 14px;
  background: #fff;
}

.switch.active {
  background: #00AC8B;
}
.switch.active .toggle {
  left: 13px;
}