#pdf_ocr {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

#pdf_ocr .title__pdf {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

#pdf_ocr .title__pdf h1 {
    font-weight: 700;
    text-align: center;
}

#pdf_ocr .area__upload {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    width: 80%;
    padding: 12px;
    margin-bottom: 400px;
}

#pdf_ocr .area__upload .form__upload {
    border: 1px dashed #aaa;
    border-radius: 4px;
    cursor: pointer;
    padding: 32px 16px;
    text-align: center;
    height: 276px;
    max-height: 276px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

#pdf_ocr .area__upload .form__upload.active {
    border-color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}

#pdf_ocr .area__upload .form__upload h3 {
    padding-top: 16px;
    font-weight: 600;
}

#pdf_ocr .area__upload .form__upload button {
    cursor: pointer;
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: white;
    padding: 10px 16px;
    background-color: #ff9000;
    background-image: none;
    border: 2px solid #ff9000;
    border-radius: 4px;
}

#pdf_ocr .area__upload .form__upload span {
    color: #888888;
    padding-top: 16px;
    font-size: 13px;
    font-weight: 400;
}

#pdf_ocr .area__upload .form__upload span a {
    text-decoration: underline;
}

#pdf_ocr .command {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

#pdf_ocr .progress-container {
    display: none;
    justify-content: center;
    align-items: center;
}

#pdf_ocr .progress-container img {
    width: 54px;
}

#pdf_ocr .progress-container img {

}

#pdf_ocr .download {
    display: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}


.progress-status {
    width: 100%;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 4px;
    margin: 15px 0;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: #FF5D00;
    width: 0;
    transition: width 0.3s ease;
}

#status {
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
}