.toggleIcon {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 40rem;
}
.toggleIcon .icon {
  width: 1.625rem;
  height: 1.625rem;
  line-height: 1.625rem;
  font-size: 2.5rem;
  margin: 0;
  visibility: hidden;
}
.toggleIcon.selected .icon {
  visibility: visible;
}
.toggleIcon:global(.largeText) .icon {
  width: 1.625rem;
  height: 1.625rem;
  line-height: 1.625rem;
  font-size: 2.5rem;
}
.toggleIcon:global(.moonstone) {
  box-shadow: inset 0 0 0 0.08333rem rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.22);
}
.toggleIcon:global(.moonstone) .icon {
  color: #fff;
}
:global(.enact-a11y-high-contrast) .toggleIcon:global(.moonstone.highContrast) {
  box-shadow: inset 0 0 0 0.08333rem rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.22);
}
:global(.enact-a11y-high-contrast) .toggleIcon:global(.moonstone.highContrast) .icon {
  color: #fff;
}
.toggleIcon:global(.moonstone-light) {
  box-shadow: inset 0 0 0 0.08333rem #888888;
  background-color: #a2a2a2;
}
.toggleIcon:global(.moonstone-light) .icon {
  color: #fff;
}
:global(.enact-a11y-high-contrast) .toggleIcon:global(.moonstone-light.highContrast) {
  box-shadow: inset 0 0 0 0.08333rem #888888;
  background-color: #a2a2a2;
}
:global(.enact-a11y-high-contrast) .toggleIcon:global(.moonstone-light.highContrast) .icon {
  color: #fff;
}
:global(.spotlight-input-key)  :global(.spottable):focus .toggleIcon:global(.moonstone),
:global(.spotlight-input-mouse)  :global(.spottable):focus .toggleIcon:global(.moonstone) {
  box-shadow: none;
  background-color: #cf0652;
}
:global(.spotlight-input-key)  :global(.spottable):focus .toggleIcon:global(.moonstone) .icon,
:global(.spotlight-input-mouse)  :global(.spottable):focus .toggleIcon:global(.moonstone) .icon {
  color: #fff;
}
:global(.spotlight-input-key)  :global(.spottable):focus .toggleIcon:global(.moonstone)[disabled] .icon,
:global(.spotlight-input-mouse)  :global(.spottable):focus .toggleIcon:global(.moonstone)[disabled] .icon {
  opacity: 0.4;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-key)  :global(.spottable):focus .toggleIcon:global(.moonstone.highContrast),
:global(.enact-a11y-high-contrast) :global(.spotlight-input-mouse)  :global(.spottable):focus .toggleIcon:global(.moonstone.highContrast) {
  box-shadow: none;
  background-color: #ccc;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-key)  :global(.spottable):focus .toggleIcon:global(.moonstone.highContrast) .icon,
:global(.enact-a11y-high-contrast) :global(.spotlight-input-mouse)  :global(.spottable):focus .toggleIcon:global(.moonstone.highContrast) .icon {
  color: #000;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-key)  :global(.spottable):focus .toggleIcon:global(.moonstone.highContrast)[disabled] .icon,
:global(.enact-a11y-high-contrast) :global(.spotlight-input-mouse)  :global(.spottable):focus .toggleIcon:global(.moonstone.highContrast)[disabled] .icon {
  opacity: 0.4;
}
:global(.spotlight-input-key)  :global(.spottable):focus .toggleIcon:global(.moonstone-light),
:global(.spotlight-input-mouse)  :global(.spottable):focus .toggleIcon:global(.moonstone-light) {
  box-shadow: none;
  background-color: #cf0652;
}
:global(.spotlight-input-key)  :global(.spottable):focus .toggleIcon:global(.moonstone-light) .icon,
:global(.spotlight-input-mouse)  :global(.spottable):focus .toggleIcon:global(.moonstone-light) .icon {
  color: #fff;
}
:global(.spotlight-input-key)  :global(.spottable):focus .toggleIcon:global(.moonstone-light)[disabled] .icon,
:global(.spotlight-input-mouse)  :global(.spottable):focus .toggleIcon:global(.moonstone-light)[disabled] .icon {
  opacity: 0.4;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-key)  :global(.spottable):focus .toggleIcon:global(.moonstone-light.highContrast),
:global(.enact-a11y-high-contrast) :global(.spotlight-input-mouse)  :global(.spottable):focus .toggleIcon:global(.moonstone-light.highContrast) {
  box-shadow: none;
  background-color: #000;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-key)  :global(.spottable):focus .toggleIcon:global(.moonstone-light.highContrast) .icon,
:global(.enact-a11y-high-contrast) :global(.spotlight-input-mouse)  :global(.spottable):focus .toggleIcon:global(.moonstone-light.highContrast) .icon {
  color: #fff;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-key)  :global(.spottable):focus .toggleIcon:global(.moonstone-light.highContrast)[disabled] .icon,
:global(.enact-a11y-high-contrast) :global(.spotlight-input-mouse)  :global(.spottable):focus .toggleIcon:global(.moonstone-light.highContrast)[disabled] .icon {
  opacity: 0.4;
}
:global(.spotlight-input-touch)  :global(.spottable):active .toggleIcon:global(.moonstone) {
  box-shadow: none;
  background-color: #cf0652;
}
:global(.spotlight-input-touch)  :global(.spottable):active .toggleIcon:global(.moonstone) .icon {
  color: #fff;
}
:global(.spotlight-input-touch)  :global(.spottable):active .toggleIcon:global(.moonstone)[disabled] .icon {
  opacity: 0.4;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-touch)  :global(.spottable):active .toggleIcon:global(.moonstone.highContrast) {
  box-shadow: none;
  background-color: #ccc;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-touch)  :global(.spottable):active .toggleIcon:global(.moonstone.highContrast) .icon {
  color: #000;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-touch)  :global(.spottable):active .toggleIcon:global(.moonstone.highContrast)[disabled] .icon {
  opacity: 0.4;
}
:global(.spotlight-input-touch)  :global(.spottable):active .toggleIcon:global(.moonstone-light) {
  box-shadow: none;
  background-color: #cf0652;
}
:global(.spotlight-input-touch)  :global(.spottable):active .toggleIcon:global(.moonstone-light) .icon {
  color: #fff;
}
:global(.spotlight-input-touch)  :global(.spottable):active .toggleIcon:global(.moonstone-light)[disabled] .icon {
  opacity: 0.4;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-touch)  :global(.spottable):active .toggleIcon:global(.moonstone-light.highContrast) {
  box-shadow: none;
  background-color: #000;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-touch)  :global(.spottable):active .toggleIcon:global(.moonstone-light.highContrast) .icon {
  color: #fff;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-touch)  :global(.spottable):active .toggleIcon:global(.moonstone-light.highContrast)[disabled] .icon {
  opacity: 0.4;
}
:global(.spotlight-input-key) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone):not([disabled]),
:global(.spotlight-input-mouse) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone):not([disabled]) {
  box-shadow: inset 0 0 0 0.08333rem rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.22);
}
:global(.spotlight-input-key) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone):not([disabled]) .icon,
:global(.spotlight-input-mouse) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone):not([disabled]) .icon {
  color: #fff;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-key) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone.highContrast):not([disabled]),
:global(.enact-a11y-high-contrast) :global(.spotlight-input-mouse) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone.highContrast):not([disabled]) {
  box-shadow: inset 0 0 0 0.08333rem rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.22);
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-key) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone.highContrast):not([disabled]) .icon,
:global(.enact-a11y-high-contrast) :global(.spotlight-input-mouse) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone.highContrast):not([disabled]) .icon {
  color: #fff;
}
:global(.spotlight-input-key) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone-light):not([disabled]),
:global(.spotlight-input-mouse) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone-light):not([disabled]) {
  box-shadow: inset 0 0 0 0.08333rem #888888;
  background-color: #a2a2a2;
}
:global(.spotlight-input-key) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone-light):not([disabled]) .icon,
:global(.spotlight-input-mouse) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone-light):not([disabled]) .icon {
  color: #fff;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-key) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone-light.highContrast):not([disabled]),
:global(.enact-a11y-high-contrast) :global(.spotlight-input-mouse) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone-light.highContrast):not([disabled]) {
  box-shadow: inset 0 0 0 0.08333rem #888888;
  background-color: #a2a2a2;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-key) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone-light.highContrast):not([disabled]) .icon,
:global(.enact-a11y-high-contrast) :global(.spotlight-input-mouse) [data-spotlight-container-muted="true"] :global(.spottable):focus .toggleIcon:global(.moonstone-light.highContrast):not([disabled]) .icon {
  color: #fff;
}
:global(.spotlight-input-touch) [data-spotlight-container-muted="true"] :global(.spottable):active .toggleIcon:global(.moonstone):not([disabled]) {
  box-shadow: inset 0 0 0 0.08333rem rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.22);
}
:global(.spotlight-input-touch) [data-spotlight-container-muted="true"] :global(.spottable):active .toggleIcon:global(.moonstone):not([disabled]) .icon {
  color: #fff;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-touch) [data-spotlight-container-muted="true"] :global(.spottable):active .toggleIcon:global(.moonstone.highContrast):not([disabled]) {
  box-shadow: inset 0 0 0 0.08333rem rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.22);
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-touch) [data-spotlight-container-muted="true"] :global(.spottable):active .toggleIcon:global(.moonstone.highContrast):not([disabled]) .icon {
  color: #fff;
}
:global(.spotlight-input-touch) [data-spotlight-container-muted="true"] :global(.spottable):active .toggleIcon:global(.moonstone-light):not([disabled]) {
  box-shadow: inset 0 0 0 0.08333rem #888888;
  background-color: #a2a2a2;
}
:global(.spotlight-input-touch) [data-spotlight-container-muted="true"] :global(.spottable):active .toggleIcon:global(.moonstone-light):not([disabled]) .icon {
  color: #fff;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-touch) [data-spotlight-container-muted="true"] :global(.spottable):active .toggleIcon:global(.moonstone-light.highContrast):not([disabled]) {
  box-shadow: inset 0 0 0 0.08333rem #888888;
  background-color: #a2a2a2;
}
:global(.enact-a11y-high-contrast) :global(.spotlight-input-touch) [data-spotlight-container-muted="true"] :global(.spottable):active .toggleIcon:global(.moonstone-light.highContrast):not([disabled]) .icon {
  color: #fff;
}
