/*====转盘平常期的配置====*/
.ColorSectionTitleC {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.SectorColorRowC {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.SectorColorItemC {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 70px;
}
.SectorColorItemC input[type="color"] {
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}
.checkbox-label {
	margin-top: 5px;
	display: flex;
	align-items: center;
	font-size: 12px;
}
.checkbox-label input {
	margin-right: 5px;
}
.bg-color-picker {
	width: 100px;
	height: 40px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}
 
.NormalRowC {
	margin-bottom: 16px;
}
.NormalRowC label {
	display: inline-block;
	margin-right: 10px;
}
.CircleImgOrTextC {
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
.CircleImgOrTextC input[type="text"] {
	padding: 4px 8px;
	font-size: 14px;
	height: 30px;
}
.CircleImgOrTextC button {
	padding: 6px 12px;
	font-size: 14px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}
.CircleImgOrTextC button:hover {
	background-color: #0056b3;
}
.CirclePreviewCanvasC {
	border: 1px solid #ccc;
	margin-top: 10px;
	display: block;
}
.CircleImgBtC {
	background: none;
	border: none;
	color: #007bff;
	cursor: pointer;
	font-size: 16px;
}