.lista-cards:hover {
  background-color: #f3f3f3;
}

.card-selecionado {
  width: 98%;
  margin-left: 1%;
  border: 1px solid #6f42c1;
  background-color: #fff !important;
  z-index: 999;
  box-shadow: 0px 0px 0px 4px rgb(120 86 255 / 50%), 0px 2px 4px rgb(0 0 0 / 8%) !important;
}

.card-selecionado:hover {
  background-color: #d3d3d3;
}

.card-badge {
  color: #000;
  background-color: #f8f9fa;
}

.qtd_registros {
  color: #6c757d;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.lista-cards.read {
  background-color: #F3F3F3;
}
