/* _content/ngvi/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-hid1g4o1d2] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-hid1g4o1d2] {
  color: #0077cc;
}

.btn-primary[b-hid1g4o1d2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-hid1g4o1d2], .nav-pills .show > .nav-link[b-hid1g4o1d2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-hid1g4o1d2] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-hid1g4o1d2] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-hid1g4o1d2] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-hid1g4o1d2] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-hid1g4o1d2] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* Modal styles */
.modal[b-hid1g4o1d2] {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1050;
}

.modal-backdrop[b-hid1g4o1d2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}
