
/* V12.9 loose duplicate theme button hard fix */
nav .theme-toggle,
nav [data-theme-toggle],
.nav .theme-toggle,
.nav [data-theme-toggle]{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
body > .theme-toggle,
body > [data-theme-toggle],
body > button.theme-toggle,
body > button[data-theme-toggle],
body > .btn.theme-toggle,
body > .theme-switch,
body > .mode-toggle,
body > .sun-toggle,
body > .floating-theme,
body > .theme-control,
.theme-toggle.floating,
[data-floating-theme],
body > button[aria-label*="theme" i],
body > button[aria-label*="dark" i],
body > button[aria-label*="light" i],
body > button[style*="left"],
body > button[style*="position: fixed"],
body > button[style*="position:absolute"]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
