.c-switch{display:inline-flex;align-items:center}.c-switch__input{position:absolute;clip:rect(0, 0, 0, 0)}.c-switch__input:checked+.c-switch__toggle{background-color:#0268cc}.c-switch__input:checked+.c-switch__toggle::after{left:calc(100% - 16px - 2px)}.c-switch__toggle{position:relative;display:inline-block;width:30px;height:20px;cursor:pointer;background-color:rgba(0,0,0,.15);border-radius:10px;transition:background .2s ease}.c-switch__toggle::after{position:absolute;top:50%;left:2px;display:block;width:16px;height:16px;content:"";background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.07);transition:left .2s ease;transform:translateY(-50%)}.c-switch__label{display:inline-block;padding-left:4px;cursor:pointer}
