/* App layout tweaks on top of AdminLTE */
.content-wrapper > .content {
  padding: 0.5rem 0.5rem;
}

.content-wrapper > .content.content-flush-top {
  padding-top: 0.5rem;
}

/* Wider register-box for stacked forms */
.register-box.register-box-wide {
  width: 480px;
  max-width: 96%;
}

.badge.pulse-live {
  animation: pulse-live 1.5s ease-in-out infinite;
}

@keyframes pulse-live {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.65; }
}
