.choose-customer-ids-dialog__title,
.no-customer-ids-dialog__title {
  font-size: 16px !important;
  font-weight: normal;
  margin-bottom: 20px;
}

.no-customer-ids-dialog p {
  font-size: 13px !important;
  margin-bottom: 0 !important;
}

.choose-customer-ids-dialog__description {
  font-size: 13px !important;
}

.choose-customer-ids-dialog__ids-list {
  margin: 20px 0 5px 0;
  max-height: 220px;
  overflow: auto;
}

.choose-customer-ids-dialog__submit {
  margin-top: 20px;
  width: 100%;
}

.choose-customer-ids-dialog__submit[disabled] {
  cursor: not-allowed;
}

.choose-customer-ids-dialog__filter-title {
  font-weight: normal;
  padding-top: 10px;
  border-top: 1px solid #b7b7b7;
  margin-top: 20px;
  font-size: 13px !important;
}

.choose-customer-ids-dialog__filter-input {
  width: 100%;
  box-sizing: border-box;
  height: 35px;
  background: #fff;
}

.no-customer-ids-dialog p {
  line-height: 1.4;
  margin-bottom: 0;
}

.no-customer-ids-dialog__company {
  font-weight: bold;
}

.no-customer-ids-dialog .no-customer-ids-dialog__description,
.no-customer-ids-dialog .no-customer-ids-dialog__town,
.no-customer-ids-dialog .no-customer-ids-dialog__email {
  margin-bottom: 20px !important;
}

.no-customer-ids-dialog__email {
  text-decoration: underline;
  color: #00946e;
}

.no-customer-ids-dialog__close {
  width: 100%;
}