.widget-new-customer-popup {
  margin: 0 !important;
}
.new-customer-modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.widget-new-customer-popup .modal-content {
  color: #000;
}
.widget-new-customer-popup .modal-inner {
  padding: 2rem 2rem 0 2rem;
  max-height: 80vh;
  overflow: auto;
}
.widget-new-customer-popup .modal-btn-wrapper {
  margin-top: 1rem;
  padding: 0 2rem 2rem;
}
