/** colors **/

.light {
  color: white;
}
.grey, .grey a {
  color: rgb(100, 110, 120);
}
.greyBackground {
  background-color: rgb(100, 110, 120);
}
.dark {
  color: rgb(42, 52, 66);
}
.darkBackground {
  background-color: rgb(42, 52, 66);
}
.color,
.selected {
  color: rgb(192, 0, 155) !important; /* color! */
}
.colorBackground,
.selected {
  background-color: rgb(192, 0, 155); /* color */
}
.lightBackground {
  background-color: white;
}
.lightNeutralBackground {
  background-color: #ddd !important;
}
.svgButton, .infoToggle .svgButton {
  fill: rgb(100, 110, 120);
}
.svgButton:hover, .svgButton:active {
  fill: rgb(192, 0, 155) !important; /* color */
}
/** colors end **/
