.left-sticky-row > :first-child {
  background-color: rgb(45, 45, 48);
}
.left-sticky-row:hover > :first-child {
  background-color: rgb(30, 145, 183);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #1E91B7;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #4ECCED;
}

img[src$='.svg'] {
    height: 24px;
}
#red-svg{
    filter: invert(16%) sepia(52%) saturate(5605%) hue-rotate(356deg) brightness(89%) contrast(82%);
}
#green-svg{
    filter: invert(48%) sepia(87%) saturate(886%) hue-rotate(80deg) brightness(95%) contrast(89%);
}
#blue-svg{
    filter: invert(43%) sepia(78%) saturate(497%) hue-rotate(149deg) brightness(95%) contrast(88%);
}
#white-svg{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(276deg) brightness(103%) contrast(103%);
}