@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Pages/Test/CssEffectTest.razor.rz.scp.css */
[b-e2g6ju34oz] .flash {
  animation: flash-bg-b-e2g6ju34oz 1s ease-in-out;
}

@keyframes flash-bg-b-e2g6ju34oz {
  0% {
    background-color: yellow;
  }
  100% {
    background-color: transparent;
  }
}
