.headertext {
    color: #e7dfdf;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
 /*border-top: 1px solid #e7e7e7;*/
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: black;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: black;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  
}

.bg-primary {
  background-color: #cd7d38  !important;
}