.toggle-button.svelte-xebwhl{position:relative;background-color:#dbdbdb;display:block;width:27px;height:10px;cursor:pointer;border-radius:10px;transition:all 0.37s ease-in-out;border:none}.toggle-button.svelte-xebwhl:focus{outline:none}.toggle-button.svelte-xebwhl::before{content:'';position:absolute;top:-3px;left:0;height:16px;width:16px;background-color:#bababa;border-radius:50%}.toggle-button.on.svelte-xebwhl{background-color:#70b0cb}.toggle-button.on.svelte-xebwhl::before{background-color:#25B6F3;left:auto;right:0}