/* Scrollbar customizada (espelha web/admin) */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #CAE2F7; border-radius: 3px; }
::-webkit-scrollbar-thumb { background: #12548A; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #0e426d; }

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #12548A #CAE2F7;
}
