li.wpmf_gallery_divi:before {
    content: "";
    background-image: var(--wpr-bg-0968e416-b99c-47d4-b5cf-33fd187dac93);
    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-68fbe7ca-edfc-42ed-843f-37698bd44f54);
    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-92e59e40-8373-4861-8b42-53de8b6f4023);
    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-23a93255-a12d-4da9-ade7-b56dc0bef0d1);
    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-2a9ae9cf-28f5-4472-a152-26c668253a1c) 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-6d02f923-9dd2-45dc-b637-6338d95d2b45) 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-074e3323-1a5b-4eb2-9154-e74b52ec9d1a) 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-6ae7498d-3bc1-466e-9006-39da054f61fc) 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;
}