:root {
  scrollbar-color:#ff8d42 #121212 !important;
  scrollbar-width:thin !important; 
}

html {
  scrollbar-face-color:#ff8d42;
  scrollbar-base-color:#ff8d42;
  scrollbar-3dlight-color:#ff8d42;
  scrollbar-highlight-color:#ff8d42;
  scrollbar-track-color:#121212;
  scrollbar-arrow-color:#121212;
  scrollbar-shadow-color:#121212;
  scrollbar-dark-shadow-color:#121212;
}

::-webkit-scrollbar { width:8px; height:3px;}
::-webkit-scrollbar-button {  background-color:#121212; }
::-webkit-scrollbar-track {  background-color:#ff8d42;}
::-webkit-scrollbar-track-piece { background-color:#121212;}
::-webkit-scrollbar-thumb { height: 50px; background-color:#ff8d42; }
::-webkit-scrollbar-corner { background-color:#ff8d42; }
::-webkit-resizer { background-color:#ff8d42; }