.crm-icon-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.crm-line-tax-box {
  min-width: 180px;
}

.crm-line-tax-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
}

.crm-bill-summary strong {
  white-space: nowrap;
}

.crm-bill-line-handle {
  cursor: grab;
}

.crm-bill-line-handle:active {
  cursor: grabbing;
}

.crm-invoice-lines-table th {
  white-space: nowrap;
}

.crm-invoice-lines-table td,
.crm-invoice-lines-table th {
  vertical-align: middle;
}

.crm-bill-view-page .card {
  border-radius: 0.75rem;
}

.crm-bill-view-page .badge {
  font-weight: 500;
}

.crm-bill-view-page .sticky-top {
  z-index: 20;
}

.crm-bill-view-page .dropdown-menu {
  z-index: 1080;
}

.crm-service-option__name {
  font-weight: 600;
}

.crm-service-option__meta {
  line-height: 1.3;
}

.crm-service-item small {
  white-space: nowrap;
}

.badge.text-bg-light.border {
  color: var(--bs-body-color);
}

.crm-issuer-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  background: var(--bs-light);
  border: 1px solid var(--bs-border-color);
  color: var(--bs-body-color);
  vertical-align: middle;
}

.crm-row-remesada {
  background-color: rgba(33, 37, 41, 0.03);
}

.crm-card-section {
  border-radius: 1rem;
  background: #fff;
}

.crm-section-box {
  border: 1px solid #e9ecef;
  border-radius: 0.9rem;
  padding: 1rem;
  background: #fff;
}

.crm-section-box--subtle {
  background: #f8f9fb;
}

.crm-section-box__header h6 {
  font-weight: 600;
}

.crm-section-box__header small {
  display: block;
  margin-top: 0.15rem;
}

.crm-card-section .form-label {
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.crm-card-section .form-text {
  font-size: 0.82rem;
}

.crm-card-section .badge {
  font-size: 0.78rem;
  padding: 0.45rem 0.7rem;
}

.crm-bill-client.form-select-lg,
.form-control-lg {
  min-height: 48px;
}