.nopointer {
  pointer-events: none;
}

.app-sidebar .menu .menu-item.divider .menu-link {
  padding: 0;
  margin: 10px 20px;
  border-top: 1px solid var(--bs-app-sidebar-grid-border-color) !important;
}

.app-header .navbar-brand img {
  max-width: none;
  max-height: 100%;
  margin-left: 0.5rem;
}

.card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.card-header .card-controls {
  margin: 0;
  padding: 0;
}

.stripe-continue > td > table {
  background: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-color);
  --bs-table-bg-type: var(--bs-table-bg);
}

.table-striped > tbody > tr:not(.stripe-continue):nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped > tbody > tr:not(.stripe-continue):nth-of-type(2n+1) + .stripe-continue > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.well {
  --well-padding: 1rem;
  --well-border-radius: var(--bs-border-radius);
  background: var(--bs-gray-50);
  padding: var(--well-padding);
  border-radius: var(--well-border-radius);
}
.well legend {
  font-size: 1rem;
}

.table-highlight {
  --bs-table-bg-state: none;
  background-image: var(--bg-highlight);
}

/*# sourceMappingURL=app.output.css.map */
