.progress-container {
    width: 100%;
    background-color: #40444b;
    border-radius: 4px;
    padding: 2px;
    margin: 10px 0;
}

.progress-bar {
    height: 20px;
    background-color: #5865f2;
    border-radius: 3px;
    transition: width 0.3s ease-in-out;
    position: relative;
}

#transcribe-button:disabled {
    background-color: #72767d !important;
    cursor: not-allowed;
}
