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

}

/* a {
  color: #cbcbcb;
} */

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

.nav-pills .nav-link.active[b-nh1x1bk8vf], .nav-pills .show > .nav-link[b-nh1x1bk8vf] {
  color: #fff;
  background-color: #4c0808;
  border-color: #4c0808;
}

.border-top[b-nh1x1bk8vf] {
  border-top: 1px solid #4c0808;
}
.border-bottom[b-nh1x1bk8vf] {
  border-bottom: 1px solid rgb(76, 8, 8);
}

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

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

.footer[b-nh1x1bk8vf] {
  position: fixed;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* color: rgba(0, 0, 0, 0.159); */
}

/* .navbar{
  position: relative;
  top: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 50px;
} */

.centered[b-nh1x1bk8vf] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Dropdown Button */
.dropbtn[b-nh1x1bk8vf] {
  background-color: transparent;
  color: #cbcbcb;
  padding: .5rem 1rem;
  /* padding: 16px; */
  /* padding-top: 15%; */
  align-content: center;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown[b-nh1x1bk8vf] {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-nh1x1bk8vf] {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a[b-nh1x1bk8vf] {
  color: black;
  padding: 15px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover[b-nh1x1bk8vf] {border-color: rgba(255, 255, 255, 0.83);
  box-shadow: 0.3em 0.3em 1em rgb(88, 9, 9), 0.3em 0.3em 1em rgb(88, 9, 9);}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content[b-nh1x1bk8vf] {display: block;}

