.c-toggle{background-color:var(--c-onyx--300);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:100px;width:54px;height:27px;transition:background .2s ease-in-out;display:inline-block;position:relative}.c-toggle:hover{background-color:var(--c-onyx--400)}.c-toggle:after{content:"";background-color:var(--c-white);border-radius:50%;width:22px;height:22px;transition:transform .2s ease-in-out;position:absolute;top:2.5px;left:2.5px;box-shadow:0 4px 4px #0000001a}.c-toggle.checked{background-color:var(--c-primary)}.c-toggle.checked:after{transform:translate(27px)}.c-toggle.checked:hover{background-color:var(--c-primary--900)}.c-toggle.disabled{cursor:not-allowed;opacity:.4}.c-toggle.disabled:after{cursor:not-allowed}.c-toggle.small{width:45.9px;height:22.95px}.c-toggle.small:after{width:18.7px;height:18.7px;top:2.125px;left:2.125px}.c-toggle.small.checked:after{transform:translate(22.95px)}.c-toggle:focus{outline:0}
