/* migrated from `Pages/Shared/_Layout.cshtml.css` to avoid scoped-css BLAZOR102 */

/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: var(--bs-link-color);
}

.btn-primary {
  color: var(--bs-btn-color, #fff);
  background-color: var(--bs-btn-bg, var(--bs-primary));
  border-color: var(--bs-btn-border-color, var(--bs-primary));
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.border-top {
  border-top: 1px solid var(--respawn-border);
}

.border-bottom {
  border-bottom: 1px solid var(--respawn-border);
}

.box-shadow {
  box-shadow: var(--respawn-shadow-sm);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Old Bootstrap template footer rules (absolute positioned) can hide the footer in the new app layout.
   Keep footer styling in `site.css` under `.app-footer` instead. */
.footer {
  position: static;
  width: 100%;
  white-space: normal;
  line-height: normal;
}
