.material-switch>input[type="checkbox"]{display:none}.material-switch>label{cursor:pointer;height:0;position:relative;width:40px;background:#ea8215}.material-switch>label:before{background:#ea8215;color:#ea8215;border-radius:61px;content:'';height:24px;margin-top:-12px;position:absolute;opacity:.3;transition:all .4s ease-in-out;width:40px}.material-switch>label:after{background:#fff;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,.3);content:'';color:#f00;height:20px;left:2px;margin-top:-6px;position:absolute;top:-4px;transition:all .3s ease-in-out;width:20px}.material-switch>input[type="checkbox"]:checked+label::before{background:inherit;opacity:.9}.material-switch>input[type="checkbox"]:checked+label::after{background:#fff;left:17px}.material-label{margin-top:-3px;margin-left:5px}