/*html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .modal-fullscreen {
        width: 90%;
        max-width: 90%;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .btn {
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem;
    }
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal-backdrop-secondary {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1060;
}

.modal.fade.show {
    z-index: 1050;
}

.modal-confirmacao {
    z-index: 1070 !important;
}

.itens-modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 80vh;
}

.modal-itens {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.modal-footer {
    flex: 0 0 auto;
    border-top: none !important;
}

.modal-header {
    flex: 0 0 auto;
    border-bottom: none !important;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: none;
}

.fs60px {
    font-size: 60px;
}

.text-bold {
    font-weight: bold;
}

.text-darkGrey {
    color: darkslategray;
}

.selected {
    background-color: #8a8888;
    cursor: pointer;
    font-weight: bold;
}

tbody tr:hover {
    cursor: pointer;
}

td button {
    margin: 0;
    padding: 0;
}

.btn-black {
    background-color: black;
    color: white;
}

.btn-light-grey {
    background-color: #D3D3D3;
    color: #000000;
}

.btn-dark-grey {
    background-color: #808080;
    color: #ffffff;
}

.btn.btn-outline-secondary {
    color: #6c757d;
}

    .btn.btn-outline-secondary.btn-secondary {
        color: #fff;
    }

    .btn.btn-outline-secondary:hover {
        color: #fff;
    }

.badge-warning {
    background-color: #ffc107;
}

.badge-orange {
    background-color: #fd7e14;
}

.badge-danger {
    background-color: #dc3545;
}

.badge-success {
    background-color: #28a745;
}

.validation-summary-errors ul li {
    color: #dc3545;
}

.material-symbols-rounded {
    color: #6c757d;
}

.container-90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

select:disabled {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-sucesso {
    background-color: #28a745;*/ /* Verde sucesso */
    /*color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;*/ /* Bordas arredondadas */
    /*font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;*/ /* Espaço entre ícone e texto */
    /*border: none;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

    .btn-sucesso:hover {
        background-color: #218838;*/ /* Verde escuro no hover */
        /*color: #fff;
        text-decoration: none;
    }

    .btn-sucesso .material-symbols-rounded {
        font-size: 1.25rem;
        line-height: 1;
    }

.linha-personalizada_excluido td {
    color: #6c757d !important;*/ /* cinza Bootstrap */
    
/*}*/

/* Corrige sobreposição do rodapé com conteúdo */
/*body {
    min-height: 100vh;
    position: relative;
    padding-bottom: 70px;*/ /* Altura do footer */
    /*box-sizing: border-box;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;*/ /* mesma altura que o padding-bottom */
/*}*/
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .modal-fullscreen {
        width: 90%;
        max-width: 90%;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .btn {
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem;
    }
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal-backdrop-secondary {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1060;
}

.modal.fade.show {
    z-index: 1050;
}

.modal-confirmacao {
    z-index: 1070 !important;
}

.itens-modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 80vh;
}

.modal-itens {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.modal-footer {
    flex: 0 0 auto;
    border-top: none !important;
}

.modal-header {
    flex: 0 0 auto;
    border-bottom: none !important;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: none;
}

.fs60px {
    font-size: 60px;
}

.text-bold {
    font-weight: bold;
}

.text-darkGrey {
    color: darkslategray;
}

.selected {
    background-color: #8a8888;
    cursor: pointer;
    font-weight: bold;
}

tbody tr:hover {
    cursor: pointer;
}

td button {
    margin: 0;
    padding: 0;
}

.btn-black {
    background-color: black;
    color: white;
}

.btn-light-grey {
    background-color: #D3D3D3;
    color: #000000;
}

.btn-dark-grey {
    background-color: #808080;
    color: #ffffff;
}

.btn.btn-outline-secondary {
    color: #6c757d;
}

    .btn.btn-outline-secondary.btn-secondary {
        color: #fff;
    }

    .btn.btn-outline-secondary:hover {
        color: #fff;
    }

.badge-warning {
    background-color: #ffc107;
}

.badge-orange {
    background-color: #fd7e14;
}

.badge-danger {
    background-color: #dc3545;
}

.badge-success {
    background-color: #28a745;
}

.validation-summary-errors ul li {
    color: #dc3545;
}

.material-symbols-rounded {
    color: #6c757d;
}

.container-90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

select:disabled {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-sucesso {
    background-color: #28a745;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: none;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

    .btn-sucesso:hover {
        background-color: #218838;
        color: #fff;
        text-decoration: none;
    }

    .btn-sucesso .material-symbols-rounded {
        font-size: 1.25rem;
        line-height: 1;
    }

.linha-personalizada_excluido td {
    color: #6c757d !important;
}


/* === Corrige sobreposição do rodapé com conteúdo e define padrão visual === */
body {
    min-height: 100vh;
    position: relative;
    padding-bottom: 70px; /* altura do footer */
    box-sizing: border-box;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
}

/* === Largura padrão para container-fluid com estilo interno === */
.container-fluid {
    max-width: 95% !important;
    margin-left: auto;
    margin-right: auto;
}

    /* === Tabelas dentro do container ocupam 100% === */
    .container-fluid table {
        width: 100% !important;
        table-layout: auto;
    }


select.form-control optgroup,
select.form-control option:not(:first-child)