/*Modale per metadata*/

.modal {
    z-index: 1000;
    position: relative;
    background: #FFF;
    border-radius: 2px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin: 0 auto;
    /*padding: 60px;*/
    padding: 33px;
    align-self: center;
    /*transition: all .5s ease;*/
    width: fit-content!important;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 94%;
    max-width: 95%;
    min-width: 500px;
}

.modal p {
    padding-bottom: 5px;
    text-transform: capitalize;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    display: none;
}

.close {
    position: absolute;
    top: 7px;
    right: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight: bolder;
    font-size: 12px;
    align-items: center;
    box-shadow: 1px 2px 12px #3333338f;
    cursor: pointer;
}

.imgContainer > img {
    min-height: 250px;
    max-height: 500px;
    width: 100%;
    object-fit: contain;
}

.titolo_path {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.card-title {
    color: #393c3f;
    font-size: 21px;
}


.container-icon {
    margin: 0;
    margin-left: 30px;
}

.icon-expand,.icon-collapse {
    padding: 5px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 2px;
    font-size: 13px;
}


.container-icon.expand.hidden,
.container-icon.collapse.hidden {
    display: none;
}

.other-info {
    cursor: pointer;
}

.informazioni .other-info{
    margin-bottom: 16px;
    margin-top: 12px;
}

.infoContainer {
    display: flex;
    gap: 50px;
}

.tag {
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 5px;
    font-size: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #777777;
    align-self: center;
    cursor: default;
    margin-bottom: 5px;
    font-size: 10px;
}

.container-other-info .tag {
    padding: 3px 8px;
    font-size: 11px;
}

/* Div a scomparsa */

.other-info {
    cursor: pointer;
}

.informazioni {
    margin-top: 10px;
}

.title-information {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 11px!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-information h4 {
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.title-information img {
    margin-right: 8px;
    width: 19px;
}
.title-information i {
    font-weight: 900;
}

.title-information .fa-folder {
    font-size: 19px;
    margin-right: 8px;
    font-weight: 400;
}

.container-other-info {
    display: none;
}

.rotate {
    transform: rotate(180deg);
}

.container-other-info.show-info {
    display: block;
}

.metadata-table {
    border-collapse: collapse;
    border: #cdcdcd solid 1px;
    border-radius: 1em;
}

.metadata-table td {
    padding: 7px 8px;
    font-size: 13px;
    border: #cdcdcd solid 1px;
    word-break: break-word;
}

.metadata-table .name-metadato {
    min-width: 120px;
}

.metadata-table .locale-metadato {
    min-width: 50px;
    text-align: center;
}

.metadata-table .info-metadato {
    width: 100%;
}

.filename {
    font-size: 11px;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 6px;
}

.icon-card-asset-no-path-insert {
    width: 18px;
    position: absolute;
    left: 10px;
    top: 6px;
}

div *::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px #333;
    border-radius: 10px;
    width: 10px;
}

div *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 5px;
    background-color: #393c3f;
}