/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-s782azdf1r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-s782azdf1r] {
    flex: 1;
}

.sidebar[b-s782azdf1r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-s782azdf1r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-s782azdf1r]  a, .top-row[b-s782azdf1r]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-s782azdf1r]  a:hover, .top-row[b-s782azdf1r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-s782azdf1r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-s782azdf1r] {
        justify-content: space-between;
    }

    .top-row[b-s782azdf1r]  a, .top-row[b-s782azdf1r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-s782azdf1r] {
        flex-direction: row;
    }

    .sidebar[b-s782azdf1r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-s782azdf1r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-s782azdf1r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-s782azdf1r], article[b-s782azdf1r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-s782azdf1r] {
    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-s782azdf1r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ProjetoLayout.razor.rz.scp.css */

.project-layout__header[b-v165tmfo53]{
    position:sticky;
    top:0;
    z-index:999;
    backdrop-filter:blur(20px);
    background:rgba(5,10,20,.95);
    border-bottom:1px solid rgba(255,255,255,.05);
}

.project-layout__container[b-v165tmfo53]{
    max-width:1400px;
    margin:auto;
    padding:2rem;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.project-layout__logo[b-v165tmfo53]{
    color:#fff;
    text-decoration:none;
    font-size:2rem;
    font-weight:600;
}

.project-layout__menu[b-v165tmfo53]{
    display:flex;
    gap:2rem;
}

.project-layout__menu a[b-v165tmfo53],
.project-layout__footer a[b-v165tmfo53]{
    text-decoration:none;
    color:rgba(255,255,255,.85);
}

.project-layout__content[b-v165tmfo53]{
    min-height:calc(100vh - 180px);
}

.project-layout__footer[b-v165tmfo53]{
    border-top:1px solid rgba(255,255,255,.05);
    padding:2rem 0;
    margin-top:4rem;
}

@media(max-width:768px){
    .project-layout__menu[b-v165tmfo53]{
        gap:1rem;
        font-size:.9rem;
    }
}
