/* ==========================================
   MRF List Create/Edit Modal – 1500px width
   ========================================== */

.modal.mlit-modal-1500 .modal-dialog.modal-lg,
.modal.mlit-modal-1500 .modal-dialog.modal-xl {
    max-width: 1500px !important;
    width: 1500px !important;
    --bs-modal-width: 1500px !important;
    margin: 1.5rem auto !important;
}

.modal.mlit-modal-1500 .modal-content {
    width: 100% !important;
    height: 90vh !important;
}

.modal.mlit-modal-1500 .modal-body {
    padding: 0 !important;
    overflow: hidden !important;
}

.modal.mlit-modal-1500 .modal-body iframe {
    width: 100% !important;
    height: calc(90vh - 70px) !important;
    border: none !important;
}
