.customer-form-error{
  margin:14px 0;
  padding:12px 14px;
  border:1px solid #efb0ad;
  border-radius:10px;
  background:#fff0ef;
  color:#a43b36;
  font-weight:800;
  line-height:1.6;
}
.customer-field-error{
  border-color:#df635d!important;
  background:#fffafa!important;
}
.cancel-selected-units{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.cancel-unit-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:38px;
  padding:5px 12px;
  border:2px solid #38b6ce;
  border-radius:9px;
  background:#eefbfe;
  color:#176f82;
  font-size:1.05rem;
  font-weight:900;
}
