body {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

.login-card {
  width: min(430px, 92vw);
  border: 0;
}

.sidebar {
  min-height: calc(100vh - 56px);
  background: #fff;
  border-right: 1px solid #dee2e6;
}

.sidebar .nav-link {
  color: #495057;
}

.sidebar .nav-link.active {
  color: #fff;
}

.stat-card {
  border: 0;
}

.table td,
.table th {
  white-space: nowrap;
}

.app-section {
  max-width: 1500px;
}

.resource-check {
  width: 18px;
  height: 18px;
}

@media (max-width: 767.98px) {
  .sidebar {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #dee2e6;
  }

  main {
    padding: 1rem !important;
  }
}
