
.filepond--root{
    margin: 0;
    overflow: hidden;

    &,
    .filepond--drop-label,
    .filepond--item{
        min-height: 129px;
    }
}

.filepond--drop-label{
    background: white;

    label{
        line-height: 1.25;

        .filepond--label-action{
            color: var(--bs-tertiary);
            text-decoration-color: currentColor;
        }
    }
}

.filepond--item{
    /*max-width: 298px;*/
    margin: 0;
}

.filepond--file-action-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-filepond-item-state*="error"] .filepond--item-panel,
[data-filepond-item-state*="invalid"] .filepond--item-panel{
    background-color: #c44e47 !important;
}

.filepond--action-remove-item{
    top: unset;
    bottom: 1rem;
}

.filepond--panel-center.filepond--item-panel{
    transform: unset !important;
    height: 100% !important;
}

.filepond--panel-bottom.filepond--item-panel{
    transform: unset !important;
    bottom: 50px;
    top: unset;
}

.filepond--panel-center.filepond--item-panel{
    transform: unset !important;
}

.filepond--root{
    padding: 0 !important;
}

.filepond--list{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.filepond--root .filepond--list-scroller{
    margin: 0;
}
