@import url(./filepond.min.css);
@import url(./filepond-plugin-image-preview.min.css);
@import url(./filepond-plugin-get-file.min.css);


.my-wrapper-filepond{
    display: flex;
    flex-direction: column;
    width: 500px;
}
.filepond--item {
    height: 50px;
}

/**
* FilePond Custom Styles
*/
.filepond--drop-label {
    color: #4c4e53;
}
.filepond--label-action {
    text-decoration-color: #babdc0;
}
.filepond--panel-root {
    border-radius: 2em;
    background-color: #edf0f4;
    height: 1em;
}

.filepond--item-panel {
    background-color: #595e68;
}
.filepond--drip-blob {
    background-color: #7f8a9a;
}

.filepond--item [data-scalable=true] .filepond--item-panel{
    background-color: #22a061!important;
}
