/*PDF*/
a[href$=".pdf"]:before{    
    display: inline-block;
    font-family: "Font Awesome 5 Free"; 
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 12px;    
    text-align: right;
    margin-right: 6px;  
    margin-left: 2px;
    color: #0070b8; 
    content: "\f1c1"; 
    list-style: none;
}

a[href$=".doc"]:before,
a[href$=".rtf"]:before,
a[href$=".docx"]:before,
a.link-word[href]:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free"; 
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 12px;
    text-align: right;
    margin-right: 6px;  
    margin-left: 2px;
    color: #0070b8;    
    content: "\f1c2"; /*Word*/
}
a[href$=".xls"]:before,
a[href$=".xlsx"]:before,
a[href$=".csv"]:before,
a.link-excel[href]:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free"; 
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 12px;
    text-align: right;
    margin-right: 6px;  
    margin-left: 2px;
    color: #28a745;     
    content: "\f1c3"; /*Excel*/
}

a[href$=".ppt"]:before,
a[href$=".pptx"]:before,
a.link-excel[href]:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free"; 
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 12px;
    text-align: right;
    margin-right: 6px;  
    margin-left: 2px;
    color: #f98b16;     
    content: "\f1c4"; /*Powerpoint*/
}


a[href$=".gif"]:before,
a[href$=".jpg"]:before,
a[href$=".jpeg"]:before,
a[href$=".png"]:before,
a[href$=".bmp"]:before,
a[href$=".tif"]:before,
a.link-image[href]:before {    
    display: inline-block;
    font-family: "Font Awesome 5 Free"; 
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 12px;
    text-align: right;
    margin-right: 6px;  
    margin-left: 2px;
    color: #0070b8; 
    content: "\f1c5"; /*Image*/
}

a[href$=".mp4"]:before,
a.link-video[href]:before {    
    display: inline-block;
    font-family: "Font Awesome 5 Free"; 
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 12px;
    text-align: right;
    margin-right: 6px;  
    margin-left: 2px; 
    color: #0070b8; 
    content: "\f1c8"; /*Image*/
}

a[href$=".msg"]:before,
a.link-msg[href]:before {    
    display: inline-block;
    font-family: "Font Awesome 5 Free"; 
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 12px;
    text-align: right;
    margin-right: 8px;  
    margin-left: 2px; 
    color: #0070b8; 
    content: "\f0e0"; /*Image*/
}

a[href$=".zip"]:before{    
    display: inline-block;
    font-family: "Font Awesome 5 Free"; 
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 20px;
    text-align: right;
    margin-right: 10px;
    content: "\f1c6";
    color: #0070b8;
    list-style: none;
}