.ui-dialog .ui-dialog-buttonpane {
    display: flex;
    justify-content: center;
  border-color: #fff !important;
  background: #fff !important;
}
.ui-dialog-titlebar {
  border-color: #fff !important;
  background: #fff !important;
}
.o-btn--blue{  height: 3.125rem;
  border: 0;
  min-width: 212px;
  color: #fff;
  font-family: "Helvetica Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #0078a0;
  border-radius: 4px 4px 4px 4px !important;
  background-image: linear-gradient(to left, #184271, #0078a0);
  appearance: none;
  margin-right: 20px;}