/* /Pages/GestaoDocumentos/Documentos/DocumentoCadastro.razor.rz.scp.css */
.efeitoHover:hover[b-jbeot9u5i2] {
    background-color: #f2f2f2;
    cursor: pointer;
}
/* /Pages/GestaoDocumentos/Documentos/DocumentoConsulta.razor.rz.scp.css */
/*.efeitoHover 
{
    background-color: #f00;
}
*/
/* /Pages/GestaoDocumentos/Documentos/DocumentoConsultaAvancada.razor.rz.scp.css */
/* Estilos para os cards de documento */
.documento-card-novo[b-9x1rlwpyie] {
    transition: all 0.2s ease-in-out;
}

.documento-card-novo:hover[b-9x1rlwpyie] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Estilo para hover no conteudo clicavel */
[b-9x1rlwpyie] .mud-card-content:hover {
    background-color: var(--mud-palette-action-default-hover);
}

/* Ajuste para os chips de indice */
[b-9x1rlwpyie] .mud-chip.mud-chip-size-small {
    background-color: var(--mud-palette-background-grey);
}

/* Truncar texto com 2 linhas (modo cards) */
.text-truncate-2[b-9x1rlwpyie] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Truncar texto com 1 linha */
.text-truncate[b-9x1rlwpyie] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Estilo para tabela de documentos */
[b-9x1rlwpyie] .documento-tabela .mud-table-head .mud-table-cell {
    font-weight: 600;
    background-color: var(--mud-palette-background-grey);
}

[b-9x1rlwpyie] .documento-tabela .mud-table-row:hover {
    background-color: var(--mud-palette-action-default-hover) !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-jwqcu860sq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-jwqcu860sq] {
    flex: 1;
}

.sidebar[b-jwqcu860sq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jwqcu860sq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jwqcu860sq]  a, .top-row .btn-link[b-jwqcu860sq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-jwqcu860sq] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jwqcu860sq] {
        display: none;
    }

    .top-row.auth[b-jwqcu860sq] {
        justify-content: space-between;
    }

    .top-row a[b-jwqcu860sq], .top-row .btn-link[b-jwqcu860sq] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jwqcu860sq] {
        flex-direction: row;
    }

    .sidebar[b-jwqcu860sq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jwqcu860sq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-jwqcu860sq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0il8zaoidi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0il8zaoidi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0il8zaoidi] {
    font-size: 1.1rem;
}

.oi[b-0il8zaoidi] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0il8zaoidi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0il8zaoidi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0il8zaoidi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0il8zaoidi]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0il8zaoidi]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-0il8zaoidi]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0il8zaoidi] {
        display: none;
    }

    .collapse[b-0il8zaoidi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
