#df-ljmu-bulk-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    display: none;
}

#df-ljmu-bulk-modal {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 420px;
    max-height: 200px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.3);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.df-ljmu-bulk-modal-content {
    text-align: center;
}

#df-ljmu-bulk-modal-message {
    margin-bottom: 15px;
    font-size: 15px;
}

#df-ljmu-bulk-modal-close {
    padding: 8px 20px;
    border-radius: 4px;
    border: none;
    background: #1e73be;
    color: #ffffff;
    cursor: pointer;
}

#df-ljmu-bulk-modal-close:hover {
    opacity: 0.9;
}

.df-ljmu-bulk-loading {
    opacity: 0.7;
    cursor: wait;
}
