/* /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. */

a.navbar-brand[b-lh82k9hlgp] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* NB: niente regola generica "a { color: ... }" qui. Essendo CSS isolato
   diventa "a[b-xxxxx]" e batte in specificita' le classi di site.css, ma solo
   sui link a cui il build applica lo scope (i tag helper asp-page non lo
   ricevono): il footer finiva per avere link di due colori diversi. */

.btn-primary[b-lh82k9hlgp] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-lh82k9hlgp], .nav-pills .show > .nav-link[b-lh82k9hlgp] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-lh82k9hlgp] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-lh82k9hlgp] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-lh82k9hlgp] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-lh82k9hlgp] {
  font-size: 1rem;
  line-height: inherit;
}

/* Banda scura: i link (#f2f5e9) e le icone social sono bianchi,
   quindi il footer ha bisogno di uno sfondo scuro per essere leggibile. */
.footer[b-lh82k9hlgp] {
  width: 100%;
  flex: 0 0 auto;
  background-color: #000000;
  color: #e2ecf0;
  padding: 14px 0;
  line-height: 1.5;
}
