body {
  background-color: #f2f2f2;
}

.bold {
  font-weight: bold;
}

.rev-container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

  .rev-container-fluid .field {
    display: block;
    padding: unset;
  }

    .rev-container-fluid .field .caption {
      text-align: left;
      width: 100%;
      line-height: 1.5em;
    }

    .rev-container-fluid .field input, .rev-container-fluid .field .select2-container {
      width: 90%;
    }

    .rev-container-fluid .field .s-DateEditor {
      width: 88%;
    }

    .rev-container-fluid .field .s-BooleanEditor {
      width: 15px;
      height: 15px;
    }

    .rev-container-fluid .field .s-TextAreaEditor {
      width: 100%;
    }

    .rev-container-fluid .field .vx {
      float: right;
    }

.section-title {
  font-weight: 600;
  font-size: 13px;
}

.small-text {
  font-size: 12px;
}

.table-sm td, .table-sm th {
  padding: 4px;
  font-size: 12px;
}

input, select option {
  font-size: 12.5px !important;
}

.noSerial,
.barHoldDown,
.specialPaint,
.color-description {
  padding-left: 0px;
}

  .NoSerialLabelMarking .caption,
  .BarStyleHoldDown .caption,
  .SpecialPaint .caption {
    width: 80% !important;
    padding-top: 2px !important;
    float: right !important;
  }

.s-QuoteRevisionOptionLinesGridEditor .add-button {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.info-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 8px;
}

  .info-row .val {
    font-size: 12.5px;
    font-weight: 600;
  }

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .3px;
}

.status-sent {
  background: var(--accent-light);
  color: var(--accent);
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.center {
  text-align: center;
}

:root {
  --bg: #f0f2f5;
  --surface: #ffffff;
  --border: #dde1e7;
  --accent: #0052cc;
  --accent-light: #e8f0fe;
  --text: #172b4d;
  --text-muted: #5e6c84;
  --success: #006644;
  --success-bg: #e3fcef;
  --danger: #bf2600;
  --danger-bg: #ffebe6;
  --radius: 4px;
}