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

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

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

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

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

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

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

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

footer.page-footer[b-x12e99zfhl] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  background-color: #fff;
  color: #999;
  z-index: 1000;
}

footer img[b-x12e99zfhl] {
  height: 32px;
  width: auto;
  clip-path: inset(25% 0 25% 0);
}

footer .footer-content[b-x12e99zfhl] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

footer .footer-content span[b-x12e99zfhl] {
  white-space: nowrap;
}

@media (max-width: 600px) {
  body[b-x12e99zfhl] {
    margin-bottom: 80px;
    /* Adjust for smaller screens */
  }

  footer.page-footer[b-x12e99zfhl] {
    padding: 8px;
    gap: 8px;
    flex-wrap: nowrap;
  }

  footer img[b-x12e99zfhl] {
    height: 24px;

  }

  footer .footer-content[b-x12e99zfhl] {
    font-size: 0.8rem;
    gap: 6px;
  }
}
