.toggle-switch-bg {
    width: 48px;
    height: 26px;
    border-radius: 999px;
    background: #334155;
    position: relative;
    cursor: pointer;
    transition: background 0.2s;
}

.toggle-switch-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: transform 0.2s;
}