body {
  background: #f5f7fb;
}

.sidebar {
  background: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, .075);
}

.sidebar-menu .list-group-item {
  border: 0;
  border-radius: .75rem;
  margin: .15rem .75rem;
  color: #425466;
}

.sidebar-menu .list-group-item.active {
  background: #0d6efd;
  color: #fff;
}

.content-area {
  min-height: calc(100vh - 56px);
}

.card-stat,
.card-soft {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1rem rgba(15, 23, 42, .06);
}

.table > :not(caption) > * > * {
  vertical-align: middle;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .88rem;
}

.login-bg {
  background: radial-gradient(circle at top left, #e8f1ff, transparent 40%), #f8fafc;
}

.file-note {
  font-size: .85rem;
  color: #64748b;
}

.form-required::after {
  content: " *";
  color: #dc3545;
}

@media print {
  nav, aside, .btn, .no-print, .offcanvas, form.no-print {
    display: none !important;
  }
  main, .content-area {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .card-soft, .card-stat {
    box-shadow: none;
    border: 1px solid #ddd;
  }
}
