
/* Removed the powered by Uppy footer */
a.uppy-Dashboard-poweredBy {
	display: none !important;
}

    #uploading-indicator::before {
        content: "⬆️";
        display: inline-block;
        animation: spin 1s linear infinite;
        margin-right: 5px;
    }

    @keyframes spin {
        0%   { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

.uppy-Dashboard-Item .uppy-Dashboard-Item-progress {
    display: none;
}
.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
	object-fit: contain !important;
}