.switch-checkbox{height:0;width:0;visibility:hidden}.switch-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;width:50px;height:30px;background:grey;border-radius:100px;position:relative;transition:background-color .2s}.switch-label .switch-button{content:"";position:absolute;top:22%;left:8px;width:17px;height:17px;border-radius:45px;transition:.2s;background:#fff;box-shadow:0 0 2px 0 rgba(10,10,10,.29)}.switch-checkbox:checked+.switch-label .switch-button{left:calc(100% - 8px);transform:translateX(-100%)}