.ni-debug{
  background-color: white;
  z-index: 1000;
}
.ni-debug--igni {
  animation: ni-debug-igni;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}
@keyframes ni-debug-igni {
  0% { background-color: white; }
  50% { background-color: #ff0000; }
  100% { background-color: white; }
}