.SaveWheelDialogC {
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 16px;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	z-index: 1000;
	width: 550px;
}

.SaveWheelDialogBtC {
  	position: absolute;
  	top: 8px;
  	right: 8px;
  	background: none;
  	border: none;
  	font-size: 1.1em;
  	color: #666;
  	cursor: pointer;
}

.SaveWheelDialogBtC:hover {
  	color: #000;
}

.SaveWheelDialogC label {
	display: block;
	margin-top: 10px;
}

.SaveWheelDialogC input,
.SaveWheelDialogC select {
	width: 100%;
	padding: 6px;
	margin-top: 4px;
	box-sizing: border-box;
}

.WheelNameHintC {
	margin-top: 10px;
	font-size: 0.9em;
	color: #555;
}

.actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 16px;
}

.actions button {
	padding: 6px 12px;
	border: 1px solid #ccc;
	background: #eee;
	cursor: pointer;
	border-radius: 4px;
}

.actions button:hover {
	background: #ddd;
}

.OpenWheelDialogC {
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 16px;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	z-index: 1000;
	width: 550px;
}

.OpenWheelDialogBtC {
  	position: absolute;
  	top: 8px;
  	right: 8px;
  	background: none;
  	border: none;
  	font-size: 1.1em;
  	color: #666;
  	cursor: pointer;
}

.OpenWheelDialogBtC:hover {
  	color: #000;
}

.OpenWheelDialogC label {
	display: block;
	margin-top: 10px;
}

.OpenWheelDialogC select {
	width: 100%;
	padding: 6px;
	margin-top: 4px;
	box-sizing: border-box;
}

.OpenWheelNameHintC {
	margin-top: 10px;
	font-size: 0.9em;
	color: #555;
}

.actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 16px;
}

.actions button {
	padding: 6px 12px;
	border: 1px solid #ccc;
	background: #eee;
	cursor: pointer;
	border-radius: 4px;
}

.actions button:hover {
	background: #ddd;
}


.ShareWheelDialogC {
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 16px;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	z-index: 1000;
	width: 550px;
}

.ShareWheelDialogBtC {
  	position: absolute;
  	top: 8px;
  	right: 8px;
  	background: none;
  	border: none;
  	font-size: 1.1em;
  	color: #666;
  	cursor: pointer;
}

.ShareWheelDialogBtC:hover {
  	color: #000;
}

.ShareWheelDialogC label {
	display: block;
	margin-top: 10px;
}

.ShareWheelDialogC select {
	width: 100%;
	padding: 6px;
	margin-top: 4px;
	box-sizing: border-box;
}

.ShareWheelNameHintC {
	margin-top: 10px;
	font-size: 0.9em;
	color: #555;
}

.actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 16px;
}

.actions button {
	padding: 6px 12px;
	border: 1px solid #ccc;
	background: #eee;
	cursor: pointer;
	border-radius: 4px;
}

.actions button:hover {
	background: #ddd;
}