.c-switch__input{position:absolute;clip:rect(0,0,0,0)}.c-switch__box{position:absolute;top:0;right:0;bottom:0;left:0;background:#cfd0d3;border-radius:40px;cursor:inherit}.c-switch__box:after{position:absolute;top:0;bottom:0;left:2px;width:18px;height:18px;margin:auto 0;background:#fff;border-radius:50%;content:""}.c-switch__label{position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;height:inherit;padding:0 7px 0 25px;color:#fff;font-size:12px;cursor:inherit}.c-switch{position:relative;display:inline-block;min-width:44px;height:22px;line-height:0;cursor:pointer}.c-switch__input:checked+.c-switch__box{background:#006bff}.c-switch__input:checked+.c-switch__box:after{left:100%;margin-left:-2px;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.c-switch__input.focus-visible+.c-switch__box{-webkit-box-shadow:0 0 0 2px rgba(0,107,255,.2);box-shadow:0 0 0 2px rgba(0,107,255,.2)}.c-switch__input:checked~.c-switch__label{padding:0 25px 0 7px}.c-switch__input:disabled+.c-switch__box,.c-switch__input:disabled~.c-switch__label{cursor:default;opacity:.5}.c-switch__box:after,.c-switch__label{-webkit-transition:all .2s linear;transition:all .2s linear}.c-switch--small{min-width:28px;height:14px}.c-switch--small .c-switch__box:after{left:1px;width:12px;height:12px}.c-switch--small .c-switch__input:checked+.c-switch__box:after{margin-left:-1px}.c-switch--small .c-switch__label{padding:0 2px 0 14px}.c-switch--small .c-switch__input:checked~.c-switch__label{padding:0 14px 0 2px}