/* cloudicons/Shared/MainLayout.razor.rz.scp.css */
main[b-qtm2xfjwly] {
  width: 100%;
  min-height: 100vh;
}

.attribution-footer[b-qtm2xfjwly] {
  border-top: 1px solid var(--border);
  padding: 2rem 1.5rem;
  background: var(--bg-secondary);
  margin-top: auto;
}

.footer-content[b-qtm2xfjwly] {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-links[b-qtm2xfjwly] {
  text-align: center;
  margin-bottom: 0.6rem;
  font-size: 0.82rem;
  color: var(--text-secondary);
}

.footer-links a[b-qtm2xfjwly] {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color var(--transition);
}

.footer-links a:hover[b-qtm2xfjwly] {
  color: var(--text);
}

.dot[b-qtm2xfjwly] {
  margin: 0 0.45rem;
}

.footer-note[b-qtm2xfjwly] {
  font-weight: 500;
}

.footer-disclaimer[b-qtm2xfjwly] {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.5;
  text-align: center;
}

.footer-disclaimer a[b-qtm2xfjwly] {
  color: var(--blue);
  text-decoration: none;
  transition: color var(--transition);
  font-weight: 500;
}

.footer-disclaimer a:hover[b-qtm2xfjwly] {
  color: var(--blue-dark);
  text-decoration: underline;
}
/* cloudicons/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9qqgt92ecw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9qqgt92ecw] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9qqgt92ecw] {
    font-size: 1.1rem;
}

.oi[b-9qqgt92ecw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-9qqgt92ecw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9qqgt92ecw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9qqgt92ecw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9qqgt92ecw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        min-height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        padding: 0.5rem 0.75rem;
    }

    .nav-item[b-9qqgt92ecw]  a small {
        font-size: 0.75rem;
        margin-left: 2rem;
        opacity: 0.7;
    }

.nav-item[b-9qqgt92ecw]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-9qqgt92ecw]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9qqgt92ecw] {
        display: none;
    }

    .collapse[b-9qqgt92ecw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
