.toggle-switch{width:60px;height:30px;background-color:#ccc;border-radius:25px;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:0}.toggle-switch-inner{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;position:relative}.toggle-switch-inner img{width:24px;height:24px;transition:opacity .3s ease}.toggle-switch .slider{position:absolute;width:30px;height:30px;background-color:#ffffff4d;border-radius:50%;transition:transform .3s ease}.toggle-switch.active .slider{transform:translate(30px)}.toggle-switch.active .flag-pt{opacity:.1}.toggle-switch.active .flag-en{opacity:1}.toggle-switch:not(.active) .flag-en{opacity:.2}.dark .toggle-switch{background-color:#444}.dark .toggle-switch .slider{background-color:#ffffff80}.flag{padding:2px}
