body {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    background-color: #000;
    color: #FFF;
}
.saved {
    background-color: #000;
    transition: background-color 0.5s ease;
}

#searchResults {
    margin-top: 20px;
    display: none;
}

.entry-date {
    width: 120px;
}

.data-div {
    width: 140px;
}

.topic-div {
    width: 250px;
}

#dataTable td:not(.new) input,
#dataTable td:not(.new) textarea {
    border-width: 0px !important;
}

#dataTable td:not(.new) input:focus,
#dataTable td:not(.new) textarea:focus {
    border-width: 1px !important;
    border-color: #FFF !important;
}

.form-control {
    font-size: 0.85rem !important;
    background: #000 !important;
    color: #FFF !important;
}

.entry-input {
    overflow-y: hidden;
    /* Nasconde la barra di scorrimento verticale */
    resize: none;
    /* Impedisce il ridimensionamento manuale */
    min-height: 38px;
    /* Altezza minima per allinearsi agli input */
}