.tumbler{display:flex;align-items:center;padding-left:3px;width:40px;height:24px;background:#a9a49e;border-radius:58px;transition:background .3s ease-out}.tumbler:hover{cursor:pointer}.tumbler-btn{width:18px;height:18px;border-radius:var(--rounded-full);background:var(--white);transition:transform .3s ease-out}.tumbler-active{background:var(--blue)}.tumbler-active .tumbler-btn{transform:translateX(16px)}