.switch-button{cursor:pointer;border:2px solid #d0d2d9;border-radius:100px;align-items:center;width:52px;height:32px;transition:all .3s;display:flex}.switch-button__dot{background:#d0d2d9;border-radius:100px;width:16px;height:16px;transition:all .3s;transform:translate(6px)}.switch-button--checked{background:#2640c9;border:2px solid #2640c9}.switch-button__dot--checked{background:#fff;width:24px;height:24px;transform:translate(calc(100% - 2px))}
