.modal-header {
  padding: 0.5rem 1rem;
  background: #BA9F7B;
}
.modal-header .modal-title {
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  opacity: 1;
  padding: 12px;
}
.modal-header .close span {
  color: #fff;
  opacity: 1;
}
.modal-header .close:hover {
  opacity: 0.5;
}
.modal-sm {
  max-width: 290px !important;
  width: 290px !important;
  margin-left: auto;
  margin-right: auto;
}
.modal-content {
  background: none;
  border-radius: 0.4rem;
  border: 0;
}
.modal-body {
  background: #fff;
}
.modal-body p {
  font-size: 11px;
}
/*# sourceMappingURL=modal.css.map */