/* _content/ERNDAPP/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-s87lkm1xrm] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-s87lkm1xrm] {
  color: #0077cc;
}

.btn-primary[b-s87lkm1xrm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-s87lkm1xrm], .nav-pills .show > .nav-link[b-s87lkm1xrm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-s87lkm1xrm] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-s87lkm1xrm] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-s87lkm1xrm] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-s87lkm1xrm] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-s87lkm1xrm] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* Toast notification styling */
.toast[b-s87lkm1xrm] {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: sans-serif;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.tost.hide[b-s87lkm1xrm] {
  opacity: 0;
}

button:disabled[b-s87lkm1xrm] {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
  opacity:  0.7;
}

.spinner[b-s87lkm1xrm] {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin-b-s87lkm1xrm 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

@keyframes spin-b-s87lkm1xrm {
  to { transform: rotate(360deg); }
}
