@keyframes msw-occupancy-flash {
  0% {
    background-color: rgba(25, 118, 210, 0.25);
  }
  100% {
    background-color: transparent;
  }
}
.msw-occupancy-pulse {
  animation: msw-occupancy-flash 1s ease-out;
}
