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