body{
	margin: 0;
	padding:0;
	color: #0000;
}
html{
	overflow: scroll;
	overflow-x: hidden;
	-ms-overflow:none;
	scrollbar-width:none;
}
::-webkit-scrollbar{
	display: none;
}
.selectTemplates{
	position: absolute;
	z-index: 99;
	text-align: center;
	width: 10vw;
	margin-left: 50%;
	margin-top: 8px;
	display:flex;
	flex-direction: row;
}
.gjs-pn-panel.gjs-pn-devices-c.gjs-one-bg.gjs-two-color{

	left:17%;
}
.gjs-pn-views{
	left: 0;
}
.gjs-pn-views-container{
	left: 0;
}
.gjs-cv-canvas{
	left:15%
}
.gjs-pn-options{
	right: 3%;
}
.gjs-pn-commands{
	width: 100%;
}
.gjs-one-bg{
	background: #FDFBF9
}
.gjs-one-color{
	color:#333333;}
	.gjs-two-bg{background-#dedede}
	.gjs-two-color{color:#333333}
	.gjs-four-color {color: #41c1ff;}
	.gjs-four-color-h:hover {color:#25a6e5;}

	.gjs-sm-field input, .gjs-clm-select input, .gjs-clm-field input, .gjs-sm-field select, .gjs-clm-select select, .gjs-clm-field select{color:rgba(51,51,51,.7);}
	.gjs-block{
		background: #E3E1E0;
	}
	.gjs-pn-panel{
		position: fixed;
	}
	select{
		background: transparent;
    	border: none;
    	font-size: 18px;
    	width: 10vw;
    	text-align: center;
	}
.gjs-three-bg{
	background-color: initial;
}
/*.gjs-pn-commands.gjs-one-bg.gjs-two-color */