#coordinates-container-position,  #coordinates-container-position-3d{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 10px;
    left: 1px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	height: 30px;
	z-index: 10;
}

#mouse-position, #mouse-position-3d {
	color: white;
	font-size: 12.5px;
	padding: 10px;
}

#location-position, #location-position-3d {
	color: white;
	font-size: 12.5px;
	padding: 10px;
}

#datum-view-select-container, #datum-view-select-container-3d {
	display: block;
}

.datum-view-select-text {
	width: 12rem
}

.datum-view-select-text .select-wrapper .select-dropdown {
	font-size: 12px;
	white-space: nowrap;
	margin: auto;
	text-align: center;
	color: white;
	overflow: hidden;
}

.datum-view-select-text li>span {
	font-size: 11px;
	color: white;
	background-color: grey;
	display: block;

}

.error-style {
	color: white;
	padding: 5px;
}

#arrow-btn, #arrow-btn-3d {
	cursor: pointer;
}