/* /Shared/Component.razor.rz.scp.css */
body[b-po2hpxpuji] {
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-wesk4s3hbu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wesk4s3hbu]{
    flex: 1;
}

.sidebar[b-wesk4s3hbu] {
    background-color: #fff;
    border-right: 1px solid #ddd;
}

.search-bar[b-wesk4s3hbu] {
    width: 50%;
}
    .search-bar input[b-wesk4s3hbu] {
        padding: 8px 12px;
        border-radius: 20px;
        border: 1px solid #ddd;
        background-color: #f5f7fa;
        width: 100%;
    }

.combo[b-wesk4s3hbu] {
    width: 40%;
    font-size: small;        
    padding: 8px 12px;
}

.image51x34[b-wesk4s3hbu] {
    height: 34px;
    width: 51px;
}

.image34x34[b-wesk4s3hbu] {
    height: 34px;
    width: 34px;
}

.user-name[b-wesk4s3hbu] {
    margin-left: 2px;
    font-size: 12px;
    color: #888;
    width: 10%;
}

.top-row[b-wesk4s3hbu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wesk4s3hbu]  a, .top-row[b-wesk4s3hbu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-wesk4s3hbu]  a:hover, .top-row[b-wesk4s3hbu]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-wesk4s3hbu]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wesk4s3hbu] {
        display: none;
    }

    .top-row.auth[b-wesk4s3hbu] {
        justify-content: space-between;
    }

    .top-row[b-wesk4s3hbu]  a, .top-row[b-wesk4s3hbu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wesk4s3hbu] {
        flex-direction: row;
    }

    .sidebar[b-wesk4s3hbu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wesk4s3hbu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-wesk4s3hbu]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-wesk4s3hbu], article[b-wesk4s3hbu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navlink[b-fwlqpwn8uo] {
    text-decoration: none; /* Remove qualquer decora��o de texto, como sublinhado */
    color: inherit; /* Garante que a cor do link seja a mesma da cor do texto ao redor */
}

.navlink:hover[b-fwlqpwn8uo], .navlink:focus[b-fwlqpwn8uo] {
    text-decoration: none; /* Remove decora��o ao passar o mouse ou focar no link */
    color: inherit; /* Mant�m a cor do texto inalterada ao passar o mouse */
}


.navbar-toggler[b-fwlqpwn8uo] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fwlqpwn8uo] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fwlqpwn8uo] {
    font-size: 1.1rem;
}

.oi[b-fwlqpwn8uo] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-fwlqpwn8uo] {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fwlqpwn8uo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fwlqpwn8uo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fwlqpwn8uo]  a {
        color: #333;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

    .nav-item[b-fwlqpwn8uo]  a.active {
        background-color: rgba(255,255,255,0.25);
        color: #333;
    }

    .nav-item[b-fwlqpwn8uo]  a:hover {
        background-color: rgba(255,255,255,0.1);
        color: #333;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-fwlqpwn8uo] {
        display: none;
    }

    .collapse[b-fwlqpwn8uo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-fwlqpwn8uo] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.logo[b-fwlqpwn8uo] {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top:20px;
    text-align: center;
}

/*    .logo span {
        color: #4a90e2;
    }*/

.dashboardMenu[b-fwlqpwn8uo] {
    margin-left:20px;
    margin-top:20px;
    padding: 10px 0 30px 0;
    background-color: #283198;
    border-radius: 6px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    width: 120px;
    height: 40px;
    font-weight: bold;
    color: white;
    font-size: 13px;
    text-align: center;
}

.separador[b-fwlqpwn8uo] {
    color: lightgray;
    line-height: 1px;
    width: 80%
}
