.navbar-bg {
    background-color: #3c8c93;
}
.custLabel {
    background-color: darkblue;
    border-radius: 4px;
    border-color: darkred;
    border-width: 1px;
    color: white;
    margin: 4px;
    padding: 10px;
    font-style: italic;
}
form-control-ta {
    height: 420px !important;
    border-radius: 3px;
    padding-left: 40px;
    border-color: #e4e6fc
}
yellow-textbox {
    background-color:yellow

}
.input-file-nascosto {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; /* Assicurati che non interferisca con il click */
}

/* Stile per il display del nome file (opzionale) */
.file-name-display {
    margin-left: 10px;
    color: #6c757d;
    font-style: italic;
}

