/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #444CF7 #E5E5F7;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

*::-webkit-scrollbar-track {
    border-radius: 1px;
    /* background-color: #E5E5F7; */
    background-color: transparent;
}

*::-webkit-scrollbar-track:hover {
    /* background-color: var(--bg-graph); */
    background-color: transparent;
}

*::-webkit-scrollbar-track:active {
    /* background-color: var(--bg-graph); */
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: var(--bg-graph);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: var(--accent-color);
}

*::-webkit-scrollbar-thumb:active {
    background-color: #3A41D4;
}
