.new-file-header {
    font-size: 20px;
    margin-bottom: 1%;
    margin-top: 2%;
    border-bottom: 2px solid #ff8600;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.form-control:focus {
    border: 1px solid;
    box-shadow: none;
}

.credits-info {
    font-weight: 1000;
    font-size: 1.1rem;
    border: 1px solid #cccc;
    border-top: 0;
    padding: 10px;
    font-style: italic;
}

.wrong-credit {
    color: #ff4040;
    border-color: #ff4040;
}

.ocr-box-wrapper {
    position: relative;
    width: auto;
    padding: 15px;
    margin: 5px;
    border: 1px solid #c6c6c6;
    height: 250px;
    border-radius: 10px;
}

.processing-background {
    position: absolute;
    background: grey;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.error-background {
    background-color: #f2dede;
}


.processing-background-text {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.error-background-text {
    color: #a94442;
}

.processing-background-text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.file-field {
    margin: 5px;
    overflow: hidden;
}

.file-status {
    background: #cacaca;
    width: fit-content;
    padding: 5px;
    border-radius: 10px;
}

.s-processing {
    color: black;
}

.s-done {
    color: green;
}

.total-cost {
    font-size: x-large;
}

th {
    text-align: start !important;
}

td,
th {
    border: 1px solid #e7e7e7;
}

.ocr-form-group {
    display: flex;
    justify-content: center;
    align-items: center;
}