/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-b2v93q5khi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b2v93q5khi] {
    flex: 1;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}

.content[b-b2v93q5khi] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    padding: 2rem;
    max-width: 1200px;
    width: 100%;
}

.sidebar[b-b2v93q5khi] {
    background-color: #f9f8f5;
}

.top-row[b-b2v93q5khi] {
    background-color: #f9f8f5;
    border-bottom: 1px solid #e9e6e0;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-b2v93q5khi]  a, .top-row[b-b2v93q5khi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-b2v93q5khi]  a:hover, .top-row[b-b2v93q5khi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-b2v93q5khi]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-b2v93q5khi] {
        justify-content: space-between;
    }

    .top-row[b-b2v93q5khi]  a, .top-row[b-b2v93q5khi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-b2v93q5khi] {
        flex-direction: row;
    }

    .sidebar[b-b2v93q5khi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b2v93q5khi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-b2v93q5khi]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-b2v93q5khi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-b2v93q5khi] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-b2v93q5khi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9gfrdooh25] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: black;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%234a7c59' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem transparent;
}

.navbar-toggler:checked[b-9gfrdooh25] {
    background-color: rgba(0, 0, 0, 0.1);
}


.navbar-image[b-9gfrdooh25] {
    height: auto; /* Maintain aspect ratio */
    max-height: 50px; /* Adjust this value as needed */
    width: auto; /* Maintain aspect ratio */
    max-width: 100%; /* Ensure it doesn't exceed the container width */
}

.top-row[b-9gfrdooh25] {
    min-height: 3.5rem;
    background-color: #f9f8f5;
    border-bottom: 1px solid #e9e6e0;
    border-right: 1px solid #e9e6e0;
}

.navbar-brand[b-9gfrdooh25] {
    font-size: 1.1rem;
    color: #3a3633;
}

.bi[b-9gfrdooh25] {
    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-9gfrdooh25] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234a7c59' 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-people-fill-nav-menu[b-9gfrdooh25] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234a7c59' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-book-nav-menu[b-9gfrdooh25] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234a7c59' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811V2.828zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z'/%3E%3C/svg%3E");
}

.bi-shield-check-nav-menu[b-9gfrdooh25] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234a7c59' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0c-.69 0-3.45 0-6 2-.5.4-.667 1-.667 1.5V7c0 4.5 5.333 8.167 6.333 8.833a.672.672 0 0 0 .668 0C9.333 15.167 14.667 11.5 14.667 7V3.5c0-.5-.167-1.1-.667-1.5C11.45 0 8.69 0 8 0ZM6.854 10.854l4-4a.5.5 0 0 0-.708-.708L6.5 9.793 5.354 8.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0Z'/%3E%3C/svg%3E");
}

.bi-info-circle-fill-nav-menu[b-9gfrdooh25] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234a7c59' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.399l-.442-.07.086-.41 2.056-.361h.218l-.78 3.721zm.077-3.16a.93.93 0 1 1-1.86 0 .93.93 0 0 1 1.86 0z'/%3E%3C/svg%3E");
}

.bi-folder-fill-nav-menu[b-9gfrdooh25] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234a7c59' viewBox='0 0 16 16'%3E%3Cpath d='M9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.825a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31L.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3zm-8.322.12C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-9gfrdooh25]  .nav-link {
        color: #3a3633;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-9gfrdooh25]  a.active {
    color: #4a7c59;
    background-color: rgba(74, 124, 89, 0.08);
}

.nav-item[b-9gfrdooh25]  .nav-link:hover {
    color: #4a7c59;
    background-color: rgba(74, 124, 89, 0.05);
}

.nav-scrollable[b-9gfrdooh25] {
    display: none;
}

.nav-footer[b-9gfrdooh25] {
    padding: 1rem 0;
    border-top: 1px solid #e9e6e0;
    min-height: 4.5rem;
}

.logged-in-badge[b-9gfrdooh25] {
    display: block;
    font-size: 0.8rem;
    color: #26b050;
    margin-bottom: 0.5rem;
    text-align: center;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9gfrdooh25] {
    display: block;
}

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

    .nav-scrollable[b-9gfrdooh25] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
        flex-direction: column;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        border-right: 1px solid #e9e6e0;
    }
}
