/* /Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
html[b-iv35vsd4yj], body[b-iv35vsd4yj] {
    height: 100%;
    margin: 0;
}

.page[b-iv35vsd4yj], main[b-iv35vsd4yj], article[b-iv35vsd4yj] {
    min-height: 100%;
    margin: 0;
}

.forgot-password-wrapper[b-iv35vsd4yj] {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}

.forgot-password-content[b-iv35vsd4yj] {
    width: 100%;
    max-width: 520px;
    text-align: center;
}

    .forgot-password-content h3[b-iv35vsd4yj] {
        margin-bottom: 1.5rem;
    }

.return-link[b-iv35vsd4yj] {
    margin-top: 1rem;
}
/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* Page-specific style overrides here in order to modify the styling of parent elements when ONLY on the login page */
html[b-rmmc3wzi1e], body[b-rmmc3wzi1e], .page[b-rmmc3wzi1e], main[b-rmmc3wzi1e], article[b-rmmc3wzi1e] {
    height: 100%;
    margin: 0;
}

.content[b-rmmc3wzi1e] {
    padding-top: unset;
    display: flex;
}
/* /Components/Account/Pages/ResetPassword.razor.rz.scp.css */
html[b-0x8o6vy222], body[b-0x8o6vy222] {
    height: 100%;
    margin: 0;
}

.page[b-0x8o6vy222], main[b-0x8o6vy222], article[b-0x8o6vy222] {
    min-height: 100%;
    margin: 0;
}

.reset-password-wrapper[b-0x8o6vy222] {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}

.reset-password-content[b-0x8o6vy222] {
    width: 100%;
    max-width: 520px; 
    text-align: center;
}

    .reset-password-content h3[b-0x8o6vy222] {
        margin-bottom: 1.5rem;
    }

.return-link[b-0x8o6vy222] {
    margin-top: 1rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qbv6syvth5] {
    position: relative;
    display: flex;
    background-color: var(--fs-light);
    flex-direction: row;
}

main[b-qbv6syvth5] {
    flex: 1;
}

.sidebar[b-qbv6syvth5] {
    background-color: var(--fs-primary);
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
}

/* Hide sidebar on small screens */
@media (max-width: 800px) {
    .sidebar[b-qbv6syvth5] {
        display: none;
        width: 0;
    }
}

#blazor-error-ui[b-qbv6syvth5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-qbv6syvth5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.navbar[b-qbv6syvth5] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    top: 1.5em;
    right: 1.5em;
    z-index: 999;
}

.menu[b-qbv6syvth5] {
    position: relative;
    display: inline-block;
    min-width: 160px;
}

.menu-button[b-qbv6syvth5] {
    cursor: pointer;
    border: none;
    display: flex;
    background-color: var(--fs-primary);
    color: white;
    min-width: 160px;
    border-radius: 4px;
    font-size: 16px;
    padding: 12px 16px;
    align-items: center;
}

.menu:hover .dropdown-content[b-qbv6syvth5] {
    display: block;
}

.dropdown-content[b-qbv6syvth5] {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 10000;
    top: 100%;
    right: 0;
    width: 100%;
}

    .dropdown-content button[b-qbv6syvth5] {
        font-size: 16px;
        padding: 12px 16px;
        width: 100%;
        text-align: left;
    }

        .dropdown-content button:hover[b-qbv6syvth5] {
            background-color: #e9e7f9;
        }

.rz-navigation-icon[b-qbv6syvth5] {
    margin-right: 6px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.side-names[b-0jpwaue3kf] {
    background-color: var(--fs-primary);
    color: white;
    font-size: 1.3rem;
}

.sub-item[b-0jpwaue3kf] {
    width: 250px;
    margin-bottom: 5px;
}
/* /Components/Pages/EditAccount.razor.rz.scp.css */
.profile-field[b-vxau03ph1z] {
    width: 50%; 
    margin-bottom: 1rem; 
    word-break: break-word; 
}
/* /Components/Pages/Releases.razor.rz.scp.css */
.release-notes[b-jgb7tnvahy] {
    white-space: pre-wrap;
    word-break: break-word;
}
/* /Components/ReleaseFields.razor.rz.scp.css */
.upload-box[b-s48t9q34zf] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 100%;
    border: 1px solid #a5b1c0;
    border-radius: 5px;
    background-color: #f8fafc;
    text-align: center;
    font-size: 0.95rem;
    color: #475569;
    transition: all 0.2s ease;
    cursor: pointer;
    box-sizing: border-box;
}

    .upload-box:not(.disabled):hover[b-s48t9q34zf] {
        background-color: #eff6ff;
        border-color: #3b82f6;
    }

    .upload-box.disabled[b-s48t9q34zf] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.spinner-overlay[b-s48t9q34zf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: lightgray;
    opacity: 0.6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
}

.upload-box-inner[b-s48t9q34zf] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.header-row[b-s48t9q34zf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.strike-through[b-s48t9q34zf] {
    text-decoration: line-through;
    color: #999;
}

.file-list[b-s48t9q34zf] {
    padding-right: 2px;
    word-break: break-word;
}

[b-s48t9q34zf] .hide-display {
    display: none;
}
