<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * WP Display Files Frontend CSS
 * @author Flipper Code &lt;hello@flippercode.com&gt;
 * @version 1.0.0
 */

@font-face {
  font-family: 'wpdf-icon';
  src:  url('fonts/icomoon.eot?310xfi');
  src:  url('fonts/icomoon.eot?310xfi#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?310xfi') format('truetype'),
    url('fonts/icomoon.woff?310xfi') format('woff'),
    url('fonts/icomoon.svg?310xfi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

div.wpdf_files_list_container {
    float: left;
    width: 100%;
    /*border:1px solid #ddd;*/
}

ul.wpdf-list-style { 
    list-style: none; 
    margin: 0;
    padding: 0;
}


ul.wpdf-list-style span.wpdf_slide_toggle {
    color: #000000;
    cursor: pointer;
    padding: 0;
    float: left;
    margin-right: 10px;
}

.wpdf_files_icon, .wpdf_ppt_icon,.wpdf_movie_icon,.wpdf_audio_icon, .wpdf_code_icon,.wpdf_jpg_icon, .wpdf_docx_icon, .wpdf_pdf_icon, .wpdf_png_icon, .wpdf_xlsx_icon, .wpdf_zip_icon, .wpdf_txt_icon {
    margin-bottom: 20px;
    font: normal normal normal 14px/1 wpdf-icon;
    font-size: 1.2em;
    margin-right: 10px;
    cursor: pointer;
    color: #F4D03F;
    font-size: 5em;
}

.wpdf_files_icon:before {
content: "\e901";
}
.wpdf_code_icon:before{
    content: "\e901";
}

.wpdf_movie_icon:before{
    content: "\e902";
}

.wpdf_audio_icon:before{
    content: "\e903";
}

.wpdf_zip_icon:before {
    content: "\e904";
}

.wpdf_jpg_icon:before, .wpdf_png_icon:before {
    content: "\e905";
}

.wpdf_ppt_icon:before{
    content: "\e906";
}

.wpdf_xlsx_icon:before {
    content: "\e907";
}

.wpdf_docx_icon:before {
    content: "\e908";
}

.wpdf_pdf_icon:before {
    content: "\e909";
}

.wpdf_txt_icon:before {
    content: "\e90a";
}

.wpdf-btn-download:before {
    content: "\e900";
    font: normal normal normal 14px/1 wpdf-icon;
    font-size: 2em;
    margin-right: 10px;
    cursor: pointer;
}</pre></body></html>