body {
    font-family: 'Arial', sans-serif;
}

.progress {
    width: 100%;
    background-color: #f3f3f3;
    margin-bottom: 1rem;
    margin-top: 1rem; /* Add this line for space before the progress bar */
}


.progress-bar {
    width: 0%;
    height: 20px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 20px;
    color: white;
}

.estimated-size-container {
    margin-top: 1rem;
    font-size: 1.1rem;
    text-align: left;
    color: #555;
}

#estimated-size {
    font-weight: normal;
}

.remove-audio{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#drop-zone {
    cursor: pointer;
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 5px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}
#drop-zone.hover {
    border-color: #6c757d;
}

.crf-textbox,
.bitrate-textbox {
    width: 70px;
}
