/* /Pages/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-r9jrqb9b06] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-r9jrqb9b06] {
  color: #0077cc;
}

.btn-primary[b-r9jrqb9b06] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-r9jrqb9b06], .nav-pills .show > .nav-link[b-r9jrqb9b06] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-r9jrqb9b06] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-r9jrqb9b06] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-r9jrqb9b06] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-r9jrqb9b06] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-r9jrqb9b06] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5l8xxmah1n] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5l8xxmah1n] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5l8xxmah1n] {
    font-size: 1.1rem;
}

.oi[b-5l8xxmah1n] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-5l8xxmah1n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5l8xxmah1n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5l8xxmah1n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5l8xxmah1n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5l8xxmah1n]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-5l8xxmah1n]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5l8xxmah1n] {
        display: none;
    }

    .collapse[b-5l8xxmah1n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
