#bfb-progressbar-pub{
    display: inline-block;
    width: 100%;
    height: 20px;
    background-color: #ddd;
    position: relative;
}
.bfb-progressbar-inner, #bfb-progressbar{
    border-radius: 5px;
}
.bfb-progressbar-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0%;
    height: 100%;
    background: #57b8ff;
    transition: width .2s ease-in-out;
}

.bfb-progressbar-label{
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff;
}

#bfb-uploader-box-pub{
    border-radius: 8px;
    max-width: 300px;
    height: 100px;
    border: 3px dashed #57b8ff;
    margin: 20px auto;
    padding: 0 20px;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #57b8ff;
    flex-direction: column;
}
#bfb-uploader-box-pub .fa {
    display: inline-block;
    font-size: 25px;
    padding-bottom: 5px;
    width: 100%;
    height: auto;
}
.no-file-warning{
    color: #d63638;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.btn-aligner{
    margin: auto;
    max-width: 300px;
}

#bfb-uploaded-files-pub{
    margin: 20px auto;
    max-width: 300px;
}

#bfb-errors-pub{
    color: #d63638;
    margin: auto;
    max-width: 300px;
    font-weight: bold;
}
#bfb-errors-pub li::before{
    color: #d63638 !important;
}

#bfb-files-pub{
    color:#57b8ff;
    font-weight: bold;
    margin: auto;
    max-width: 300px;
}
#bfb-files-pub li::before{
    color: #57b8ff !important;
}

.bac-for-box-css{
    max-width: 300px;
    margin: auto;
}

.bac-for-box-css #ninja_forms_required_items, .bac-for-box-css .nf-field-container{
    margin-bottom: 0 !important;
}

#bfb-uploader-wrapper-pub{
    margin: auto;
    max-width: 300px;
}

.bac-for-box-css .nf-help{
    background:transparent;
}