img,
video {
  max-width: 100%;
  height: auto;
}

hr {
  border: none;
  border-top: 1px solid var(--border);
}

/*
tmp RIMOSSO: nasconde le barre in chrome??? (indagare)
::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
*/

::-webkit-scrollbar-track {
  background: var(--background);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
}

::selection {
  background-color: var(--selection);
  color: var(--text-bright);
}

#tabler-user-star path:last-child { fill: yellow; stroke: gold; }
#tabler-menorah { stroke: gray; }
#tabler-replace {
  & > path:nth-child(4), & > path:nth-child(5) {stroke: blue;}
}
#tabler-user-bolt path:last-child { stroke: orange; }
#tabler-user-heart path:last-child { fill: red; stroke: maroon; }
#tabler-user-shield > path:nth-child(3) { fill: silver; stroke: gray; }
#tabler-user-dollar {
  & > path:nth-child(4), & > path:nth-child(5) { fill: green; stroke: green; }
}