.modal {
  .modal-dialog {
    .modal-content {
      border-radius: 8px;
      .modal-header {
        h5 {
          font-weight: 700;
        }
      }
    }
  }
}
