html {
  scrollbar-color: #555C75 rgba(0,0,0,.1);
}

::-webkit-scrollbar-thumb {
  background: #555C75;
}


.user-role-3 {
  --user-role-accent: #8c00ff;
}

