.erp-container-wide {
  max-width: 1200px;
}

.erp-container-form {
  max-width: 1180px;
}

.erp-container-document {
  max-width: 1000px;
}

.erp-container-narrow {
  max-width: 980px;
}

.erp-min-w-0 {
  min-width: 0;
}

.erp-title-tight {
  letter-spacing: -0.02em;
}

.erp-nowrap {
  white-space: nowrap;
}

.erp-detail-truncate {
  max-width: 520px;
}

.erp-col-actions-200 {
  width: 200px;
}

.erp-col-actions-210 {
  width: 210px;
}

.erp-col-actions-220 {
  width: 220px;
}

.erp-col-product {
  min-width: 250px;
}

.erp-kpi-card {
  transition: box-shadow 0.16s ease;
}

.erp-kpi-card:hover {
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.bg-light-info {
  background-color: #e7f3ff;
  color: #084298;
}

.autocomplete-wrapper {
  position: relative;
}

@media (min-width: 992px) {
  .erp-sticky-lg {
    position: sticky;
    top: 92px;
  }
}
