.toggleSwitch{background-color:rgb(232,232,232);color:rgb(186,186,186);border-radius:20px;width:200px;position:relative;height:50px;overflow:hidden}.toggleSwitch .options{display:flex;z-index:2;top:0;bottom:0;right:0;left:0;position:absolute}.toggleSwitch .options>div{width:100px;padding:8px;text-align:center;cursor:pointer;font-weight:bold;display:flex;align-items:center;justify-content:center}.toggleSwitch .round{background-color:red;top:0;bottom:0;left:0;width:50%;z-index:1;position:absolute;border-radius:20px;transition:all 0.5s ease-in-out}.toggleSwitch.option1 .round{left:50%}.toggleSwitch.option0 .options div:first-of-type{color:white}.toggleSwitch.option1 .options div:last-of-type{color:white}input.br_toggleSlider{display:none}