#show {
    display: block;
}

.folderID {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.list {
    list-style: none;
    margin-inline-end: auto;
    display: flex;
}

.folderIcon {
    margin-right: 5px;
    align-self: center;
    font-size: xx-large;
}

.nameFile {
    display: contents;
    font-size: small;
}

.dateFile {
    font-size: small;
	margin-top: .1em;
}

.btnDownload {
    margin-left: auto;
    align-self: center;
}

.btnIconDow {
    margin-left: auto;
    align-self: center;
    font-size: larger;
}

.docudirector-error {
    width: 100%;
    margin: 1em;
    padding: 1em;
    border: 1px solid red;
    background: rgba(215, 0, 0, 0.7);
    color: white;
}

.docudirector-error h5 {
    border-bottom: 1px solid white;
    padding-bottom: 1em;
    margin-bottom: .5em;
    text-align: center;
}