/* assets/css/portal.css */

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: var(--color-secundario, #d4d4d8);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primario, #a1a1aa);
}

/* Base tweaks */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[x-cloak] { display: none !important; }
