.cr-switch{align-items:center;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:1rem;gap:5px;justify-content:flex-start;line-height:1;-webkit-tap-highlight-color:transparent}.cr-switch--disabled{cursor:not-allowed}.cr-switch .cr-switch__box{background-color:var(--switch-background-off,var(--easy-color));border-radius:23px;display:inline-block;flex-shrink:0;height:20px;position:relative;transition:all .3s linear;vertical-align:text-bottom;width:40px}.cr-switch .cr-switch__box:before{background-color:var(--switch-background-off,var(--easy-color));border-radius:11px;content:"";height:16px;left:0;position:absolute;transform:translate3d(2px,2px,0) scaleX(1);transition:all .25s linear;width:36px}.cr-switch .cr-switch__box:after{background-color:#fff;border-radius:11px;box-shadow:0 2px 2px #0000003d;content:"";height:16px;left:0;position:absolute;transform:translate3d(2px,2px,0);transition:all .2s ease-in-out;width:16px}.cr-switch:not(.cr-switch--disabled):active .cr-switch__box:after{transform:translate3d(2px,2px,0);width:28px}.cr-switch:not(.cr-switch--disabled):active .cr-switch__input:checked~.cr-switch__box:after{transform:translate3d(10px,2px,0)}.cr-switch__label{transition:opacity .1s ease-in;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cr-switch__label--inactive{opacity:.5}.cr-switch__input{opacity:0;position:absolute}.cr-switch__input:focus~.cr-switch__box{background-color:var(--switch-background-on,var(--primary-color))}.cr-switch__input:checked~.cr-switch__box{background-color:var(--switch-background-on,var(--primary-color))}.cr-switch__input:checked~.cr-switch__box:before{transform:translate3d(18px,2px,0) scale3d(0,0,0)}.cr-switch__input:checked~.cr-switch__box:after{transform:translate3d(22px,2px,0)}
