.toggle-button{gap:12px;min-height:24px;display:flex}.toggle-button label{cursor:pointer;align-items:center;display:flex}.toggle-button span{flex-grow:1}.toggle-button b{z-index:1;background-color:#333;border-radius:12.5px;flex-shrink:0;width:40px;height:24px;transition:background-color .15s;display:flex;position:relative;overflow:hidden}.toggle-button b:before{content:"";transition:all .15s;position:absolute}.toggle-button input[type=checkbox]~b:before{background-color:#999;border-radius:50%;width:16px;height:16px;margin:4px;transition:all .3s;top:0;bottom:0;left:0}.toggle-button input[type=checkbox]:checked~b{background-color:#f16436}.toggle-button input[type=checkbox]:checked~b:before{background-color:#e5e5e5;transform:translate(16px)}.toggle-button:hover input:not(:disabled)~b{background-color:#4d4d4d}.toggle-button:hover input[type=checkbox]:checked~b{background-color:#ff784d}
span.clear-all{color:#999;cursor:pointer;background:0 0;padding:0;font-size:14px;text-decoration:underline}span.clear-all:hover{color:#e5e5e5;background:0 0}