.checkboxes-switches{padding:20px}.checkboxes-switches input{display:none}.checkboxes-switches label{cursor:pointer;display:flex;position:relative;padding-left:50px}.checkboxes-switches input[type=checkbox],.checkboxes-switches input[type=radio]{position:absolute;visibility:hidden!important}.checkboxes-switches input[type=checkbox]+label:after,.checkboxes-switches input[type=checkbox]+label:before,.checkboxes-switches input[type=radio]+label:after,.checkboxes-switches input[type=radio]+label:before{content:"";position:absolute;top:50%;margin-top:-7.5px;box-sizing:border-box}.checkboxes-switches input[type=checkbox]+label:before,.checkboxes-switches input[type=radio]+label:before{width:40px;height:20px;left:0;background:#fff;border:1px solid #e4e3e1;border-radius:20px}.checkboxes-switches input[type=checkbox]+label:after,.checkboxes-switches input[type=radio]+label:after{width:20px;height:20px;left:0;background:#bdbdbd;border-radius:50%;transition:all .2s ease-out}.checkboxes-switches input[type=checkbox]:checked+label:after,.checkboxes-switches input[type=radio]:checked+label:after{left:20px;background:#ff9800}