.nextcloud-folder-list {
    list-style-type: none;
    padding-left: 20px;
    margin: 0;
}

.nextcloud-folder-item {
    margin: 5px 0;
    cursor: pointer;
    line-height: 20px;
}
.root-folder .nextcloud-folder-handle{
    margin-left: -15px;
    cursor: text;
    font-weight: bold;
}
.nextcloud-folder-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.folder-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23000" d="M1.5 2h5l1 2h7a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-10a1 1 0 0 1 1-1z"/></svg>');
}

.file-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6z"/></svg>');
}

.nextcloud-folder-content {
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-size: 80%;
}

.nextcloud-subfolder-content {
    display: none;
}

.nextcloud-folder-item.folder > .nextcloud-folder-content {
    font-weight: bold;
}

.nextcloud-folder-handle.open > .folder-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="None"/><path d="M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-6 12v-3h-4v-4h4V8l5 5-5 5z"/></svg>');
    height: 24px;
    width: 24px;
}
.nextcloud-folder-item a {
    text-decoration: none;
    color: inherit;
}

.nextcloud-folder-item:not(.root-folder) .nextcloud-folder-handle:hover {
    color: darkred;
}

.nextcloud-folder-item.file:hover {
    text-decoration: underline;
    color: darkred;
    background-color: #ffffff;
    border-radius: 10px;
}

.embed-nextcloud-av {
    height: auto!important;
}

.embed-nextcloud-pdf {
    height: revert-layer!important;
}
.nextcloud-file-embed .file-name {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
