/* _content/GProject/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-bf9elkhs7b] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-bf9elkhs7b] {
  color: black;
}

.btn-primary[b-bf9elkhs7b] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-bf9elkhs7b],
.nav-pills .show > .nav-link[b-bf9elkhs7b] {
  color: black !important;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-bf9elkhs7b] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-bf9elkhs7b] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-bf9elkhs7b] {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy[b-bf9elkhs7b] {
  font-size: 1rem;
  line-height: inherit;
}

footer[b-bf9elkhs7b] {
  background: #045962;
  color: #fff !important;
  width: 100vw;
  position: relative;
 
}

.logo-img[b-bf9elkhs7b] {
  height: 80px;
  width: auto;
  margin-left: 130px;
}

.navbar-toggler[b-bf9elkhs7b] {
  border-color: transparent !important;
}

.fullscreen-collapse[b-bf9elkhs7b] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f2f0e3;

  z-index: 1050;
  overflow-y: auto;
  opacity: 0;

  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.fullscreen-collapse.show[b-bf9elkhs7b] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.fullscreen-collapse.collapsing[b-bf9elkhs7b] {
  height: auto !important;
  transition: none !important;
}

.fullscreen-collapse .nav-link[b-bf9elkhs7b],
.fullscreen-collapse .btn[b-bf9elkhs7b] {
  font-size: 1.25rem;
  margin: 1rem 0;
  color: #333;
}

.fullscreen-collapse .nav-item[b-bf9elkhs7b] {
  text-align: center;
}

.fullscreen-close-btn[b-bf9elkhs7b] {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2rem;
  color: #333;
  background: none;
  border: none;
  z-index: 1051;
}

.fullscreen-close-btn:hover[b-bf9elkhs7b] {
  color: #000;
}
