.switch__container{display:inline-block;text-align:center;width:28px;height:16px}.switch__optionLabel{color:#8191aa}.is-darkTheme .switch__optionLabel{color:#98a8bf}.switch__optionLabel-selected{color:#485b7d}.is-darkTheme .switch__optionLabel-selected{color:#d3dff4}.switch{position:relative;display:inline-block;width:28px;height:16px;margin:auto}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;-webkit-transition:0.4s;transition:0.4s;height:16px;background-color:#abb5c5}.is-darkTheme .slider{background-color:#98a8bf}.slider:before{position:absolute;content:"";height:12px;width:12px;top:2px;left:2px;bottom:0;-webkit-transition:0.4s;transition:0.4s;border:none;background-color:white}.is-darkTheme .slider:before{background-color:#24344f}input:checked+.slider{background-color:#485b7d}.is-darkTheme input:checked+.slider{background-color:#d3dff4}input:checked+.slider:before{-webkit-transform:translateX(12px);-ms-transform:translateX(12px);transform:translateX(12px)}.slider.round{border-radius:8px}.slider.round:before{border-radius:50%}