.ocultar {
    display: none;
}

.naoQuebraTable {
    white-space: nowrap;
}

/* CSS utilizado para o ícone do whatts */
.icon-whatsapp {
    width: 50px;
}
.whatsapp-link {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 10;
}
/* Fim CSS ícone whatts */


/* Inicio CSS tabelas */
/* .table-hover {
    width: 100%; 
    table-layout: fixed;   
}
.table-hover thead {
    display: table;  
    width: 100%; 
    table-layout: fixed;   
} */
/* .table-hover thead th:first-child {
    width: 50px;
    text-align: center;
} */
/* .table-hover tbody td:last-child {
    text-align: left; 
    padding-left: 35px;
} */

/* .table-hover thead th:nth-child(2) {
    text-align: left; 
}  */

/* .table-hover thead th:not(:first-child):not(:nth-child(2)) {
    text-align: left; 
} */

/* .table-hover thead th,
.table-hover tbody td {
    padding: 8px;   
    box-sizing: border-box;
}
.table-hover tbody {
    display: block;  
    width: 100%;  
    overflow-y: auto;  
}
.table-hover tbody tr {
    display: table-row;   
    table-layout: fixed;   
    width: 100%;   
    overflow-x: auto;  
    white-space: nowrap;   
}
.table-hover tbody tr td {
    min-width: 100px;   
    white-space: nowrap;  
}
.table-hover tbody tr:hover {
    overflow-x: auto;
    display: inline-block;  
    max-width: 100%;   
}
.table-hover tbody tr::-webkit-scrollbar {
    height: 6px; 
}
.table-hover tbody tr::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.table-hover tbody tr::-webkit-scrollbar-thumb:hover {
    background: #aaa;
} */

/* Fim CSS tabelas */