.noshadow {
  box-shadow: none !important;
}

.nooutline {
  outline: none !important;
}

.invert {
  filter: invert(100%);
}