/* /Pages/RequestList.razor.rz.scp.css */
a[b-4pjrr4olcu] {
    color : black;
    vertical-align: middle;
}
/* /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-hwr1dvslti] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-hwr1dvslti] {
  color: #0077cc;
}

.btn-primary[b-hwr1dvslti] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-hwr1dvslti], .nav-pills .show > .nav-link[b-hwr1dvslti] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-hwr1dvslti] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-hwr1dvslti] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-hwr1dvslti] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-hwr1dvslti] {
  font-size: 1rem;
  line-height: inherit;
}

/*  if you change the line height here be sure to adjust min-height and line-height for .bottom-spacer in MainLayout.razor.css */
.footer[b-hwr1dvslti] {
  position: fixed;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-6tcx7vt1k2] {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    max-height: 100vh;
}

main[b-6tcx7vt1k2] {
    flex: 1;
}

.sidebar[b-6tcx7vt1k2] {
    background-color: lightblue;
}

.top-row[b-6tcx7vt1k2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-6tcx7vt1k2]  a,
.top-row .btn-link[b-6tcx7vt1k2] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-6tcx7vt1k2] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer[b-6tcx7vt1k2] {
    position: fixed;
    bottom: 0;
    background-color: #f7f7f7;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    line-height: 30px;
    text-align: center;
}

.bottom-spacer[b-6tcx7vt1k2] {
    line-height: 30px;
    min-height: 30px;
}


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6tcx7vt1k2] {
        display: none;
    }

    .top-row.auth[b-6tcx7vt1k2] {
        justify-content: space-between;
    }

    .top-row a[b-6tcx7vt1k2],
    .top-row .btn-link[b-6tcx7vt1k2] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6tcx7vt1k2] {
        flex-direction: row;
    }

    .sidebar[b-6tcx7vt1k2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6tcx7vt1k2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6tcx7vt1k2],
    article[b-6tcx7vt1k2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#overlay[b-6tcx7vt1k2] {
    position: fixed;
    /* display: none; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 2;
    cursor: pointer;
  }
  
  #text[b-6tcx7vt1k2]{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gt7npg3uu0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gt7npg3uu0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gt7npg3uu0] {
    font-size: 1.1rem;
}

.oi[b-gt7npg3uu0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-gt7npg3uu0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gt7npg3uu0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gt7npg3uu0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gt7npg3uu0]  a {
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-gt7npg3uu0]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: black;
}

.nav-item[b-gt7npg3uu0]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: black;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gt7npg3uu0] {
        display: none;
    }

    .collapse[b-gt7npg3uu0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
