.modal-header {
    width:100%;
}
.modal-footer {
    width:100%;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.bootstrap-dialog-header {
  display: flex; 
    width:100%;
    justify-content: space-between !important;
}