.react-toggle-track{width:35px;height:20px;padding:0;border-radius:100px;background-color:#e0e0e0;transition:all .2s ease}.react-toggle-thumb{transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;position:absolute;top:2.5px;left:2px;width:15px;height:15px;border-radius:50%;background-color:#fff;box-sizing:border-box;transition:all .25s ease}.react-toggle--checked .react-toggle-thumb{left:17px}.react-toggle--checked .react-toggle-track{left:17px;background:#000}