.pdc-popup {
  max-width: 500px;
  background: #fff;
  margin: 50px auto;
  padding: 20px;
  border-radius: 8px;
}

.pdc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pdc-header span {
  cursor: pointer;
  font-size: 22px;
}

.pdc-form input,
.pdc-form select,
.pdc-form textarea,
.pdc-form button {
  width: 100%;
  margin-bottom: 12px;
  padding: 10px;
}
