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

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

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

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

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

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

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

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

.navbar[b-xdwnd1bwt8] {
  background-color: black;   /* !important */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030; /* ensure it stays on top */
}

body[b-xdwnd1bwt8] {
  padding-top: 70px; /* Adjust based on actual navbar height */
  margin-bottom: 60px; /* to ensure footer isn't too tight */
  /* background-color: #f0f0f0;  light grey */
  /* background-color: #d3d3d3;  grey */
}

.navbar a[b-xdwnd1bwt8],
.navbar .navbar-brand[b-xdwnd1bwt8],
.navbar .nav-link[b-xdwnd1bwt8],
.navbar .nav-item[b-xdwnd1bwt8] {
  color: white;    /* !important */
}

/* Optional: change hover and active states */
.navbar .nav-link:hover[b-xdwnd1bwt8],
.navbar .nav-link:focus[b-xdwnd1bwt8],
.navbar .nav-link.active[b-xdwnd1bwt8] {
  color: #ccc; /* !important or white, if you want no change */
}



