/*# sourceMappingURL=custom.min.css.map */
.img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.filepond--panel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filepond--image-preview {
    object-fit: cover;
    /* Ensure the image fits inside the container */
    width: 100%;
    height: 100%;
}


/**
 * 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-input-circle .filepond--image-clip {
    height: 120px !important;
    width: 120px !important;
}


.carousel-item-wrapper {
    min-height: 150px;
}
