/* Copyright (C) 2025 Define Design Deploy Corp. All rights reserved. */
.designcore-version-select {
	position: fixed;
	bottom: 40px;
	right: 40px;
	/*
	 * Depending on Sphinx theme, the sidebar may have a significant z-index which
	 * conflicts with the version selector. Fight fire with fire by using a
	 * (hopefully) larger number.
	 */
	z-index: 999999;

	padding: 10px 10px 10px 10px;
	border: 2px solid #323232;
	border-radius: 5px;

	font-weight: bold;
	color: #00AEEF;
	background-color: #161616;
}

.designcore-version-select:hover {
	cursor: pointer;
}
