:root[data-theme=dark] .switch input:checked + .slider:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20"><path d="M395-298.847 240.616-454.231l35.769-35.768L395-372.384l288.615-287.615 35.769 36.768L395-298.847Z" fill="%239fcafd"/></svg>');
}

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 32px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: var(--color-primary);
}
.switch input:checked + .slider:before {
  height: 24px;
  width: 24px;
  left: -3px;
  bottom: 3px;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: var(--color-on-primary);
}
.switch input:checked + .slider:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20"><path d="M395-298.847 240.616-454.231l35.769-35.768L395-372.384l288.615-287.615 35.769 36.768L395-298.847Z" fill="%2300538c"/></svg>');
}
.switch input:disabled + .slider {
  cursor: not-allowed;
}
.switch input:not(:checked) + .slider {
  border-color: var(--color-outline);
}
.switch input:not(:checked) + .slider.icons:before {
  content: "";
  background-position: center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20"><path d="M291-253.847 253.847-291l189-189-189-189L291-706.153l189 189 189-189L706.153-669l-189 189 189 189L669-253.847l-189-189-189 189Z" fill="%23ffffff"/></svg>');
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-surface-variant);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
}
.switch .slider:before, .switch .slider:after {
  position: absolute;
  content: "";
}
.switch .slider:before {
  height: 16px;
  width: 16px;
  left: 6px;
  bottom: 7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: var(--color-on-surface-variant);
}
.switch .slider[class*=shape]:before {
  border-radius: 50%;
}
.switch .slider[class*=icons]:before {
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 3px;
  color: var(--color-surface-variant);
}
.switch .slider:where([class*=icons], [class*=icon]):after {
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=switch.css.map */
