/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-yce66fd9b2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yce66fd9b2] {
    flex: 1;
}


.atualiza[b-yce66fd9b2] {
    font-size: 24px;
    padding: 40% 0;
    display: flex;
    justify-content: center;
}

.sidebar[b-yce66fd9b2] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, rgba(47,46,48,1) 0%, rgba(125,124,139,1) 41%, rgba(210,210,219,1) 92%, rgba(201,205,205,1) 100%);
}

.top-row[b-yce66fd9b2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.0rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yce66fd9b2]  a, .top-row[b-yce66fd9b2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-yce66fd9b2]  a:hover, .top-row[b-yce66fd9b2]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-yce66fd9b2]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-yce66fd9b2] {
        justify-content: space-between;
    }

        .top-row[b-yce66fd9b2]  a, .top-row[b-yce66fd9b2]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-yce66fd9b2] {
        flex-direction: row;
        overflow: hidden;
    }

    .sidebar[b-yce66fd9b2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yce66fd9b2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-yce66fd9b2]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-yce66fd9b2], article[b-yce66fd9b2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yce66fd9b2] {
    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-yce66fd9b2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-syviao1qeh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-syviao1qeh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.bottom-row[b-syviao1qeh] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
}

.label-menu[b-syviao1qeh] {
    margin-left: 10px;
    cursor: pointer;
}

.label-sub-menu[b-syviao1qeh] {
    margin-left: -5px;
    cursor: pointer;
}

.icon-menu-arrow[b-syviao1qeh] {
    text-align: right;
}

.navbar-brand[b-syviao1qeh] {
    font-size: 1.1rem;
}

.oi[b-syviao1qeh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-syviao1qeh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-syviao1qeh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-syviao1qeh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-syviao1qeh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-syviao1qeh]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-syviao1qeh]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-syviao1qeh] {
        display: none;
    }

    .collapse[b-syviao1qeh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width: 640px) {
    .bottom-row[b-syviao1qeh] {
        display: block;
    }
}
/* /Pages/Atendimento.razor.rz.scp.css */
.table-hover[b-nab92lprd7] {
    background-color: azure !important;
}
/* /Pages/FaturamentoDet.razor.rz.scp.css */
.tableFixHead[b-7n356fuyb0] {
    overflow-y: scroll;
    max-height: 600px !important;
}

    .tableFixHead thead th[b-7n356fuyb0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

table[b-7n356fuyb0] {
    border-collapse: collapse;
    width: 100%;
}

/*th, td {
    padding: 8px 16px;
}
*/
th[b-7n356fuyb0] {
    background: #eee;
}

[b-7n356fuyb0]::-webkit-scrollbar {
    width: 1.5px;
}
[b-7n356fuyb0]::-webkit-scrollbar-track {
    background-color: green;
}

[b-7n356fuyb0]::-webkit-scrollbar-thumb {
    height: 20px;
    background-color: red;
}


@media (max-width: 1360px) {
    .tableFixHead[b-7n356fuyb0] {
        overflow-y: scroll;
        max-height: 400px !important;
    }
}
@media (max-width: 1920px) {
    .tableFixHead[b-7n356fuyb0] {
        overflow-y: scroll;
        max-height: 500px !important;
    }
}
/* /Pages/Pantum/AtendimentoSp.razor.rz.scp.css */
#modaAtendimento .modal-dialog[b-i9i0jsrye0] {
    /* Altura máxima do modal: 90% da tela */
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

#modaAtendimento .modal-content[b-i9i0jsrye0] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

#modaAtendimento .modal-body[b-i9i0jsrye0] {
    /* Altura máxima do corpo do modal: 70% da tela */
    max-height: 80vh;
    overflow-y: auto;
}
