/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 6 giu 2025, 15:24:08
    Author     : scudieri.giuseppe
*/
select.form-control[multiple] {
    height: auto;
}

.thumbnail {
    width: 100px;
    cursor: pointer;
}

#lightbox {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

#lightbox img {
    max-width: 80%;
    max-height: 80%;
}

.hidden {
    display: none;
}
