.dropdown-content {
    max-height: 250px!important;
}

.linha-tabela-credenciamento > td {
    padding: 1.3%!important;
    font-size: 12px;
} 

.corP{
    color:rgba(3, 42, 40, 1);
}

.btn-header:hover {
    background-color: #3cc7b2 !important;
}

li span {
    color: rgba(3, 42, 40, 1) !important;
}

/* Alvo do elemento inteiro */
::-webkit-scrollbar {
  width: 10px; /* largura da barra vertical */
  height: 10px; /* altura da barra horizontal */
}

/* Fundo da barra (trilho) */
::-webkit-scrollbar-track {
  background: #f7feff !important;
  border-radius: 5px;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

/* "Polegar" — a parte que você arrasta */
::-webkit-scrollbar-thumb {
  background: rgba(3, 42, 40, 1);
  border-radius: 5px;
}

/* Polegar ao passar o mouse */
::-webkit-scrollbar-thumb:hover {
  background: rgb(60, 199, 178);
}