li.wpmf_gallery_divi:before {
    content: "";
    background-image: var(--wpr-bg-5218a608-c5d9-47aa-a288-ad9907cf07aa);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 20px;
    height: 16px;
}

li.wpmf_gallery_addon_divi:before {
    content: "";
    background-image: var(--wpr-bg-c6320df6-e0a8-4f28-b385-828ee0353b9a);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 20px;
    height: 16px;
}

li.wpmf_file_design:before {
    content: "";
    background-image: var(--wpr-bg-d393cb95-8b74-4eca-a127-7045962246ab);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 20px;
    height: 16px;
}

li.wpmf_pdf_embed:before {
    content: "";
    background-image: var(--wpr-bg-d2b0650a-e580-4677-ba6a-d1cca57cad64);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 20px;
    height: 16px;
}

.wpmf-divi-container {
    position: relative;
    text-align: center;
}

.wpmf-divi-container .divi-pdf-embed-placeholder {
    background: var(--wpr-bg-ac7e8c7e-6807-4ffa-9b1e-e37ff16fe88b) no-repeat scroll center center #fafafa;
    height: 200px;
    border-radius: 2px;
    width: 100%;
    background-size: auto 60%;
}

.wpmf-divi-container .divi-file-design-placeholder {
    background: var(--wpr-bg-a9982cbf-2f72-4615-b65c-f9d96a08b06c) no-repeat scroll center center #fafafa;
    height: 200px;
    border-radius: 2px;
    width: 100%;
    background-size: auto 60%;
}

.wpmf-divi-container .divi-gallery-placeholder {
    background: var(--wpr-bg-90b17d05-af76-4025-9000-9764511bf161) no-repeat scroll center center #fafafa;
    height: 200px;
    border-radius: 2px;
    width: 100%;
    background-size: auto 60%;
}

.wpmf-divi-container .divi-gallery-addon-placeholder {
    background: var(--wpr-bg-6a87277f-8849-4efa-901f-038c6e752894) no-repeat scroll center center #fafafa;
    height: 200px;
    border-radius: 2px;
    width: 100%;
    background-size: auto 60%;
}

.wpmf-divi-container .wpmf-divi-message {
    font-size: 13px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}

.wpmf-divi-container .wpmf-loading-wrapper,
.wpmf-divi-container .wpmf-loading {
    margin: 0 auto;
    width: 70px;
    height: 70px;
}