.card input,
.card select,
.card textarea {
  color: #10213f;
  background: #fff;
  border-color: #91aac8;
}

.card select option {
  color: #10213f;
  background: #fff;
}

.card input::placeholder,
.card textarea::placeholder {
  color: #536983;
  opacity: 1;
}

.card button:disabled {
  color: #526174 !important;
  background: #dce5ef !important;
  border: 1px solid #aebfd2 !important;
  box-shadow: none !important;
  opacity: 1;
  cursor: not-allowed;
  transform: none !important;
  filter: none !important;
}

.item-valor {
  display: block;
  width: max-content;
  margin: 5px 0;
  padding: 5px 9px;
  border-radius: 8px;
  background: #dcfce7;
  color: #166534;
  font-size: 14px;
  font-weight: 850;
}

.card:first-child::before { content: "FERRAGISTA SÃO LUÍS · COLABORADOR"; }
.item strong::before { content: "ATUALIZAÇÃO"; }
.card:first-child label { color: #edf6ff; }
.card:first-child input,
.card:first-child select,
.card:first-child textarea { color: #10213f; background: #fff; }
.erro:empty { display: none; }
