html[data-bilions-dark-theme="true"],
html[data-bilions-dark-theme="true"] * {
  scrollbar-color: #5a5b61 #1a1a1d;
  scrollbar-width: thin;
}

html[data-bilions-dark-theme="true"]::-webkit-scrollbar,
html[data-bilions-dark-theme="true"] *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html[data-bilions-dark-theme="true"]::-webkit-scrollbar-track,
html[data-bilions-dark-theme="true"] *::-webkit-scrollbar-track {
  background: #1a1a1d;
}

html[data-bilions-dark-theme="true"]::-webkit-scrollbar-thumb,
html[data-bilions-dark-theme="true"] *::-webkit-scrollbar-thumb {
  border: 2px solid #1a1a1d;
  border-radius: 999px;
  background: #5a5b61;
}

html[data-bilions-dark-theme="true"]::-webkit-scrollbar-thumb:hover,
html[data-bilions-dark-theme="true"] *::-webkit-scrollbar-thumb:hover {
  background: #73747b;
}
