.filepond--root { 
    margin-bottom: 0;
}
    
.filepond--item { 
    width: calc(50% - .5em) !important; 
}

.filepond--drop-label label {
    font-size: 14px;
}

.filepond-wrapper .filepond--root.form-control {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    position: relative;
}

.filepond-wrapper .filepond--root.form-control::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 3px dashed #bbb;
    border-radius: 10px;
    pointer-events: none;
    z-index: 999;
    box-sizing: border-box;
}

.filepond--list-scroller {
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .filepond--root { 
        font-size: 14px; 
    }
    .filepond--drop-label {
        min-height: 110px;
        padding: 10px 12px;
    }
    .filepond--drop-label label {
        line-height: 1.25;
        white-space: normal;
	    font-size: 11px;
    }
}

.filepond--panel-root {
    border-radius: 10px;
}

.filepond--item {
    width: 100% !important;
}
@media (min-width: 768px) {
    .filepond--item { width: calc(50% - .5em) !important; }
}
@media (min-width: 1200px) {
    .filepond--item { width: calc(25% - .75em) !important; }
}

.filepond--credits {
    transform: none !important;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 11px;
    pointer-events: auto;
    color: #bbb !important;
}
