[data-bs-theme="light"] {
  /*--bs-app-header-height: 10px;*/
}

.is-invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 1.55rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F8285A'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F8285A' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3875rem) center;
  background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
}

.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
.is-valid {
  border-color: #28a745 !important;
}
.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.mat-mdc-header-row {
  background-color: #1b84ff !important;
  color: #ffffff !important;
}

.observaciones-cell {
  max-width: 150px; /* Ajusta el tamaño máximo deseado */
  white-space: normal;
  word-wrap: break-word;
  overflow: auto;
}

.actions-cell {
  width: 130px !important; /* Ajusta el tamaño deseado */
}

/* .actions-cell a {
  margin-right: 8px; 
  line-height: normal; 
} */
