html, body {
    height: 100%;
    margin: 0;
}

.container-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 20px;
}

.header-row {
    flex-shrink: 0;
}

.button-row {
    flex-shrink: 0;
    margin: 15px 0;
}

.resizable-columns {
    display: flex;
    flex: 1;
    overflow: hidden;
    min-height: 0; /* Necessario per Firefox */
}

.fixed-column {
    width: 300px;
    overflow-y: auto;
    resize: horizontal;
    min-width: 200px;
    max-width: 500px;
    background-color: #f8f9fa;
    padding: 15px;
    border-right: 1px solid #dee2e6;
}

.flexible-column {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
    background-color: #e9ecef;
}

.resize-handle {
    width: 10px;
    background-color: #dee2e6;
    cursor: col-resize;
}

.ctrlBtn{
    width:40px;
    height: 40px;
}

.list_entity, .switch_entity, .analiz.anonim {
    cursor: pointer;
}

.analiz {
    /*background-color: red;*/
}
    .chiaro {
        /*background-color: white;*/
    }


    .anonim {
        background-color: lightgray;
    }
    .anonim.person {

        background-color: #D6CDEA;
    }
    .anonim.locution {
        background-color: #5C80BC;
    }
    .anonim.locality {
        background-color: #A7C5EB;
    }
    .anonim.date {
        background-color: #BFD8B8;
    }
    .anonim.organization {
        background-color: #E3B5A4;
    }
    .anonim.law {
        background-color: #F2D7D9;
    }
    .anonim.internet {
        background-color: #D3CBC5;
    }


