.switch-container_63905009 {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.switch_011a552d {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: var(--switch-width);
  height: var(--switch-height);
}

.switch-sm_3a85b947 {
  font-size: 14px;

  --switch-width: 2.8em;
  --switch-height: 1.6em;
  --thumb-size: 1.1em;
  --thumb-padding: 0.25em;
}

.switch-md_e3005d26 {
  font-size: 17px;

  --switch-width: 3.5em;
  --switch-height: 2em;
  --thumb-size: 1.4em;
  --thumb-padding: 0.3em;
}

.switch-lg_daceb03b {
  font-size: 20px;

  --switch-width: 4em;
  --switch-height: 2.2em;
  --thumb-size: 1.6em;
  --thumb-padding: 0.3em;
}

.switch_011a552d input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
  margin: 0;
}

.slider_5603991a {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: var(--switch-track-inactive, var(--frey-switch-track-inactive));
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.slider_5603991a::before {
  position: absolute;
  content: '';
  height: var(--thumb-size);
  width: var(--thumb-size);
  left: var(--thumb-padding);
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--switch-thumb, var(--frey-switch-thumb));
  border-radius: 50px;
  box-shadow: var(--frey-shadow-thumb);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.switch-disabled_f3161357 .slider_5603991a {
  opacity: 0.5;
  cursor: not-allowed;
}

.switch-disabled_f3161357 input {
  cursor: not-allowed;
}

.switch_011a552d input:checked + .slider_5603991a {
  background: var(--switch-track-active, var(--frey-switch-track-active));
}

.switch_011a552d input:focus-visible + .slider_5603991a {
  outline: 2px solid var(--switch-focus-ring, var(--frey-focus-ring));
  outline-offset: 2px;
}

.switch_011a552d input:checked + .slider_5603991a::before {
  left: calc(var(--switch-width) - var(--thumb-size) - var(--thumb-padding));
  transform: translateY(-50%);
}

.switch-disabled_f3161357 {
  cursor: not-allowed;
}

.label_3314af1a {
  cursor: pointer;
  user-select: none;
}

.switch-disabled_f3161357 + .label_3314af1a {
  opacity: 0.5;
  cursor: not-allowed;
}

.visually_hidden_3bca186b {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .slider_5603991a,
  .slider_5603991a::before {
    transition: none;
  }
}
