#fileAttachmentModal .list-group-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#fileAttachmentModal .file-extension {
    width: 75px;
    height: 75px;
    border: 1px solid;
    color: #ffffff;
    background-color: #0b76cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#fileAttachmentModal #fileList {
    margin-top: 12px;
    margin-bottom: 12px !important;
}

#fileAttachmentModal .file-name {
    font-size: 15px;
}

#fileAttachmentModal .file-buttons {
    display: flex;
    justify-content: space-around;
    gap: 4px;
}

#fileAttachmentModal .file-buttons i {
    font-size: 18px;
}
