.psycomp-container {
    display: flex;
    width: 100%;
}
.left-column {
    flex: 1;
    border-right: 1px solid #ddd;
    padding: 20px;
}
.psycomp-container h4 {
    color: black;
}
.right-column {
    flex: 2;
    padding: 20px;
}

.processed, .unprocessed {
    overflow-y: auto;
    max-height: 400px; /* Adjust the height as needed */
}

.selected-entry {
    font-weight: bold;
}


.active-dialog {
    font-weight: bold;
}

.dialog-item.active-dialog {
    font-weight: bold !important;
}
