/* Vendas da Equipe - Metas por valor de contrato */

.moov-meta-valor-input {
  width: 150px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(118, 72, 201, .25);
  background: #fff;
  color: #0f172a;
  font-weight: 900;
  padding: 0 10px;
  outline: none;
}

.moov-meta-valor-input:focus {
  border-color: #8b00d4;
  box-shadow: 0 0 0 3px rgba(139, 0, 212, .12);
}

.moov-meta-progress {
  width: 180px;
  height: 10px;
  border-radius: 999px;
  background: #ece7f5;
  overflow: hidden;
}

.moov-meta-progress-bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #48c976, #7648c9);
}

.moov-meta-progress-label {
  display: block;
  margin-top: 6px;
  font-weight: 900;
  color: #334155;
}

.moov-meta-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
}

.moov-meta-status.ok {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}

.moov-meta-status.almost {
  background: #fef9c3;
  color: #854d0e;
  border: 1px solid #fde68a;
}

.moov-meta-status.progress {
  background: #ede9fe;
  color: #5b21b6;
  border: 1px solid #c4b5fd;
}

.moov-meta-status.low {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.moov-meta-comissao-cell,
.moov-meta-premio-cell {
  white-space: nowrap;
}
