.progress {
  margin-top: 20px;
}

.progress.hidden {
  display: none;
}

.bar {
  width: 100%;
  height: 10px;
  background: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}

.fill {
  height: 100%;
  width: 0%;
  background: #2563eb;
  transition: width 0.3s ease;
}

.progress .text {
  margin-top: 6px;
  font-size: 13px;
  color: #555;
  text-align: center;
}

.ui-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23475569' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 1rem 1rem;
}

/* Bootstrap-like badges */
.badge-bs {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  border: 1px solid transparent;
}

.badge-bs-primary {
  color: #0f172a;
  background-color: #dbeafe;
  border-color: #93c5fd;
}

.badge-bs-success {
  color: #14532d;
  background-color: #dcfce7;
  border-color: #86efac;
}

.badge-bs-danger {
  color: #7f1d1d;
  background-color: #fee2e2;
  border-color: #fca5a5;
}

.badge-bs-warning {
  color: #7c2d12;
  background-color: #ffedd5;
  border-color: #fdba74;
}

.badge-bs-secondary {
  color: #334155;
  background-color: #e2e8f0;
  border-color: #cbd5e1;
}
