/* NXT Modal Click Fix v3 - safe external CSS only */
.modal {
    z-index: 1085 !important;
}

.modal.show .modal-dialog,
.modal.show .modal-content {
    position: relative !important;
    z-index: 1090 !important;
    pointer-events: auto !important;
}

.modal-backdrop,
.modal-backdrop.show {
    z-index: 1080 !important;
}

/* Keep modal controls clickable */
.modal.show button,
.modal.show a,
.modal.show input,
.modal.show select,
.modal.show textarea,
.modal.show label {
    pointer-events: auto !important;
}
