.filters-grid .field {
  width: 100% !important;
  min-width: 0;
}

/* Inputs normales */
.filters-grid input {
  width: 100% !important;
  height: 34px;
  box-sizing: border-box;
  padding: 6px 10px;
}

/* Inputs normales */
.filters-grid input {
  width: 100% !important;
  height: 34px;
  box-sizing: border-box;
  padding: 6px 10px;
}

/* Select nativo */
.filters-grid select {
  width: 100% !important;
}

/* Select2 */
.filters-grid .select2-container {
  width: 100% !important;
}

.filters-grid .select2-container .select2-selection--single {
  height: 34px;
  box-sizing: border-box;
}

.filters-grid .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.filters-grid .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

#consultarMisTramite,
#excelMisTramite {
  width: 120px;
  height: 32px;
  padding: 0;

  background-color: #299bd3;
  color: #ffffff;

  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 2px;

  appearance: none;
  -webkit-appearance: none;

  font-size: 11px;
  font-weight: bold;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

#consultarMisTramite i,
#excelMisTramite i {
  color: #ffffff !important;
  font-size: 13px;
  line-height: 1;
}

#consultarMisTramite:hover,
#excelMisTramite:hover {
  background-color: #2189bd;
}

#consultarMisTramite:active,
#excelMisTramite:active {
  background-color: #1d79a7;
}

#paso1 .filters-grid .field input[type="text"],
#paso1 .filters-grid .field input[type="date"] {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  box-sizing: border-box !important;
  padding: 6px 10px !important;
  line-height: 20px !important;
}
.filters-grid .filter-button {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  margin: 0 !important;
}
#paso1 .btn-row {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  width: 100% !important;
  margin-top: 25px;
  margin-left: 2%;
  text-align: left !important;
}
#paso1 .btn-container {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 8px;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  text-align: left !important;
}
.tramite-contenedor {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.tramite-nombre {
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
}
.tramite-pago {
  display: block;
  color: #b45309;
  font-size: 12px;
  font-weight: 600;
}
.tramite-pago-punto {
  margin-right: 3px;
  color: #b45309;
}
.estado-tramite {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

/* 1. Sin asignar */
.estado-sin-asignar {
  color: #475467;
  background-color: #f2f4f7;
  border-color: #d0d5dd;
}

/* 2. Asignación */
.estado-asignacion {
  color: #3538cd;
  background-color: #eef4ff;
  border-color: #c7d7fe;
}

/* 3. En revisión */
.estado-en-revision {
  color: #175cd3;
  background-color: #eff8ff;
  border-color: #b2ddff;
}

/* 4. Devuelto */
.estado-devuelto {
  color: #b54708;
  background-color: #fff4ed;
  border-color: #ffd6ae;
}

/* 5. Pendiente de pago */
.estado-pendiente-pago {
  color: #a15c07;
  background-color: #fffaeb;
  border-color: #fedf89;
}

/* 6. Aprobado */
.estado-aprobado {
  color: #067647;
  background-color: #ecfdf3;
  border-color: #abefc6;
}

/* 7. Pendiente de firma */
.estado-pendiente-firma {
  color: #6941c6;
  background-color: #f4f3ff;
  border-color: #d9d6fe;
}

/* 8. Finalizado */
.estado-finalizado {
  color: #107569;
  background-color: #f0fdf9;
  border-color: #99f6e0;
}

/* 9. Negado */
.estado-negado {
  color: #b42318;
  background-color: #fef3f2;
  border-color: #fecdca;
}

/* Estado no identificado */
.estado-desconocido {
  color: #344054;
  background-color: #f9fafb;
  border-color: #eaecf0;
}

#consultar {
  width: 120px;
  height: 32px;
  padding: 0;

  background-color: #299bd3;
  color: #ffffff;

  border: 0 !important;
  border-left: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 2px;

  appearance: none;
  -webkit-appearance: none;

  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
}
#consultar:hover {
  background-color: #2189bd;
}

#consultar:active {
  background-color: #1d79a7;
}

.trazabilidad-encabezado {
  margin: 0 0 18px;
  color: #12336b;
  font-size: 21px;
  font-weight: 700;
}

.trazabilidad-lista {
  position: relative;
  padding-left: 28px;
  border-left: none !important;
}

.traza-item,
.traza-contenido {
  border-left: none !important;
}

/* Línea vertical */
/* Única línea vertical */
.trazabilidad-lista::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 8px;
  left: 7px;
  width: 2px;
  background-color: #1ba4e8;
}

.traza-item {
  position: relative;
  margin-bottom: 18px;
}

.traza-item:last-child {
  margin-bottom: 0;
}

.traza-punto {
  position: absolute;
  top: 2px;
  left: -27px;
  z-index: 2;

  width: 13px;
  height: 13px;

  background-color: #98a2b3;
  border: 2px solid #ffffff;
  border-radius: 50%;

  box-shadow: 0 0 0 1px #98a2b3;
}

.traza-contenido {
  min-width: 0;
}

.traza-titulo {
  margin: 0;
  color: #101828;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.traza-metadatos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;

  margin-top: 2px;
  color: #667085;
  font-size: 11px;
  line-height: 1.4;
}

.traza-separador {
  color: #98a2b3;
}

.traza-detalle {
  margin: 4px 0 0;
  color: #101828;
  font-size: 14px;
  line-height: 1.4;
}

.trazabilidad-vacia {
  color: #667085;
  font-size: 13px;
}

/* Colores de los puntos */

.traza-radicado {
  background-color: #98a2b3;
  box-shadow: 0 0 0 1px #98a2b3;
}

.traza-asignado {
  background-color: #3538cd;
  box-shadow: 0 0 0 1px #3538cd;
}

.traza-revision {
  background-color: #175cd3;
  box-shadow: 0 0 0 1px #175cd3;
}

.traza-devuelto {
  background-color: #b54708;
  box-shadow: 0 0 0 1px #b54708;
}

.traza-pendiente-pago {
  background-color: #a15c07;
  box-shadow: 0 0 0 1px #a15c07;
}

.traza-aprobado {
  background-color: #067647;
  box-shadow: 0 0 0 1px #067647;
}

.traza-pendiente-firma {
  background-color: #6941c6;
  box-shadow: 0 0 0 1px #6941c6;
}

.traza-finalizado {
  background-color: #107569;
  box-shadow: 0 0 0 1px #107569;
}

.traza-negado {
  background-color: #b42318;
  box-shadow: 0 0 0 1px #b42318;
}

.traza-desconocido {
  background-color: #667085;
  box-shadow: 0 0 0 1px #667085;
}

.estado-activo,
.estado-inactivo {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 5px 10px;
  border-radius: 999px;

  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

/* Estado activo */
.estado-activo {
  color: #07883f;
  background-color: #e7f9ef;
}

/* Estado inactivo */
.estado-inactivo {
  color: #3f526e;
  background-color: #f0f3f7;
}

.tramite-visita {
  display: block;
  color: #6d4aa5;
  font-size: 12px;
  font-weight: 600;
}
.tramite-visita-punto {
  margin-right: 3px;
  color: #6d4aa5;
}