.region-content .progress{
    width:90% !important
}

.region-content .progress .progress{
    width:auto !important;
}

.region-content .progress {
    height: auto !important;
    background-color: #fff !important;
    font-size: 1rem !important;
    overflow: visible !important;
    flex-direction: column !important;
    line-height: 2rem !important;
    border-radius: 0 !important;
    text-align: center;
}

body.toolbar-fixed {
    padding-top: 0 !important;
}

.region-content .progress__description,
.region-content .progress__percentage {
    overflow: visible !important;
    margin-top: 1rem !important;
    color: #000 !important;
    font-size: 1rem !important;
    font-weight: bold !important;
}

.progress__label {
    order: 1;
    font-size: 1.2rem;
}

.progress__track {
    order: 3;
    height: 20px;
}

.progress__track .progress__bar {
    height: 20px;
}

.progress__percentage {
    order: 2;
    text-align: center;
}

.progress__description {
    order: 4
}

#batch-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

#batch-content > div {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

button.close-tab {
    background-color: #007bff;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button.close-tab:hover {
    background-color: #0056b3;
}
