/*!
 * FilePond 4.31.1
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */

/* eslint-disable */
.filepond--assistant {
    position: absolute!important;
    overflow: hidden!important;
    height: 1px!important;
    width: 1px!important;
    padding: 0!important;
    border: 0!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    white-space: nowrap!important;
}
/* Hard to override styles */
.filepond--browser.filepond--browser {
    /* is positioned absolute so it is focusable for form validation errors */
    position: absolute!important;
    margin: 0!important;
    padding: 0!important;

    /* is positioned ~behind drop label */
    left: 1em!important;
    top: 1.75em!important;
    width: calc(100% - 2em)!important;

    /* hide visually */
    opacity: 0!important;
    font-size: 0!important; /* removes text cursor in Internet Explorer 11 */
}
.filepond--data {
    position: absolute!important;
    width: 0!important;
    height: 0!important;
    padding: 0!important;
    margin: 0!important;
    border: none!important;
    visibility: hidden!important;
    pointer-events: none!important;
    contain: strict!important;
}
.filepond--drip {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    overflow: hidden!important;
    opacity: 0.1!important;

    /* can't interact with this element */
    pointer-events: none!important;

    /* inherit border radius from parent (needed for drip-blob cut of) */
    border-radius: 0.5em!important;

    /* this seems to prevent Chrome from redrawing this layer constantly */
    background: rgba(0, 0, 0, 0.01)!important;
}
.filepond--drip-blob {
    position: absolute!important;
    -webkit-transform-origin: center center!important;
    transform-origin: center center!important;
    top: 0!important;
    left: 0!important;
    width: 8em!important;
    height: 8em!important;
    margin-left: -4em!important;
    margin-top: -4em!important;
    background: #292625!important;
    border-radius: 50%!important;

    /* will be animated */
    will-change: transform, opacity!important;
}
.filepond--drop-label {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    top: 0!important;
    margin: 0!important;
    color: #4f4f4f!important;

    /* center contents */
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;

    /* fixes IE11 centering problems (is overruled by label min-height) */
    height: 0px!important;

    /* dont allow selection */
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;

    /* will be animated */
    will-change: transform, opacity!important;
}
/* Hard to override styles on purpose */
.filepond--drop-label.filepond--drop-label label {
    cursor:pointer !important;
    display: block!important;
    margin: 0!important;
    padding: 0.5em!important; /* use padding instead of margin so click area is not impacted */
}
.filepond--drop-label label {
    cursor: default!important;
    font-size: 0.875em!important;
    font-weight: normal!important;
    text-align: center!important;
    line-height: 1.5!important;
}
.filepond--label-action {
    text-decoration: underline!important;
    -webkit-text-decoration-skip: ink!important;
    text-decoration-skip-ink: auto!important;
    -webkit-text-decoration-color: #a7a4a4!important;
    text-decoration-color: #a7a4a4!important;
    cursor: pointer!important;
}
.filepond--root[data-disabled] .filepond--drop-label label {
    opacity: 0.5!important;
}
/* Hard to override styles */
.filepond--file-action-button.filepond--file-action-button {
    font-size: 1em!important;
    width: 1.625em!important;
    height: 1.625em!important;

    font-family: inherit!important;
    line-height: inherit!important;

    margin: 0!important;
    padding: 0!important;
    border: none!important;
    outline: none!important;

    will-change: transform, opacity!important;

    /* hidden label */
}
.filepond--file-action-button.filepond--file-action-button span {
    position: absolute!important;
    overflow: hidden!important;
    height: 1px!important;
    width: 1px!important;
    padding: 0!important;
    border: 0!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    white-space: nowrap!important;
}
.filepond--file-action-button.filepond--file-action-button {
    /* scale SVG to fill button */
}
.filepond--file-action-button.filepond--file-action-button svg {
    width: 100%!important;
    height: 100%!important;
}
.filepond--file-action-button.filepond--file-action-button {
    /* bigger touch area */
}
.filepond--file-action-button.filepond--file-action-button::after {
    position: absolute!important;
    left: -0.75em!important;
    right: -0.75em!important;
    top: -0.75em!important;
    bottom: -0.75em!important;
    content: ''!important;
}
/* Soft styles */
.filepond--file-action-button {
    /* use default arrow cursor */
    cursor: auto!important;

    /* reset default button styles */
    color: #fff!important;

    /* set default look n feel */
    border-radius: 50%!important;
    background-color: rgba(0, 0, 0, 0.5)!important;
    background-image: none!important;

    /* we animate box shadow on focus */
    /* it's only slightly slower than animating */
    /* a pseudo-element with transforms and renders */
    /* a lot better on chrome */
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)!important;
    transition: box-shadow 0.25s ease-in!important;
}
.filepond--file-action-button:hover,
.filepond--file-action-button:focus {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9)!important;
}
.filepond--file-action-button[disabled] {
    color: rgba(255, 255, 255, 0.5)!important;
    background-color: rgba(0, 0, 0, 0.25)!important;
}
.filepond--file-action-button[hidden] {
    display: none!important;
}
/* edit button */
.filepond--action-edit-item.filepond--action-edit-item {
    width: 2em!important;
    height: 2em!important;
    padding: 0.1875em!important;
}
.filepond--action-edit-item.filepond--action-edit-item[data-align*='center'] {
    margin-left: -0.1875em!important;
}
.filepond--action-edit-item.filepond--action-edit-item[data-align*='bottom'] {
    margin-bottom: -0.1875em!important;
}
.filepond--action-edit-item-alt {
    border: none!important;
    line-height: inherit!important;
    background: transparent!important;
    font-family: inherit!important;
    color: inherit!important;
    outline: none!important;
    padding: 0!important;
    margin: 0 0 0 0.25em!important;
    pointer-events: all!important;
    position: absolute!important;
}
.filepond--action-edit-item-alt svg {
    width: 1.3125em!important;
    height: 1.3125em!important;
}
.filepond--action-edit-item-alt span {
    font-size: 0!important;
    opacity: 0!important;
}
.filepond--file-info {
    position: static!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: flex-start!important;
    flex: 1!important;
    margin: 0 0.5em 0 0!important;
    min-width: 0!important;

    /* will be animated */
    will-change: transform, opacity!important;

    /* can't do anything with this info */
    pointer-events: none!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;

    /* no margins on children */
}
.filepond--file-info * {
    margin: 0!important;
}
.filepond--file-info {
    /* we don't want to have these overrules so these selectors are a bit more specific */
}
.filepond--file-info .filepond--file-info-main {
    font-size: 0.75em!important;
    line-height: 1.2!important;

    /* we want ellipsis if this bar gets too wide */
    text-overflow: ellipsis!important;
    overflow: hidden!important;
    white-space: nowrap!important;
    width: 100%!important;
}
.filepond--file-info .filepond--file-info-sub {
    font-size: 0.625em!important;
    opacity: 0.5!important;
    transition: opacity 0.25s ease-in-out!important;
    white-space: nowrap!important;
}
.filepond--file-info .filepond--file-info-sub:empty {
    display: none!important;
}
.filepond--file-status {
    position: static!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: flex-end!important;
    flex-grow: 0!important;
    flex-shrink: 0!important;

    margin: 0!important;
    min-width: 2.25em!important;
    text-align: right!important;

    /* will be animated */
    will-change: transform, opacity!important;

    /* can't do anything with this info */
    pointer-events: none!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;

    /* no margins on children */
}
.filepond--file-status * {
    margin: 0!important;
    white-space: nowrap!important;
}
.filepond--file-status {
    /* font sizes */
}
.filepond--file-status .filepond--file-status-main {
    font-size: 0.75em!important;
    line-height: 1.2!important;
}
.filepond--file-status .filepond--file-status-sub {
    font-size: 0.625em!important;
    opacity: 0.5!important;
    transition: opacity 0.25s ease-in-out!important;
}
/* Hard to override styles */
.filepond--file-wrapper.filepond--file-wrapper {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    min-width: 0!important;
    height: 100%!important;

    /* hide legend for visual users */
}
.filepond--file-wrapper.filepond--file-wrapper > legend {
    position: absolute!important;
    overflow: hidden!important;
    height: 1px!important;
    width: 1px!important;
    padding: 0!important;
    border: 0!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    white-space: nowrap!important;
}
.filepond--file {
    position: static!important;
    display: flex!important;
    height: 100%!important;
    align-items: flex-start!important;
    padding: 0.5625em 0.5625em !important;
    color: #fff!important;
    border-radius: 0.5em!important;
    /* control positions */
}
.filepond--file .filepond--file-status {
    margin-left: auto !important;
    margin-right: 2.25em !important;
}
.filepond--file .filepond--processing-complete-indicator {
    pointer-events: none!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    z-index: 3!important;
}
.filepond--file .filepond--processing-complete-indicator,
.filepond--file .filepond--progress-indicator,
.filepond--file .filepond--file-action-button {
    position: absolute!important;
}
.filepond--file {
    /* .filepond--file-action-button */
}
.filepond--file [data-align*='left'] {
    left: 0.5625em!important;
}
.filepond--file [data-align*='right'] {
    right: 0.5625em!important;
}
.filepond--file [data-align*='center'] {
    left: calc(50% - 0.8125em)!important; /* .8125 is half of button width */
}
.filepond--file [data-align*='bottom'] {
    bottom: 1.125em!important;
}
.filepond--file [data-align='center'] {
    top: calc(50% - 0.8125em)!important;
}
.filepond--file .filepond--progress-indicator {
    margin-top: 0.1875em!important;
}
.filepond--file .filepond--progress-indicator[data-align*='right'] {
    margin-right: 0.1875em!important;
}
.filepond--file .filepond--progress-indicator[data-align*='left'] {
    margin-left: 0.1875em!important;
}
/* make sure text does not overlap */
[data-filepond-item-state='cancelled'] .filepond--file-info,
[data-filepond-item-state*='invalid'] .filepond--file-info,
[data-filepond-item-state*='error'] .filepond--file-info {
    margin-right: 2.25em!important;
}
[data-filepond-item-state~='processing'] .filepond--file-status-sub {
    opacity: 0!important;
}
[data-filepond-item-state~='processing']
    .filepond--action-abort-item-processing
    ~ .filepond--file-status
    .filepond--file-status-sub {
    opacity: 0.5!important;
}
[data-filepond-item-state='processing-error'] .filepond--file-status-sub {
    opacity: 0!important;
}
[data-filepond-item-state='processing-error']
    .filepond--action-retry-item-processing
    ~ .filepond--file-status
    .filepond--file-status-sub {
    opacity: 0.5!important;
}
[data-filepond-item-state='processing-complete'] {
    /* busy state */
}
[data-filepond-item-state='processing-complete'] .filepond--action-revert-item-processing svg {
    -webkit-animation: fall 0.5s 0.125s linear both!important;
    animation: fall 0.5s 0.125s linear both!important;
}
[data-filepond-item-state='processing-complete'] {
    /* hide details by default, only show when can revert */
}
[data-filepond-item-state='processing-complete'] .filepond--file-status-sub {
    opacity: 0.5!important;
}
[data-filepond-item-state='processing-complete']
    .filepond--processing-complete-indicator:not([style*='hidden'])
    ~ .filepond--file-status
    .filepond--file-status-sub {
    opacity: 0!important;
}
[data-filepond-item-state='processing-complete'] .filepond--file-info-sub {
    opacity: 0!important;
}
[data-filepond-item-state='processing-complete']
    .filepond--action-revert-item-processing
    ~ .filepond--file-info
    .filepond--file-info-sub {
    opacity: 0.5!important;
}
/* file state can be invalid or error, both are visually similar but */
/* having them as separate states might be useful */
[data-filepond-item-state*='invalid'] .filepond--panel,
[data-filepond-item-state*='invalid'] .filepond--file-wrapper,
[data-filepond-item-state*='error'] .filepond--panel,
[data-filepond-item-state*='error'] .filepond--file-wrapper {
    -webkit-animation: shake 0.65s linear both!important;
    animation: shake 0.65s linear both!important;
}
/* spins progress indicator when file is marked as busy */
[data-filepond-item-state*='busy'] .filepond--progress-indicator svg {
    -webkit-animation: spin 1s linear infinite!important;
    animation: spin 1s linear infinite!important;
}
/**
 * States
 */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotateZ(0deg)!important;
        transform: rotateZ(0deg)!important;
    }

    100% {
        -webkit-transform: rotateZ(360deg)!important;
        transform: rotateZ(360deg)!important;
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotateZ(0deg)!important;
        transform: rotateZ(0deg)!important;
    }

    100% {
        -webkit-transform: rotateZ(360deg)!important;
        transform: rotateZ(360deg)!important;
    }
}
@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: translateX(-0.0625em)!important;
        transform: translateX(-0.0625em)!important;
    }

    20%,
    80% {
        -webkit-transform: translateX(0.125em)!important;
        transform: translateX(0.125em)!important;
    }

    30%,
    50%,
    70% {
        -webkit-transform: translateX(-0.25em)!important;
        transform: translateX(-0.25em)!important;
    }

    40%,
    60% {
        -webkit-transform: translateX(0.25em)!important;
        transform: translateX(0.25em)!important;
    }
}
@keyframes shake {
    10%,
    90% {
        -webkit-transform: translateX(-0.0625em)!important;
        transform: translateX(-0.0625em)!important;
    }

    20%,
    80% {
        -webkit-transform: translateX(0.125em)!important;
        transform: translateX(0.125em)!important;
    }

    30%,
    50%,
    70% {
        -webkit-transform: translateX(-0.25em)!important;
        transform: translateX(-0.25em)!important;
    }

    40%,
    60% {
        -webkit-transform: translateX(0.25em)!important;
        transform: translateX(0.25em)!important;
    }
}
@-webkit-keyframes fall {
    0% {
        opacity: 0!important;
        -webkit-transform: scale(0.5)!important;
        transform: scale(0.5)!important;
        -webkit-animation-timing-function: ease-out!important;
        animation-timing-function: ease-out!important;
    }

    70% {
        opacity: 1!important;
        -webkit-transform: scale(1.1)!important;
        transform: scale(1.1)!important;
        -webkit-animation-timing-function: ease-in-out!important;
        animation-timing-function: ease-in-out!important;
    }

    100% {
        -webkit-transform: scale(1)!important;
        transform: scale(1)!important;
        -webkit-animation-timing-function: ease-out!important;
        animation-timing-function: ease-out!important;
    }
}
@keyframes fall {
    0% {
        opacity: 0!important;
        -webkit-transform: scale(0.5)!important;
        transform: scale(0.5)!important;
        -webkit-animation-timing-function: ease-out!important;
        animation-timing-function: ease-out!important;
    }

    70% {
        opacity: 1!important;
        -webkit-transform: scale(1.1)!important;
        transform: scale(1.1)!important;
        -webkit-animation-timing-function: ease-in-out!important;
        animation-timing-function: ease-in-out!important;
    }

    100% {
        -webkit-transform: scale(1)!important;
        transform: scale(1)!important;
        -webkit-animation-timing-function: ease-out!important;
        animation-timing-function: ease-out!important;
    }
}
/* ignore all other interaction elements while dragging a file */
.filepond--hopper[data-hopper-state='drag-over'] > * {
    pointer-events: none!important;
}
/* capture all hit tests using a hidden layer, this speeds up the event flow */
.filepond--hopper[data-hopper-state='drag-over']::after {
    content: ''!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    right: 0!important;
    bottom: 0!important;
    z-index: 100!important;
}
.filepond--progress-indicator {
    z-index: 103!important;
}
.filepond--file-action-button {
    z-index: 102!important;
}
.filepond--file-status {
    z-index: 101!important;
}
.filepond--file-info {
    z-index: 100!important;
}
.filepond--item {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    z-index: 1!important;

    padding: 0!important;
    margin: 0.25em!important;

    will-change: transform, opacity!important;

    touch-action: none!important;

    /* item children order */
}
.filepond--item > .filepond--panel {
    z-index: -1!important;
}
/* has a slight shadow */
.filepond--item > .filepond--panel .filepond--panel-bottom {
    box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25)!important;
}
.filepond--item {
    /* drag related */
}
.filepond--item > .filepond--file-wrapper,
.filepond--item > .filepond--panel {
    transition: opacity 0.15s ease-out!important;
}
.filepond--item[data-drag-state] {
    cursor: -webkit-grab!important;
    cursor: grab!important;
}
.filepond--item[data-drag-state] > .filepond--panel {
    transition: box-shadow 0.125s ease-in-out!important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
}
.filepond--item[data-drag-state='drag'] {
    cursor: -webkit-grabbing!important;
    cursor: grabbing!important;
}
.filepond--item[data-drag-state='drag'] > .filepond--panel {
    box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325)!important;
}
.filepond--item[data-drag-state]:not([data-drag-state='idle']) {
    z-index: 2!important;
}
/* states */
.filepond--item-panel {
    background-color: #64605e!important;
}
[data-filepond-item-state='processing-complete'] .filepond--item-panel {
    background-color: #369763!important;
}
[data-filepond-item-state*='invalid'] .filepond--item-panel,
[data-filepond-item-state*='error'] .filepond--item-panel {
    background-color: #c44e47!important;
}
/* style of item panel */
.filepond--item-panel {
    border-radius: 0.5em!important;
    transition: background-color 0.25s!important;
}
/* normal mode */
.filepond--list-scroller {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    margin: 0!important;
    will-change: transform!important;
}
/* scroll mode */
.filepond--list-scroller[data-state='overflow'] .filepond--list {
    bottom: 0!important;
    right: 0!important;
}
.filepond--list-scroller[data-state='overflow'] {
    overflow-y: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scrolling: touch!important;
    -webkit-mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%)!important;
    mask: linear-gradient(to bottom, #000 calc(100% - 0.5em), transparent 100%)!important;
}
/* style scrollbar */
.filepond--list-scroller::-webkit-scrollbar {
    background: transparent!important;
}
.filepond--list-scroller::-webkit-scrollbar:vertical {
    width: 1em!important;
}
.filepond--list-scroller::-webkit-scrollbar:horizontal {
    height: 0!important;
}
.filepond--list-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3)!important;
    border-radius: 99999px!important;
    border: 0.3125em solid transparent!important;
    background-clip: content-box!important;
}
/* hard to overide styles on purpose */
.filepond--list.filepond--list {
    position: absolute!important;
    top: 0!important;
    margin: 0!important;
    padding: 0!important;
    list-style-type: none!important;

    /* prevents endless paint calls on filepond--list-scroller */
    will-change: transform!important;
}
/* used for padding so allowed to be restyled */
.filepond--list {
    left: 0.75em!important;
    right: 0.75em!important;
}
.filepond--root[data-style-panel-layout~='integrated'] {
    width: 100%!important;
    height: 100%!important;
    max-width: none!important;
    margin: 0!important;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root {
    border-radius: 0!important;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--panel-root > *,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--panel-root > * {
    display: none!important;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
    bottom: 0!important;
    height: auto!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    z-index: 7!important;
}
.filepond--root[data-style-panel-layout~='circle'],
.filepond--root[data-style-panel-layout~='integrated'] {
    /* we're only loading one item, this makes the intro animation a bit nicer */
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--item-panel,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item-panel {
    display: none!important;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--list-scroller,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list-scroller {
    overflow: hidden!important;
    height: 100%!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--list,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--list {
    left: 0!important;
    right: 0!important;
    height: 100%!important;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--item,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--item {
    margin: 0!important;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--file-wrapper,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--file-wrapper {
    height: 100%!important;
}
.filepond--root[data-style-panel-layout~='compact'] .filepond--drop-label,
.filepond--root[data-style-panel-layout~='integrated'] .filepond--drop-label {
    z-index: 7!important;
}
.filepond--root[data-style-panel-layout~='circle'] {
    border-radius: 99999rem!important;
    overflow: hidden!important;
}
.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel {
    border-radius: inherit!important;
}
.filepond--root[data-style-panel-layout~='circle'] > .filepond--panel > * {
    display: none!important;
}
.filepond--root[data-style-panel-layout~='circle'] {
    /* circle cuts of this info, so best to hide it */
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--file-info {
    display: none!important;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--file-status {
    display: none!important;
}
.filepond--root[data-style-panel-layout~='circle'] .filepond--action-edit-item {
    opacity: 1 !important;
    visibility: visible !important;
}
/* dirfty way to fix circular overflow issue on safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .filepond--root[data-style-panel-layout~='circle'] {
            will-change: transform!important;
        }
    }
}
.filepond--panel-root {
    border-radius: 0.5em!important;
    background-color: #f1f0ef!important;
}
.filepond--panel {
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    right: 0!important;
    margin: 0!important;

    /* defaults to 100% height (fixed height mode) this fixes problem with panel height in IE11 */
    height: 100% !important;

    /* no interaction possible with panel */
    pointer-events: none!important;
}
.filepond-panel:not([data-scalable='false']) {
    height: auto !important;
}
.filepond--panel[data-scalable='false'] > div {
    display: none!important;
}
.filepond--panel[data-scalable='true'] {
    /* this seems to fix Chrome performance issues */
    /* - when box-shadow is enabled */
    /* - when multiple ponds are active on the same page */
    -webkit-transform-style: preserve-3d!important;
    transform-style: preserve-3d!important;

    /* prevent borders and backgrounds */
    background-color: transparent !important;
    border: none !important;
}
.filepond--panel-top,
.filepond--panel-bottom,
.filepond--panel-center {
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    right: 0!important;
    margin: 0!important;
    padding: 0!important;
}
.filepond--panel-top,
.filepond--panel-bottom {
    height: 0.5em!important;
}
.filepond--panel-top {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important;

    /* fixes tiny transparant line between top and center panel */
}
.filepond--panel-top::after {
    content: ''!important;
    position: absolute!important;
    height: 2px!important;
    left: 0!important;
    right: 0!important;
    bottom: -1px!important;
    background-color: inherit!important;
}
.filepond--panel-center,
.filepond--panel-bottom {
    will-change: transform!important;
    -webkit-backface-visibility: hidden!important;
    backface-visibility: hidden!important;
    -webkit-transform-origin: left top!important;
    transform-origin: left top!important;
    -webkit-transform: translate3d(0, 0.5em, 0)!important;
    transform: translate3d(0, 0.5em, 0)!important;
}
.filepond--panel-bottom {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: none !important;

    /* fixes tiny transparant line between bottom and center of panel */
}
.filepond--panel-bottom::before {
    content: ''!important;
    position: absolute!important;
    height: 2px!important;
    left: 0!important;
    right: 0!important;
    top: -1px!important;
    background-color: inherit!important;
}
.filepond--panel-center {
    /* the center panel is scaled using scale3d to fit the correct height */
    /* we use 100px instead of 1px as scaling 1px to a huge height is really laggy on chrome */
    height: 100px;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;

    /* hide if not transformed, prevents a little flash when the panel is at 100px height while attached for first time */
}
.filepond--panel-center:not([style]) {
    visibility: hidden!important;
}
.filepond--progress-indicator {
    position: static!important;
    width: 1.25em!important;
    height: 1.25em!important;

    color: #fff!important;

    /* can't have margins */
    margin: 0!important;

    /* no interaction possible with progress indicator */
    pointer-events: none!important;

    /* will be animated */
    will-change: transform, opacity!important;
}
.filepond--progress-indicator svg {
    width: 100%!important;
    height: 100%!important;
    vertical-align: top!important;
    transform-box: fill-box!important; /* should center the animation correctly when zoomed in */
}
.filepond--progress-indicator path {
    fill: none!important;
    stroke: currentColor!important;
}
.filepond--list-scroller {
    z-index: 6!important;
}
.filepond--drop-label {
    z-index: 5!important;
}
.filepond--drip {
    z-index: 3!important;
}
.filepond--root > .filepond--panel {
    z-index: 2!important;
}
.filepond--browser {
    z-index: 1!important;
}
.filepond--root {
    cursor: pointer !important;
    border-radius: 10px !important;
    /* layout*/
    box-sizing: border-box !important;
    position: relative !important;
    margin-bottom: 1em !important;
    /* base font size for whole component */
    font-size: 1rem !important;
    /* base line height */
    line-height: normal !important;
    /* up uses default system font family */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
    /* will increase font weight a bit on Safari */
    font-weight: 450 !important;
    /* default text alignment */
    text-align: left !important;
    /* better text rendering on Safari */
    text-rendering: optimizeLegibility !important;
    /* text direction is ltr for now */
    direction: ltr !important;
    /* optimize rendering */
    /* https://developer.mozilla.org/en-US/docs/Web/CSS/contain */
    contain: layout style size !important;
    /* correct box sizing, line-height and positioning on child elements */
}
.filepond--root * {
    box-sizing: inherit!important;
    line-height: inherit!important;
}
.filepond--root *:not(text) {
    font-size: inherit!important;
}
.filepond--root {
    /* block everything */
    background-color: #ebebeb;
}
.filepond--root[data-disabled] {
    pointer-events: none!important;
}
.filepond--root[data-disabled] .filepond--list-scroller {
    pointer-events: all!important;
}
.filepond--root[data-disabled] .filepond--list {
    pointer-events: none!important;
}
/**
 * Root element children layout
 */
.filepond--root .filepond--drop-label {
    min-height: 4.75em!important;
}
.filepond--root .filepond--list-scroller {
    margin-top: 1em!important;
    margin-bottom: 1em!important;
}
.filepond--root .filepond--credits {
    position: absolute!important;
    right: 0!important;
    opacity: 0.175!important;
    line-height: 0.85!important;
    font-size: 11px!important;
    color: inherit!important;
    text-decoration: none!important;
    z-index: 3!important;
    bottom: -14px!important;
}
.filepond--root .filepond--credits[style] {
    top: 0!important;
    bottom: auto!important;
    margin-top: 14px!important;
}
