@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.bundle.scp.css';
@import 'Website.Client.bundle.scp.css';

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

.main[b-skospf7ysc] {
    flex: 1;
    background-color: var(--background-color);    
}

.sidebar[b-skospf7ysc] {
    background-image: linear-gradient(180deg, rgb(102, 153, 0) 0%, #2b2b2b 20%);
    /*background-image: linear-gradient(180deg, rgb(102, 153, 0) 0%, #192500 20%);*/
    z-index:1000;
}

.hidden-sidebar[b-skospf7ysc] {
    display: none !important; /* Importante para sobrescrever outros estilos */
}

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

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

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

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-skospf7ysc] {
        display: none;
    }

    .top-row.auth[b-skospf7ysc] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-skospf7ysc] {
        height: 100vh;
        position: sticky;
        top: 0;        
    }

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

    .main > div[b-skospf7ysc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Website/Components/Pages/PoliticaPrivacidadeAPP.razor.rz.scp.css */
table[b-imrhjmeqs6] {
    border: 1px solid black;
    border-collapse: collapse;
}

th[b-imrhjmeqs6], td[b-imrhjmeqs6] {
    border: 1px solid black;
    padding: 5px; /* Adiciona um pequeno espaço interno para melhor leitura */
}
/* _content/Website/Components/Pages/TermosDeUso.razor.rz.scp.css */
body[b-653cj97s6k] {
}
