document.addEventListener('click', function(e) { if (e.target !== optionsContainer) { optionsContainer.classList.remove("active"); } })