
.containerShare{
    display:flex;
    gap:20px;
}

.panelShare{
    border:1px solid #ccc;
    padding:10px;
    width:500px;
    height:700px;
    overflow:auto;
}

.preview{
    border:1px solid #ccc;
    padding:10px;
    width:500px;
    height:700px;
    overflow:auto;
}


.org-tree-toggle {
    cursor: pointer;
    margin-right: 6px;
}

.panelShare ul {
    list-style: none;
    padding-left: 16px;
}

.panelShare ul ul {
    display: none;
}

.panelShare li.open > ul {
    display: block;
}

.saveContainerShare{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
     gap: 15px;
}

.buttonShareCopy {
    width: 200px;   /* ancho */
    height: 40px;   /* alto */
    font-size: 16px;
}

#ShareSubpageSaveDetailEdit{
    font-size:18px;
    padding:10px 25px;
}