
.modal-content {
  border-radius: 14px;
  padding: 10px;
}

.modal-header {
  border-radius: 13px;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--m-modal-header-bg);
  color: var(--m-modal-header-cl);
}

.modal-fullscreen-sm-down .modal-header,
.modal-fullscreen .modal-header {
  border-radius: 13px !important;
}

.modal-body {
  padding-left: 0;
  padding-right: 0;
}

.modal-footer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  gap: 14px;
}

.modal-footer > * {
  margin: 0 0 0 0;
}
