.psdk-actions {
  height: 6.25rem;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
}

.psdk-action-buttons {
  width: 50%;
  justify-content: center;
  display: flex;
}

.primary-button {
  background-color: #3f51b5 !important;
  color: white !important;
  padding: 6px 14px !important;
  text-transform: unset !important;
  font-size: 14px;
}

.secondary-button {
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
  text-transform: unset !important;
  padding: 6px 14px !important;
}
