/* Próximos Vencimientos Table Styles */
/*
.wrap table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.wrap table thead {
  background-color: #f5f5f5;
  border-bottom: 2px solid #ddd;
}


.wrap table th {
  padding: 12px;
  text-align: left;
  font-weight: 600;
  color: #333;
}
*/

.wrap table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.wrap table tbody tr:hover {
  background-color: #f9f9f9;
}

.wrap table a {
  color: #0073aa;
  text-decoration: none;
}

.wrap table a:hover {
  color: #005a87;
  text-decoration: underline;
}

.tr-vencido {
  background-color: #fbeaea;
  border-left: 4px solid #dc3232;
}

.tr-proximo-vencimiento {
  background-color: #fff4e5;
  border-left: 4px solid #ffb347;
}
