
.filepond--root {
    margin-bottom: 0;
    height: 80px;
}

.filepond--root :not(text){
    font-size: 16px;
}

.filepond--panel-root {
    border-radius: 6px;
    background-color: #fcfcfc;
}

.filepond--drop-label{
    text-align: center;
}

.filepond--drop-label > label{
    text-align: center;
    color: #999;
    font-size: 14px;
}

.filepond--label-action {
    text-decoration-color: #aaa;
    font-size: 14px !important;
    outline: none !important;
}

.filepond--drop-label.filepond--drop-label label{
    width: 100%;
}
