#vis3Title {
	position: absolute;
	z-index: 2;

	width: 24vw;
	line-height: 3.5vw;
	left: 72vw;

	text-align: left;
	font-size: 3vw;
	line-height: 3.5vw;
}

#vis3Text {
	position: absolute;
	z-index: 2;

	top: 15vh;
	left: 72vw;
	width: 24vw;
}

#vis3CityName {
	position: absolute;
	z-index: 2;

	top: 4vh;
	left: 3vw;
	width: 24vw;

	color: black;
	background-color: #00000000;
}

#searchCityForm {
	position: absolute;
	z-index: 2;

	bottom: 10vh;
	left: 72vw;
	width: 24vw;
}

#searchCityForm label {
	width: 100%;
	font-size: 1.25vw;
}

#searchCityForm input {
	margin-top: 1vw;
	padding: 5px;
	width: 100%;
	font-size: 1.25vw;
	color: white;
	background-color: #000000;
	opacity: 0.8;
	border: 0;
}

/* ############################### */

#desk-container {
	position: absolute;
    width: 70vw;
    height: 100vh;
}

#desk-scene {
	width: 100%;
	height: 100%;
}


#desk-bg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

#desk-svg {
	background-color: transparent !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	/* border: 2px dashed lime; */
}


#price-bar-container {
	background-color: transparent !important;
	position: absolute;
	top: 4vh;
	right: 3vw;
	height: 250px;
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	z-index: 10;
}

#price-bar-bg {
	width: 15px;
	height: 180px;
	background: linear-gradient(to top, #fff8b3, #e63946) !important;
	position: relative;
	margin-bottom: 8px;
	border-radius: 4px;
	border: 2px solid black;  
}

#price-arrow {
	width: 1;
	height: 1;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid black;
	position: absolute;
	left: -5px;
}

.price-label-tag {
	background: transparent !important;
	color: black;
	font-size: 18px;
	position: absolute;
	right: 25px;
}

#price-label {
	background: transparent !important;
	margin-top: 4px;
	padding: 2px 2px;
	text-align: center;
	color: black;
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 1.2;
	width: 100%;
}

#price-label span {
	background: none !important;
	color: black !important;
}

#price-amount {
	background: transparent !important;
	font-weight: bold;
	font-size: 18px;
	color: black;
}