.toggle-switch{cursor:pointer;display:inline-block;position:relative;top:-4px}.toggle-switch__input{display:none}.toggle-switch__label{text-indent:-150%;clip:rect(0 0 0 0);color:#0000;-webkit-user-select:none;user-select:none;cursor:pointer;width:48px;height:9px;margin:0;display:block}.toggle-switch__label:before,.toggle-switch__label:after{content:"";cursor:pointer;display:block;position:absolute}.toggle-switch__label:before{background-color:#ddd;border-radius:9999em;width:100%;height:100%;transition:background-color .25s;top:10px}.toggle-switch__label:after{background-color:#fff;border-radius:50%;width:29px;height:29px;transition:left .25s;top:0;left:0;box-shadow:0 0 2px #00000073}.toggle-switch__label.--checked:before{background-color:#0072ce}.toggle-switch__label.--checked:after{left:29px}
