/* ============================================
   MODAL CUSTOMISATION
   ============================================ */

.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

.modal-dialog.modal-lg {
  max-width: 800px;
}

.modal .btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-content {
    border-radius: 1rem;
}
