.ui-dialog {
  border: none;
  border-radius: 0px;
  padding: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  overflow: hidden;
}

.ui-dialog-titlebar {
  border: none;
  font-weight: 600;
  padding: 0.6em 1em;
  font-size: 16px;
}

.ui-dialog-content {
  padding: 1.2em 1.5em;
  font-size: 15px;
  line-height: 1.5;
}
