/* _content/MinSide/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-js29o1pvdx] {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

main[b-js29o1pvdx] {
    flex: 1;
    display: flex;
    flex-direction: column;    
    /*padding: 1.5rem;*/
}

.sidebar[b-js29o1pvdx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-js29o1pvdx] {
    top: 0;
    position: sticky;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 0 1.5rem;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-js29o1pvdx]  a, .top-row[b-js29o1pvdx]  .btn-link 
    {        
        color: black;
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-js29o1pvdx]  a:hover, .top-row[b-js29o1pvdx]  .btn-link:hover 
        {
            /*text-decoration: underline;*/
            color: #0056b3;
            transition: color 0.3s ease;
            background-color: rgba(0, 123, 255, 0.1);
        }
        
        .top-row[b-js29o1pvdx]  a:first-child 
        {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.footer[b-js29o1pvdx] {
    bottom: 0;
    width: 100%;
    position: fixed;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 0 1.5rem;
    font-size: 0.875rem;
    color: #6c757d;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    align-items: center;
    align-content: center;
}

@media (max-width: 640.98px) {
    .top-row[b-js29o1pvdx] {
        justify-content: space-between;
    }

    .top-row[b-js29o1pvdx]  a, .top-row[b-js29o1pvdx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-js29o1pvdx] {
        flex-direction: row;
    }

    .sidebar[b-js29o1pvdx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-js29o1pvdx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-js29o1pvdx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-js29o1pvdx], article[b-js29o1pvdx] {
        /*padding-left: 2rem !important;*/
        /*padding-right: 1.5rem !important;*/
    }
}

#blazor-error-ui[b-js29o1pvdx] {
    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-js29o1pvdx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
