li.wpmf_gallery_divi:before {
    content: "";
    background-image: var(--wpr-bg-c9ae1614-6a80-4865-ac56-cd168c41e4eb);
    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-c4fca1a0-005d-402d-9d94-51c1c5ea3a7e);
    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-2efad9ae-75ec-4b28-982f-ffc80b513b19);
    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-84c0f1ad-a2f6-4531-94a1-2a6dda5425f7);
    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-5849f5ad-6fb5-44f5-8f0f-150bebbaa706) 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-87d84f0f-f48b-473c-8d72-85217836452e) 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-7bda4796-40d5-4291-8286-840f7b524cad) 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-fc4dd68f-d2c5-4a20-9bb9-ed778ceb64c0) 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;
}