body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.85rem;
}

.sidebar {
  min-height: calc(100vh - 56px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.nav-link {
  color: #333;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.82rem;
}

.nav-link:hover {
  background-color: #f5f5f5;
}

.nav-link .ti {
  vertical-align: middle;
}

main {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.card-body {
  padding: 0.55rem 0.75rem;
}

.table-sm > :not(caption) > * > * {
  padding: 0.2rem 0.4rem;
}

.table {
  font-size: 0.74rem;
  border-collapse: collapse;
}

.table thead th,
.table tbody td {
  border: 1px solid #dee2e6;
}

.form-control-sm,
.form-select-sm,
.btn-sm {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 0.8rem;
}

.h4 {
  font-size: 1.0rem;
}

.display-6 {
  font-size: 1.4rem;
}
