.toggleSwitch{flex-direction:row;justify-content:center;align-items:center;cursor:pointer;display:flex}.toggleSwitch-switch{display:inline-block;background:#ccc;border-radius:16px;width:100px;height:28px;position:relative;vertical-align:middle;transition:background .25s}.toggleSwitch-switch:after,.toggleSwitch-switch:before{content:""}.toggleSwitch-switch:before{display:block;background:linear-gradient(180deg,#fff 0,#eee);border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.25);width:20px;height:20px;position:absolute;top:4px;left:4px;transition:left .25s}.toggleSwitch:hover .toggleSwitch-switch:before{background:linear-gradient(180deg,#fff 0,#fff);box-shadow:0 0 0 1px rgba(0,0,0,.5)}.toggleSwitch-checkbox:checked+.toggleSwitch-switch{background:#bd0909}.toggleSwitch-checkbox:checked+.toggleSwitch-switch:before{left:30px}.toggleSwitch-checkbox{position:absolute;visibility:hidden}.toggleSwitch-label{margin-left:5px;position:relative;top:2px}.toggleSwitch-label--left{order:-1;margin-left:0;margin-right:5px}