/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* 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[b-0xptjmx3bk] {
    font-size: 36px;
    color: #FFFFFF;
}

a.nav-link[b-0xptjmx3bk] {
    font-size: 20px;
    color: #FFFFFF;
    padding-bottom: 0px;
}

/* Removed bare `a { color: #FFFFFF }` template leftover. It forced ALL
   anchors inside _Layout.cshtml that retain the Razor scoped-CSS attribute
   (i.e. plain <a href="..."> without tag helpers — asp-controller etc.
   strip the attribute) to render white. Caused the theme picker items
   (which use plain href="#") to be white-on-white-dropdown-bg → invisible.
   Navbar brand / nav-link styles live in site.css and stay there; this
   rule served no purpose beyond breaking new <a> additions. */

.btn-primary[b-0xptjmx3bk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-0xptjmx3bk], .nav-pills .show > .nav-link[b-0xptjmx3bk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-0xptjmx3bk] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-0xptjmx3bk] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-0xptjmx3bk] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-0xptjmx3bk] {
  font-size: 1rem;
  line-height: inherit;
}

/* The stock template's `.footer { position: absolute; bottom: 0 }` rule was
   removed. As scoped CSS it carried a [b-xxxxx] attribute selector, so it
   outranked `footer.footer` in site.css and silently won — pinning the footer
   to ~one viewport-height down the document, where it floated over the middle
   of long pages. Footer layout now lives entirely in site.css (flex sticky
   footer); nothing footer-related belongs here. */
