/* _content/BlankForms/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-xpo8xnr1wy] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-xpo8xnr1wy] {
  color: #0077cc;
}

.btn-primary[b-xpo8xnr1wy] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-xpo8xnr1wy], .nav-pills .show > .nav-link[b-xpo8xnr1wy] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-xpo8xnr1wy] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-xpo8xnr1wy] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-xpo8xnr1wy] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-xpo8xnr1wy] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-xpo8xnr1wy] {
  position: relative; /* Keeps it in the document flow */
  height: auto;
  padding: 20px 10px;
  background: #343a40;
  color: #fff;
}

/* Global loader styles */
.global-loader[b-xpo8xnr1wy] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(2px);
}

.loader-content[b-xpo8xnr1wy] {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 400px;
}

.loader-content .spinner-border[b-xpo8xnr1wy] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}

.loader-content p[b-xpo8xnr1wy] {
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 500;
    font-size: 1.1rem;
}

.loader-content small[b-xpo8xnr1wy] {
    color: #6c757d;
    font-size: 0.875rem;
}

