div.toggle-switch { 
	display: inline-flex;
	flex-direction: row;
	position: relative;
	border-radius: 999px;
	border: solid 1px black;
	height: var(--double-height);
}/* div.toggle-switch */


div.toggle-switch div.item {
	width: 25px;
	height: 25px;
	cursor: pointer;
}/* div.toggle-switch div.item */


div.toggle-switch div.switch {
	width: 25px;
	height: 25px;
	border-radius: 999px;
	border: solid 3px white;
	background-color: black;
	position: absolute;
}/* div.toggle-switch div.switch */
