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