table {
    width: 90%;
    border-collapse: collapse;

    color: rgb(0, 0, 0);
    margin: auto;
    margin-top: -4em;
    position: relative;
    top: 10%;
}

thead {
    background-color: var(--blue);
    height: 45px;
    color: white;
}

table tbody {
    text-align: center;
}

tbody td a {
    color: black;
    font-size: 1.8em;
}

tbody a:hover {
    background-color: rgba(0, 0, 0, 0.116);
    cursor: pointer;
}

tbody td {
   
    border: 1px solid rgba(0, 0, 0, 0.37);
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    gap: 1em;
    padding: 5px;
}

.nametd {
    width: 30%;
}



.iconsTd {
    display: flex;
    justify-content: center;
     flex-wrap: wrap;
    align-items: center;
    gap: 0.4em;
    height: auto;
    
}

.iconsTd a{
    font-size: 1.4em;
}

.qr{
    height: 40px;
    width: 40px;
    object-fit: cover;
}

.pesquisar .row-2-itens label{
    display: block;
}

.button-mais,
.button-menos {
    color: white;
    font-size: 25px; 
    width: 40px; 
    height: 40px;
    padding: 2px; 
    border: none; 
    border-radius: 3px; 
    cursor: pointer;

    transform: scale(0.5); 
}

.button-mais {
    background-color: rgb(9, 175, 9);
}

.button-menos {
    background-color: rgb(230, 54, 54);
}

.hidden {
    display: none;
}
.tbIten td {
    max-width: 2000px; 
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.tbI{
margin-top:0.6em;
}