.pgen_path {
    padding: 10px;
    border: 1px solid darkgray;
    margin-bottom: 10px;
}

.pgen_path > .row {
    margin:0;
}

.pgen_path .btns-container {
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: flex-start;
}

.pgen_path .btns-container > .btn {
    width: 100%;
    text-align:center;
    font-size: 14px;
    line-height:100%;
    margin-top:5px;
}

.pgen_path ul {
    list-style: none;
    padding:0;
    column-count: 3;
    column-gap: 20px;
    width:100%;
}

.pgen_path ul > li {
    display:flex!important;
    align-items:baseline;
    padding:2px 5px;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    white-space:nowrap;
}

.pgen_path ul > li > span.path_name {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin: 0 4px;
}

.pgen_path ul > li:hover {
    background-color: darkgray;
    color:white;
    cursor: pointer;
}

ul.path_list li.file_item > span {
    display:block!important;
}

.absolutePath {
    display:none;
    position:absolute;
    top:-28px;
    background-color:white;
    padding: 2px 5px;
    white-space:nowrap;
    border:1px solid darkgray;
    left:0%!important;
    text-align: center;
    z-index:999;
}

.actualPath {
    border-bottom: 1px solid darkgray;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.actualPath:hover + .absolutePath {
    display:block;
}

/* Zona de informació */

.pgen_info.file-data {
    margin: 5px 4px;
    width:100%;
}

.file-data p {
    overflow:hidden;
    text-overflow:ellipsis;
}

.file-data p label {
    font-weight: bold;
    text-align:right;
    margin-right: 5px;
    min-width: 60px!important;
    max-width: 60px!important;
}

.pgen_path-file-icon {
    text-align:center;
    margin-bottom:10px;
    height: 80px;
}

.pgen_path-file-icon .fa {
    font-size: 72px!important;
}

.pgen_path-file-icon img {
    width:100%;
    height: 80px;
    object-fit: contain;
}