.wrapper {
    display: flex;
    height: 100vh;
    background-color: rgb(240, 240, 240);
}

.content {
    width: 90%;
    height: auto;
}

.mb-3 {
    background-color: white;
    width: 90%;
}

.table {
    cursor: pointer;
}


.titulo {
    background-color: rgb(240, 240, 240);
    color: black;
}

.titulo:hover {
    color: black !important;
}

.texto-center {
    text-align: center;
}

.tum-tr1 {
    background-color: rgb(255, 255, 255);
    width: 100% !important;
    text-transform: uppercase;
    color: black;
}

.cabec {
    background-color: rgb(22, 218, 152);
    display: flex;
    width: 100%;
    border-radius: 5px;
}

.cabec2 {
    background-color: rgb(53, 203, 244);
    display: flex;
    width: 100%;
    border-radius: 5px;
}

.titletr {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 1%;
    margin-left: 2%;
    font-size: 1.5rem;
}

.titletr i {
    vertical-align: middle;
    /* Alinhamento vertical no meio */
    margin-right: 10px;
    /* Espaçamento à direita do ícone */
    width: 100% !important;
}

.tabela-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    /* Defina a altura para ocupar todo o espaço disponível */
    overflow-y: scroll;
}

.table-custom {
    width: 80vw;
}

.tabela-1 {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
}

.tabela-2 {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
}

td,
th,
tr {
    background-color: white !important;
}