.mce-item-upload{border:1.5px dashed #ccc;border-color:var(--mce-guidelines);background-color:#fafafa;background-color:var(--mce-placeholder);background-repeat:no-repeat;background-position:center;max-width:600px;max-height:600px;display:inline-block}.mce-item-upload:after{content:"";display:block;border:.25rem solid rgba(0,0,0,.1);border-left-color:#888;border-radius:50%;width:32px;height:32px;animation:donut-spin 1.2s linear infinite;z-index:10001;position:absolute;top:50%;left:50%;margin:-16px 0 0 -16px;box-sizing:border-box}.mce-item-upload.mce-item-upload-marker{background-image:url(../img/picture.svg);background-repeat:no-repeat;background-size:24px;background-color:#fafafa;background-color:var(--mce-placeholder);min-width:240px;min-height:240px;max-width:100%;max-height:100%}.mce-item-upload.mce-item-upload-marker[data-progress]{background-image:none}.mce-item-upload.mce-item-upload-marker[data-progress]:before{content:attr(data-progress);display:block;width:32px;height:32px;z-index:10001;position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);font-size:12px;text-align:center;line-height:32px;color:var(--mce-guidelines);font-family:apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif}@keyframes donut-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}