body { background: #f7f7f7; }
.table td { vertical-align: middle; }
.table a { text-decoration: none; }
.current-file { min-height: 20px; }
.spinner-border { width: 4rem; height: 4rem; }

.login-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-card {
  width: 100%;
  max-width: 420px;
}

.report-status {
  background: #6c757d;
}

.badge-status-dodano {
  background: #198754;
}

.badge-status-w-realizacji {
  background: #ffc107;
  color: #000;
}

#appAlert { position: relative; z-index: 1100; }
