#dvSceneSelect {
	display: flex;
	align-items: center;
	justify-content: flex-end; /* Align to the right */
}

#dvSceneSelect .sdpi-item-label {
	color: #a9a9a9; /* Darker light gray color */
	margin-right: 10px; /* Margin to the right of the label */
	font-family: Arial, sans-serif; /* Arial font */
	font-size: 14px; /* Smaller font size */
}

#dvSceneSelect .sdpi-item-select {
	background-color: #505050; /* Darker gray background */
	color: #ffffff; /* White text */
	width: 265px; /* Fixed width */
	height: 26px; /* Fixed height */
	border: none; /* Remove borders */
	padding: 5px; /* Inner padding */
	/* Remove rounded corners */
}