/* /Web/Pages/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. */

/* word-break: break-all came from the ASP.NET project template, where the brand is a
   plain text node and breaking anywhere is a reasonable last resort for a long name.
   Here it was the bug: the brand is one unbreakable word, rendered as one span per
   letter for the entrance animation (see .brand-letter in _Layout.cshtml), and
   break-all makes every single letter a legal wrap point. So a navbar row that got
   tight didn't shrink the logo — it stacked it into a vertical column of characters.
   nowrap instead: the logo stays on one line and keeps its width (see the
   .navbar-brand flex-shrink rule in _Layout.cshtml, which is what stops the row from
   squeezing it in the first place). */
a.navbar-brand[b-wrv6aaxpek] {
  white-space: nowrap;
  text-align: center;
}

a[b-wrv6aaxpek] {
  color: #0077cc;
}

.btn-primary[b-wrv6aaxpek] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-wrv6aaxpek], .nav-pills .show > .nav-link[b-wrv6aaxpek] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-wrv6aaxpek] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-wrv6aaxpek] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-wrv6aaxpek] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

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

.footer[b-wrv6aaxpek] {
  white-space: nowrap;
  line-height: 60px;
}
