.finalPanel {
	text-align: center;
	position: relative;
	margin-left: 50%;
	transform: translateX(-50%);
	height: 30%;
	width: max-content;
}

.finalPanel h1 {
	font-size: 2.4rem;
	margin: 0px;
}

#companyImage {
	font-size: 0rem;
}


#companyImage::file-selector-button {
	margin: 0px;
	margin-top: 20px;
	border: 1px solid #61abcb;
	margin-right: 20px;
	font-size: 1.3rem;
}

#imageUpload {
	z-index: 11;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	/* height: 100px; */
	background-color: white;
	box-shadow: 0px 0px 15px #b9b9b9;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	padding: 40px;
}

#imageUpload .back {
	position: relative;
	padding: 12px 30px 12px 30px;
	border: none;
	color: #569cb9;
	background-color: white;
	box-shadow: none;
	font-size: 1.3rem;
	font-family: "Century Gothic Bold";
	cursor: pointer;
	border: 1px solid #979797;
}
.finalPanel .imagery .sidebar {
	margin: 0px;
	display: inline-block;
	width: 100px;
	height: 100%;
	background-color: #f3f3f3;
}

.finalPanel .imagery .viewport {
	display: inline-block;
	aspect-ratio: 1;
	height: 100%;
	background-color: #f2f2f2;
}

.finalPanel .specs {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	height: fit-content;
	background-color: white;
	margin-left: 70px;
}

.finalPanel .imagery {
	height: 450px;
	display: inline-block;
}

.specs .spec {
	width: 100%;
	height: max-content;
	float: left;
}

.specs .spec p {
	font-size: 1.3rem;
	margin: 0px;
	float: right;
}

.specs .spec p:nth-child(1) {
	float: left;
	font-family: "Century Gothic Bold";
}

.specs .speclist {
	width: 100%;
	height: fit-content;
}

.specs .speclist p {
	float: left;
	font-size: 1.3rem;
	margin: 0px;
	margin-left: 40px;
}

.specs .speclist p:before {
	content: "- ";
}

.specs .speclist p:nth-child(1) {
	width: 100%;
	text-align: left;
	margin: 0px;
	float: left;
	font-family: "Century Gothic Bold";
}

.specs .speclist p:nth-child(1):before {
	content: "";
}

.specs .spec div {
	width: 100%;
	height: max-content;
	float: left;
}

.specs .spec div p {
	font-size: 1.3rem;
	margin: 0px;
	float: right;
}

#renderer2 {
	width: fit-content !important;
}

#previewRender {
	width: 100%!important;
	height: 100%!important;
	aspect-ratio: 1!important;
}

.specs .spec div p:nth-child(1) {
	float: left;
	font-family: "Century Gothic";
	margin-left: 40px;
}

.separate {
	margin-bottom: 20px;
}

.outputButton {
	font-size: 1.3rem;
	margin-top: 20px;
	color: #569cb9;
	padding: 15px 30px;
	background-color: white;
	border: none;
	box-shadow: #878787 0px 2px 4px;
	border-radius: 4px;
	font-family: "Century Gothic Bold";
	cursor: pointer;
}

#renderTarget {
	width: 100%;
	height: 100%;
}

.leftOutput {
	float: left;
	text-align: left;
}

.rightOutput {
	float: right;
	text-align: right;
}