/* [project]/app/globals.css [app-client] (css) */
#nextjs-portal, .vercel-status-indicator, [data-nextjs-toast], [data-vercel-toolbar] {
  display: none !important;
}

.custom-scroll-azul {
  scrollbar-width: thin;
  scrollbar-color: #3b82f6 #0f172a80;
}

.custom-scroll-azul::-webkit-scrollbar {
  width: 6px;
}

.custom-scroll-azul::-webkit-scrollbar-track {
  background: #0f172a80;
  border-radius: 10px;
}

.custom-scroll-azul::-webkit-scrollbar-thumb {
  background: #3b82f6;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
}

.custom-scroll-azul::-webkit-scrollbar-thumb:hover {
  background: #60a5fa;
}

/*# sourceMappingURL=app_globals_71f961d1.css.map*/