.painel{
  background-color: #fbfffb;
  border-color: white;
  box-shadow: 5px 5px 5px #dedede !important;
  border-radius: 10px !important;
  margin-bottom: 20px;
}

#tabela-analiseCredito td:nth-child(3) {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tooltip {
  z-index: 1060 !important;
}


.table-container {
  overflow: visible !important;
}