/* File Icon */
.file_icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    background-color: #6d032e;
}

.file_icon.PDF {
    background-color: #ad3232;
}
.file_icon.DOC, .file_icon.DOCX, .file_icon.ODT {
    background-color: #022586;
}
.file_icon.XLS, .file_icon.XLSX, .file_icon.ODS {
    background-color: #00676f;
}

.file_icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.file_icon .type {
    color: white;
    font-size: auto;
    font-weight: bold;
    font-style: italic;
}
