/* Add styles for the dialog download button */
.dialog-download-btn {
    background-color: #4CAF50;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 15px;
    transition: background-color 0.3s;
}

.dialog-download-btn:hover {
    background-color: #45a049;
}

.progress-dialog-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
}