body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f3f6fb;
}
.navbar.bg-primary {
  background: linear-gradient(90deg, #004080, #2563eb);
}
.sidebar {
  background-color: #ffffff;
}
.sidebar .nav-link {
  color: #1d4ed8;
  font-size: 0.95rem;
  border-radius: 0.5rem;
  margin: 0 0.75rem 0.25rem;
  padding: 0.4rem 0.75rem;
  display: flex;
  align-items: center;
}
.sidebar .nav-link i {
  font-size: 1rem;
}
.sidebar .nav-link.active {
  background-color: #e0edff;
  font-weight: 600;
}
.sidebar .nav-link:hover {
  background-color: #f1f5ff;
}
.card-resumo {
  border-radius: 1rem;
}
.card-resumo .h3 {
  font-weight: 600;
}
.toolbar-listagem {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.toolbar-listagem .filtro-rapido {
  max-width: 260px;
}
#mapaResgates {
  width: 100%;
  height: 360px;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
}
.tabela-foto {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 999px;
  border: 2px solid #e5e7eb;
}
@media print {
  .navbar,
  .sidebar,
  footer,
  .btn,
  .toolbar-listagem,
  .alert,
  form,
  #mapaResgates {
    display: none !important;
  }
  body {
    background: #ffffff;
  }
  .col-md-9,
  .col-lg-10,
  .container-fluid,
  .row {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0.5cm !important;
  }
  .card {
    box-shadow: none !important;
    border: 1px solid #ddd;
  }
}
