/* _content/NexaWeb/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-vhbtww62zk] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

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

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

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

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

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

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

.footer[b-vhbtww62zk] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}


/* force full‐width opaque bg when expanded or scrolled */
#mainNavbar.navbar-scrolled[b-vhbtww62zk],
#mainNavbar.navbar-expanded[b-vhbtww62zk] {
    background-color: rgba(94, 59, 238, 0.95) !important;
    transition: none !important; /* cut any fade delay */
}

    /* also color the collapse panel itself */
    #mainNavbar.navbar-expanded .navbar-collapse[b-vhbtww62zk] {
        background-color: rgba(94, 59, 238, 0.95);
    }

    /* ensure links remain white when expanded */
    #mainNavbar.navbar-expanded .nav-link[b-vhbtww62zk] {
        color: #fff !important;
    }

    /* if you’d like a small fade on the toggler icon swap */
    #mainNavbar.navbar-expanded .navbar-toggler-icon[b-vhbtww62zk] {
        filter: brightness(0) invert(1);
    }
