canvas.babylonjs-canvas:focus-visible {
	outline-width: 0;
}

babylon:not(.active):not([width]) {
	display: block;
	width: 600px;
	height: 400px;
}

babylon:not(.active)::before {
	content: '';
	background: url(../images/3d-thumbnails.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
}

babylon loading-screen {
	background-color: transparent !important;
}

#renderCanvas {
	cursor: pointer;
	text-align: center;
}

#renderCanvas.hide-toolbar nav-bar {
	display: none;
}

#renderCanvas img.static-loading-image {
	display: none;
}

#renderCanvas loading-screen {
	background: transparent !important;
}

div#renderCanvas>img {
	width: auto;
	height: 100%;
}

#renderCanvas viewer {
	display: flex;
}

.ekomodels-thumbnail.has-ekomodels {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ekomodels-thumbnail.has-ekomodels:after {
	content: '';
	background: center/contain no-repeat url("../images/3d-icon.svg?as=webp");
	width: 30%;
	height: 100%;
	position: absolute;
}