/**
 * Estilos compatibles con bootstrap3-dialog sobre Bootstrap 5.
 */
.bootstrap-dialog .modal-dialog.modal-xl {
    max-width: 900px;
    width: 90%;
}

.bootstrap-dialog .modal-header {
    color: #fff;
}

.bootstrap-dialog.type-default .modal-header,
.bootstrap-dialog .modal-header.bg-secondary {
    background-color: #337ab7;
    color: #fff;
}

.bootstrap-dialog .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.bootstrap-dialog .btn-labeled .btn-label {
    margin-right: 5px;
}

.bootstrap-dialog .modal-footer .btn + .btn {
    margin-left: 5px;
}
