/* /Layout/CmsLayout.razor.rz.scp.css */

.cms-container[b-95ir41muqf] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.cms-top-bar[b-95ir41muqf] {
    background-color: #f0f0f0;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
}

.cms-menu[b-95ir41muqf] {
    display: flex;
}

.cms-menu-item[b-95ir41muqf] {
    position: relative;
    padding: 10px 15px;
    cursor: pointer;
}

.cms-menu-item:hover[b-95ir41muqf] {
    background-color: #e0e0e0;
}

.cms-dropdown-content[b-95ir41muqf] {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.cms-dropdown-content a[b-95ir41muqf], .cms-dropdown-content button[b-95ir41muqf] {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.cms-dropdown-content a:hover[b-95ir41muqf], .cms-dropdown-content button:hover[b-95ir41muqf] {
    background-color: #f1f1f1;
}

.cms-menu-item:hover .cms-dropdown-content[b-95ir41muqf] {
    display: block;
}

.cms-body[b-95ir41muqf] {
    padding: 20px;
    flex-grow: 1;
    overflow-y: auto;
}
/* /Layout/Footer.razor.rz.scp.css */

.footer-container[b-in0ol1errd] {
    background-color: #000;
    color: #fff;
    padding: 40px 20px;
    font-family: sans-serif;
}

.footer-top[b-in0ol1errd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

#site-logo[b-in0ol1errd] {
    font-size: 5.0rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff !important;
    text-decoration: none;
}

.social-links[b-in0ol1errd] {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.social-link[b-in0ol1errd] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #4d4d4d;
    color: #fff !important;
    text-decoration: none;
    font-size: 20px;
}

.social-link:hover[b-in0ol1errd] {
    color: #fff;
    border-color: #fff;
}

.footer-links[b-in0ol1errd] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    margin-bottom: 30px;
    font-size: 0.9rem;
    font-weight: 500;
}

.footer-links a[b-in0ol1errd] {
    color: #fff !important;
    text-decoration: none;
}

.footer-links a:hover[b-in0ol1errd] {
    text-decoration: underline;
}

.footer-links span[b-in0ol1errd] {
    color: #4d4d4d;
}

.copyright[b-in0ol1errd] {
    text-align: center;
    font-size: 0.8rem;
    color: #8c8c8c;
}
/* /Layout/MainLayout.razor.rz.scp.css */

/* Flexbox layout */
.layout-container[b-yq3iojx8sc] {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensure full viewport height */
}

.main-content[b-yq3iojx8sc] {
    flex: 1; /* Allow the main content to grow and fill available space */
    padding: 20px;
}


/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2uugtji5h7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-2uugtji5h7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2uugtji5h7] {
    font-size: 1.1rem;
}

.bi[b-2uugtji5h7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-2uugtji5h7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-2uugtji5h7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-2uugtji5h7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-2uugtji5h7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:last-of-type[b-2uugtji5h7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2uugtji5h7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-2uugtji5h7]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2uugtji5h7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 992px) {
    .navbar-toggler[b-2uugtji5h7] {
        display: none;
    }

    .collapse[b-2uugtji5h7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-2uugtji5h7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/AppGitHub.razor.rz.scp.css */
/*
Scoped CSS styles for AppGitHub.razor component.
Add any component-specific styles here.
*/

/* Example: Adjust link text styling if needed */
/*.app-github-links .link-text {
    font-weight: bold;
}*/

