@layer components{.toggle-container{position:relative;width:5rem;height:2.5rem;border-radius:1.25rem;background:#ff4d4d;box-shadow:0 0 .9375rem #ff4d4d66;animation:pulseGlow 2s infinite alternate ease-in-out!important}.toggle-circle{position:absolute;top:50%;left:.3125rem;width:1.875rem;height:1.875rem;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);animation:moveToggle 2s infinite alternate ease-in-out!important}.inner-dot{width:.625rem;height:.625rem;border-radius:50%;background:#ff4d4d;animation:changeDotColor 2s infinite alternate ease-in-out!important}}@keyframes moveToggle{0%{left:.3125rem}to{left:2.8125rem}}@keyframes changeDotColor{0%{background:#ff4d4d}to{background:#fff}}@keyframes pulseGlow{0%{background:#ff4d4d;box-shadow:0 0 .9375rem #ff4d4d66}to{background:#4caf50;box-shadow:0 0 .9375rem #4caf5066}}
