(()=>{function t(t){t.next(".dropdown-list").removeClass("tw-hidden"),t.find("svg.down-arrow").addClass("tw-rotate-180")}function o(t){t.next(".dropdown-list").addClass("tw-hidden"),t.find("svg.down-arrow").removeClass("tw-rotate-180")}$(".dropdown-title").off("click.dropdown").on("click.dropdown",(function(d){d.preventDefault(),d.stopPropagation(),$(this).next(".dropdown-list").hasClass("tw-hidden")?t($(this)):o($(this))})),$(document).off("click.nested").on("click.nested",".dropdown-list .dropdown-title",(function(d){d.preventDefault(),d.stopPropagation(),$(this).next(".dropdown-list").hasClass("tw-hidden")?t($(this)):o($(this))})),$(document).on("click",(function(t){$(t.target).closest(".dropdown").length||($(".dropdown-list").addClass("tw-hidden"),$("svg.down-arrow.tw-rotate-180").removeClass("tw-rotate-180"))}))})();