/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/* Global CSS to hide Next.js dev tools */
#devtools-indicator,
[data-nextjs-toast],
.nextjs-toast,
[data-next-badge-root],
[data-next-badge],
#next-logo,
[data-nextjs-dev-tools-button],
[data-next-mark],
[data-next-mark-loading] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  z-index: -9999 !important;
}

/* Additional aggressive hiding - only target Next.js dev tools */
body > div[style*="position: fixed"][style*="z-index: 9999"],
body > div[style*="position: fixed"][style*="z-index: 10000"] {
  display: none !important;
}

/* Hide any element with Next.js dev tools related classes */
[class*="nextjs"],
[class*="dev-tools"],
[id*="devtools"],
[id*="nextjs"] {
  display: none !important;
}
