/* Documentos */

@media only screen and (max-width: 800px) {
    .it-docsv2-sub {
        display: flex;
        flex-direction: column;
        width: 100%;
        color: #646A71 !important;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 560px) {
    .it-docsv2-wrapper .it-docs-list {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        justify-content: start !important;
        width: unset !important;
        margin-left: 30px !important;
    }
}

.it-docsv2-sub {
    display: flex;
    width: 100%;
    color: #646A71 !important;
    align-items: flex-start;
    margin-top:15px;
}

.it-docsv2-card .docsv2-card-file{
    
}


.it-docsv2-wrapper .docsv2-folder {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 300px;
    margin-left: 20px;
}

    .it-docsv2-wrapper .docsv2-folder li {
        border-left: 1px var(--tile_bg);
    }


.it-docsv2-wrapper .docsv2-folder-title {
    box-shadow: unset !important;
    border: unset !important;
    border-radius: 10px;
    margin-bottom: 4px;
    margin-right: 10px;
    min-width: 220px !important;
    padding: 10px 15px 10px 15px !important;
    max-height: unset !important;
}


    .it-docsv2-wrapper .docsv2-folder-title:hover {
        box-shadow: unset !important;
        cursor: pointer;
        background-color: var(--tile_bg) !important;
        color: #fff !important;
    }

    .it-docsv2-wrapper .docsv2-folder-title i {
        margin-right: 10px;
    }


.it-docsv2-icon-listas {
    margin-top: 10px;
    margin-left: 10px;
    color: #646A71 !important;
}

.docsv2-folder-select {
    background-color: var(--tile_bg);
    color: #fff;
}


.it-docsv2-list {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px !important;
    justify-content: start !important;
    width: unset !important;
    margin-left: 30px !important;
}

    .it-docsv2-list .docsv2-card-file {
        padding: 0 10px 0 10px;
        margin-bottom: 10px;
        position: unset !important;
        display: flex;
        flex-direction: row;
        min-width: unset !important;
        word-wrap: unset !important;
        background-color: @background-constrast !important;
        background-clip: border-box;
        border: unset !important;
        border-radius: 13px !important;
        max-width: 230px !important;
        height: 70px !important;
        align-items: center !important;
    }


        .it-docsv2-list .docsv2-card-file .name {
            font-size: 12px !important;
            font-weight: @font-regular !important;
            margin-top: unset !important;
            margin-bottom: unset !important;
            overflow: hidden;
            text-overflow: ellipsis;
            color: rgba(47, 43, 61, 0.70) !important;
            width: 142px;
            margin-left: 15px;
            margin-right: 10px;
        }


        .it-docsv2-list .docsv2-card-file i {
            padding: unset !important;
            width: unset !important;
            background-color: @color-primary-light;
            color: @color-primary;
            border-radius: 6px;
            padding: 12px !important;
            width: 40px !important;
            height: 40px !important;
        }


.it-docsv2-wrapper .it-docsv2-card {
    display: flex;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    margin-left: 100px;
}


.it-docsv2-card .docsv2-card-file {
    margin: 0 10px 10px 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(from var(--tile_bg) r g b / 5%);
    background-clip: border-box;
    border: unset !important;
    border-radius: 13px;
    width: 150px;
    max-width: 150px;
    height: 150px;
    max-height: 150px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.it-docsv2-card .docsv2-card-file:hover {
    cursor: pointer;
}

.it-docsv2-list .docsv2-card-file {
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(from var(--tile_bg) r g b / 5%);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    width: 100%;
}

    .it-docsv2-list .docsv2-card-file:hover {
        cursor:pointer;
    }


    .it-docsv2-card .docsv2-card-file .name {
        font-size: 12px !important;
        text-align: center;
        font-weight: @font-regular !important;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: rgba(47, 43, 61, 0.70) !important;
        width: 100%;
    }


    .it-docsv2-card .docsv2-card-file i {
        text-align: center;
        margin-bottom: 15px;
        color: var(--tile_bg);
        background-color: @color-primary-light;
        padding: 10px;
        border-radius: 6px;
    }
